Skip to content

lucaaslb/lenet5-mnist

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

  • Criar um ambiente no anaconda: conda create --name nome_ambiente

  • Entrar no ambiente: source activate nome_ambiente

  • Instalar bibliotecas:

conda install -c anaconda tensorflow conda install -c conda-forge keras conda install -c anaconda scikit-learn conda install -c conda-forge matplotlib conda install -c anaconda pydot

Executar o arquivo para realizar o treinamento e gerar o modelo: python3 lenet5_mnist.py >> output.log

About

Hello World - Convolutional Neural Networks

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages