https://github.com/ankitdhall/convolutionneuralnetwork
CNN implemented using Numpy in Python
https://github.com/ankitdhall/convolutionneuralnetwork
cnn convolutional-neural-networks neural-network numpy python
Last synced: 10 months ago
JSON representation
CNN implemented using Numpy in Python
- Host: GitHub
- URL: https://github.com/ankitdhall/convolutionneuralnetwork
- Owner: ankitdhall
- License: mit
- Created: 2015-12-22T07:33:23.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2015-12-22T07:34:05.000Z (about 10 years ago)
- Last Synced: 2025-01-30T06:41:37.547Z (12 months ago)
- Topics: cnn, convolutional-neural-networks, neural-network, numpy, python
- Language: Python
- Size: 2.93 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# ConvolutionNeuralNetwork
CNN implemented using Numpy in Python