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.ipynb
Install the requirements in the desired env
:
pip install -r requirements.txt
Run the python module and make changes in a file editor:
python ann.py
or
python evaluating_improving_tuning.py