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

https://github.com/safememoryzone/neuron

An extermely simple neuron trained to add two numbers.
https://github.com/safememoryzone/neuron

Last synced: about 2 months ago
JSON representation

An extermely simple neuron trained to add two numbers.

Awesome Lists containing this project

README

        

# Neuron

An extermely simple neuron trained to add two numbers.

## Quickstart

```console
$ cc add.c -o add
```