Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/maksasj/nnate


https://github.com/maksasj/nnate

c learn neural-networks wasm

Last synced: about 6 hours ago
JSON representation

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/)