Skip to content

Latest commit

History

3 Commits

Folders and files

NameName
Last commit message
Last commit date

Repository files navigation

MLPCC
=====
Simple neural network implementation in C. It supports training and running a model.
Currently at very early phase, so many missing features.
Format
------
MLPCC accepts following format as dataset:
- int num_samples
- float samples_x[num_samples*SIZE_INPUT]
- float samples_y[num_samples*SIZE_OUTPUT]
in raw binary format.
License
-------
Copyright (C) 2026 Benjamin Helle
MLPCC is licensed under the GNU GPL v2. See `LICENSE` for details.

About

Simple MLP neural network in C

Topics

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages