Skip to content

RobertCrummett/neural_network

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 

Repository files navigation

# Simple Machine Learning in C

I implemented this just to prove to myself I knew how to train a neural network without libraries.
Please do not use this instead of a library :)

The idea for the backpropagation engine was inspired by Andrej Karpathy's [micrograd](https://github.com/karpathy/micrograd).
I learned a lot from this tiny project, you might too.

# Quickstart

I built this on Windows...

```sh
cl mlp.c
```

But it is just standard C. Anything reasonable should do.

About

Simple neural network written in C. No dependencies. Educational project.

Resources

Stars

Watchers

Forks

Contributors

Languages