Skip to content

A model to run a neural network in C (to be ported to STM32 or any other C-based microcontroller). Given the inputs and weights, it will predict an output.

Notifications You must be signed in to change notification settings

kanocarra/EmbeddedC-Neural-Network-Model

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 

Repository files navigation

EmbeddedC-Neural-Network-Model

A model to run a neural network in C (to be ported to STM32 or any other C-based microcontroller). Given the inputs and weights, it will predict an output.

Created as an Xcode project.

All you need to do is create nodes and add them to a layer. Can be extended to any number of nodes and layers. Nodes can either be sigmoid or linear.

About

A model to run a neural network in C (to be ported to STM32 or any other C-based microcontroller). Given the inputs and weights, it will predict an output.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages