Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/roqhdehd502/namin-neural-network

This is my first deep learning Work-piece.
https://github.com/roqhdehd502/namin-neural-network

jupyter-notebook python3 tensorflow

Last synced: 28 days ago
JSON representation

This is my first deep learning Work-piece.

Awesome Lists containing this project

README

        

This is my first project as Deep Learning.

- Prepare three kinds images
- Load images(100x100x3/Train:1461/Test:490)
- Image Preproccessing
- Set a CNN with NNN(Namin Neural Network)
- Set a Optimizer(Adam)
- Set Epochs and Batch(1000, 1261)
- Save a training files(with Tensorboard)
- Load training files and Activate testing
- Check the results(Accuracy rate, Epoch-Loss Graph)