Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/conjfrnk/net

Very simple MLP
https://github.com/conjfrnk/net

perceptron

Last synced: 3 days ago
JSON representation

Very simple MLP

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