https://github.com/redsuperbat/cifar-deep-learning
https://github.com/redsuperbat/cifar-deep-learning
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/redsuperbat/cifar-deep-learning
- Owner: redsuperbat
- Created: 2020-01-24T21:43:51.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2020-01-24T21:50:51.000Z (over 6 years ago)
- Last Synced: 2025-03-12T00:35:43.772Z (over 1 year ago)
- Language: Python
- Size: 2.93 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# CIFAR-deep-learning
Deep learning algorithm that recognizes pictures by training a model from a huge set of pictures. The code utilizes the keras library which is able to run on top of tensorflow. Keras enables quick and easy testing of recognition models. The model is then tested on testing data and the accuracy is logged. This is a project I did in a AI course during my last year of studies.