https://github.com/kyrol01/convnet
A convolutional neural network for images recognition
https://github.com/kyrol01/convnet
convnet convolutional-neural-networks image-recognition python
Last synced: about 1 month ago
JSON representation
A convolutional neural network for images recognition
- Host: GitHub
- URL: https://github.com/kyrol01/convnet
- Owner: kYroL01
- License: mit
- Created: 2016-06-01T20:32:24.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2019-04-02T09:38:07.000Z (about 6 years ago)
- Last Synced: 2025-03-30T04:11:43.517Z (about 2 months ago)
- Topics: convnet, convolutional-neural-networks, image-recognition, python
- Language: Python
- Homepage:
- Size: 3.93 MB
- Stars: 23
- Watchers: 5
- Forks: 9
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
[](https://opensource.org/licenses/mit-license.php)
[](http://hits.dwyl.io/kYroL01/ConvNet)
[](https://img.shields.io/badge/release-v1.0.0-blue.svg)# ConvNet
A convolutional neural network for image recognition## Requirments
- [Python 2.7](https://www.python.org/download/releases/2.7/)
- [Tesorflow](https://www.tensorflow.org/)
- [Numpy](https://github.com/numpy/numpy)
- [Matplotlib](https://matplotlib.org/)
- [Sklearn](http://scikit-learn.org/stable/)## How to use
See the **Wiki** section for a better explanation of the project