Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/conjfrnk/net
Very simple MLP
https://github.com/conjfrnk/net
perceptron
Last synced: 3 days ago
JSON representation
Very simple MLP
- Host: GitHub
- URL: https://github.com/conjfrnk/net
- Owner: conjfrnk
- License: mit
- Created: 2021-08-30T14:46:26.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2022-03-07T03:52:14.000Z (almost 3 years ago)
- Last Synced: 2024-11-18T03:14:07.685Z (2 months ago)
- Topics: perceptron
- Language: C++
- Homepage:
- Size: 12.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# net - a very simple MLP
## Setup
Uses numpy and tqdm
```bash
git clone https://github.com/Connor-Frank/net.git
cd net
python3 -m pip install -r requirements.txt
```## Run
```bash
python3 nn.py
```## C++
I ported the code to C++ (see [cpp](cpp))