UnitNeurons
C++ neuron-based neural network library
Install / Use
/learn @johnlime/UnitNeuronsREADME
Unit Neurons
Unit Neurons is a repository for development of a C++ neural network library where each neuron is expressed using object instances embedded with its own states and functionalities, in hopes of gaining more understanding of neural nets through the perspective of complex systems.
We call for contributions on further development of the library by adding more functionalities, fixing bugs, etc.
Vision
Artificial neural networks are models that attempt to imitate features and functionalities of biological neural networks. Preexisting neural network libraries such as TensorFlow, PyTorch, and Keras strictly use matrix multiplication and neurons expressed in layers to execute feedforward and feedback loops.
However, in reality, a biological neural network is a network of mutually interacting neurons with their own function of calculating the signal output given the signal input. In our library, we treat each neuron as an object instance that includes a state, a feedforward method, and a feedback method.
Current Features
-
Unit neurons for floating point values
-
Classes necessary for training neural networks with the following learning algorithms:
- Kohonen's Self Organizing Map (SOM)
- Stochastic Gradient Descent
-
Examples on the following operations:
- Neural network fit to uniform distribution via Kohonen's SOM
- Neural network fit to sine curve via gradient descent
- Rough implementation of proximal policy optimization (PPO)
Documentation
Please refer to the documentation for instructions on installations and usage of the components in this library. Documentation
Open Problems
-
Implementation of ADAM
-
Multithreaded feedback operations
-
Implementation of other activation functions (such as Leaky ReLU, etc).
-
Implementations of other neural network models
- Spiking neural networks
- Boltzmann machine
- Hopfield network
- Spiking neural networks
Major Contributors
Related Skills
proje
Interactive vocabulary learning platform with smart flashcards and spaced repetition for effective language acquisition.
YC-Killer
2.7kA library of enterprise-grade AI agents designed to democratize artificial intelligence and provide free, open-source alternatives to overvalued Y Combinator startups. If you are excited about democratizing AI access & AI agents, please star ⭐️ this repository and use the link in the readme to join our open source AI research team.
best-practices-researcher
The most comprehensive Claude Code skills registry | Web Search: https://skills-registry-web.vercel.app
groundhog
401Groundhog's primary purpose is to teach people how Cursor and all these other coding agents work under the hood. If you understand how these coding assistants work from first principles, then you can drive these tools harder (or perhaps make your own!).
