Skip to content

Latest commit

 

History

History
34 lines (22 loc) · 596 Bytes

README.md

File metadata and controls

34 lines (22 loc) · 596 Bytes

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