/building-ann

Construindo sua primeira rede neural

Primary LanguagePython

Construindo uma Rede Neural Artificial

Construindo sua primeira rede neural usando Keras, Theano e Tensorflow Parte da matéria de DeepLearning da escola de Engenharia de Software da UnB

Usage

jupyter-notebook

Open a jupyter-notebook in your desired env and run the command:

jupyter-notebook ArtificialNeuralNetwork.ipynb

Python module

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