https://github.com/apppear/assignment1
PPKE ITK Neural Network assignment 1
https://github.com/apppear/assignment1
Last synced: about 1 year ago
JSON representation
PPKE ITK Neural Network assignment 1
- Host: GitHub
- URL: https://github.com/apppear/assignment1
- Owner: AppPear
- Created: 2017-11-12T15:37:14.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2017-11-12T18:58:50.000Z (over 8 years ago)
- Last Synced: 2025-01-21T00:20:33.818Z (over 1 year ago)
- Language: Python
- Homepage:
- Size: 18.6 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# assignment1
It is the homework for PPKE ITK deeplearning lab.
It contains CIFAR-10 learning, with the following models:
* Nearest Neighbour
* Multiple Layer Perceptron
* Convolutional Neural Network
Written in python 3
Dependencies:
* Tensorflow
* CIFAR-10 (lib is included, which downloads it automatically)
I followed the Tensorflow witout PHD and its code base: https://github.com/martin-gorner/tensorflow-mnist-tutorial