Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/maksasj/nnate
https://github.com/maksasj/nnate
c learn neural-networks wasm
Last synced: about 6 hours ago
JSON representation
- Host: GitHub
- URL: https://github.com/maksasj/nnate
- Owner: Maksasj
- License: mit
- Created: 2024-05-28T10:20:32.000Z (6 months ago)
- Default Branch: master
- Last Pushed: 2024-05-28T19:43:32.000Z (6 months ago)
- Last Synced: 2024-05-29T02:29:00.270Z (6 months ago)
- Topics: c, learn, neural-networks, wasm
- Language: C
- Homepage: https://maksasj.github.io/nnate/
- Size: 246 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# nnate π
nnate - simple neural network sandbox what you can run in a browser.> actually name of this project **nnate** is a some sort of acronym, combingin **nn** (referes to neural network) and **gate** (since examples mostly are a logical gates)
## Overview
**nnate** is a very simple neural network sanbox, that could be runned in your browser.
Main mission of this project is to playfully teach people how neural networks work under hood, demonstrating learning process on simple logic gates such as **AND**, **NOT**, **XOR** gates and etc, as well as more complex models such as classical written digit recognition.
**Entry for [SoMEΟ community edition, summer 2024 contest](
https://some.3b1b.co/)**> And yet yet again, nnate is a not a new javascript framework !
### Links:
1. Web application available at [maksasj.github.io/nnate](https://maksasj.github.io/nnate/)
3. Source code avaiable at [github.com/Maksasj/nnate](https://github.com/Maksasj/nnate)## Stuf for nerdy people
### Dependencies
- Todo
### Building
- Todo
### Contribution
- Todo## License
nnate is free, open source learning tool. All code in this repository is licensed under
- MIT License ([LICENSE.md](https://github.com/Maksasj/nnate/blob/master/LICENSE.md) or https://opensource.org/license/mit/)