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.
- Host: GitHub
- URL: https://github.com/safememoryzone/neuron
- Owner: SafeMemoryZone
- License: mit
- Created: 2024-09-07T16:30:13.000Z (9 months ago)
- Default Branch: master
- Last Pushed: 2024-09-07T16:32:48.000Z (9 months ago)
- Last Synced: 2025-02-10T21:36:48.377Z (3 months ago)
- Language: C
- Size: 1.95 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Neuron
An extermely simple neuron trained to add two numbers.
## Quickstart
```console
$ cc add.c -o add
```