Construindo sua primeira rede neural usando Keras, Theano e Tensorflow Parte da matéria de DeepLearning da escola de Engenharia de Software da UnB
Open a jupyter-notebook in your desired env and run the command:
jupyter-notebook ArtificialNeuralNetwork.ipynbInstall the requirements in the desired env:
pip install -r requirements.txtRun the python module and make changes in a file editor:
python ann.pyor
python evaluating_improving_tuning.py