https://github.com/punit-naik/nn-from-scratch
Simple Implementation of a simple Neural Network from scratch
https://github.com/punit-naik/nn-from-scratch
clojure neural-network
Last synced: 11 months ago
JSON representation
Simple Implementation of a simple Neural Network from scratch
- Host: GitHub
- URL: https://github.com/punit-naik/nn-from-scratch
- Owner: punit-naik
- License: epl-1.0
- Created: 2017-11-07T15:50:49.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2019-11-13T15:58:06.000Z (about 6 years ago)
- Last Synced: 2025-01-16T00:36:34.742Z (about 1 year ago)
- Topics: clojure, neural-network
- Language: Clojure
- Size: 15.6 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# nn-from-scratch
Simple Implementation of a simple Neural Network from scratch.
Code based on Siraj Raval's [YouTube](https://www.youtube.com/watch?v=262XJe2I2D0) video
## Usage
`lein run`
## Test
`lein test`
## License
Copyright © 2017 [Punit Naik](https://github.com/punit-naik)
Distributed under the Eclipse Public License version 1.0.