Skip to content

Files

Latest commit

a65f3c3 · Nov 6, 2023

History

History
4 lines (3 loc) · 231 Bytes

README.md

File metadata and controls

4 lines (3 loc) · 231 Bytes

BasicNNDemo

A basic neural network written in C that mimics the behaviour of an XOR logic function.

This neural network is a dense neural network which uses a sigmoid activation function. It takes two inputs and has one output.