Harald ScheidlA simple neural network written in plain C++No Python, no PyTorch, no NumPy, … just 260 lines of plain C++ code to train, evaluate and test a simple binary classifier.Oct 15, 20242Oct 15, 20242
InLevel Up CodingbyDr. Ashish BamaniaSuperfast Matrix-Multiplication-Free LLMs Are Finally HereA deep dive into Matrix-Multiplication-Free LLMs that might drastically decrease the use of GPUs in AI, unlike todayJun 20, 202410Jun 20, 202410
Mike YoungTwitter thinks they killed MLPs. But what are Kolmogorov-Arnold Networks?What if all your weights were functions?May 4, 20242May 4, 20242
InCodeXbyOluwafemidiakhoaThe Emergent Minds: Exploring the Boundaries of Conscious AI Through Kolmogorov-Arnold NetworksThe Quest for Conscious MachinesAug 21, 2024Aug 21, 2024
InLevel Up CodingbyDr. Ashish BamaniaKolmogorov-Arnold Networks (KANs) Might Change AI As We Know It, ForeverA Deep Dive Into How Kolmogorov-Arnold Networks Work, How They Differ From Multi-Layer Perceptrons & How To Train One From ScratchMay 7, 202420May 7, 202420
Long NguyenBuilding a Neural Network from Scratch (with Backpropagation)Unveiling the magic of neural networks: from bare Python to TensorFlow. A hands-on journey to understand and build from scratchNov 18, 20236Nov 18, 20236
InTowards AIbyLuiz doleronDeep Learning from Scratch in Modern C++Let’s have fun by implementing Deep Learning models in C++.May 5, 20232May 5, 20232
Syed MohibNeural Network Implementation in C++Hello again guys!!! Today we are going to try some implementation of Neural Network using C++ no external library. I know its too much, but…Apr 9, 2023Apr 9, 2023
InArtificial Intelligence in Plain EnglishbyTiago MiguelUnderstanding the Multi Layer Perceptron (MLP)We’ll see how can we extend the perceptron to improve its predictive power.Jul 23, 2020Jul 23, 2020
HyugenNeural Network in C++ From Scratch and Backprop-Free OptimizersIntroductionOct 13, 2020Oct 13, 2020
Subir MaityTrain and Test a Neural Network in Arduino UnoThis story is about training a small neural network in Arduino Uno and predicting the output. A sample dataset that contains the Heights…Jul 2, 2022Jul 2, 2022
InTDS ArchivebyShane De SilvaThe Maths behind Back PropagationA peek behind the curtain of the BP algorithmMar 21, 202013Mar 21, 202013
InThe StartupbyValentina AltoBackpropagation step by stepThe beauty of Machine Learning algorithms is their being able to adjust themselves, while training, according to a given optimization…Aug 2, 20192Aug 2, 20192
Anish MNeural Networks Back Propagation from scratch!This article is inspired by Andrej Karpathy , I would highly recommend to go through the below playlist.Mar 1, 2023Mar 1, 2023
Eugenii ShevchenkoFrom Inputs to Outputs: Understanding the Inner Workings of a Neural NetworkIntroductionFeb 17, 20231Feb 17, 20231
Nickolay BuchokNeural network on C++This article is about a mini frame work for creating and training a neural network by the method of error back propagation with stochastic…Feb 2, 2023Feb 2, 2023
InTDS ArchivebyVincent MuellerBackpropagation in Neural NetworksNeural Networks from scratch including math and python codeJul 27, 2021Jul 27, 2021
Travis AdsittNeural Networks Exposed: Beautiful Genetic Algorithms in C++ — WFALEThis week, we are generating feed-forward neural networks which learn through a genetic algorithm. These networks are much easier to…Jan 16, 2023Jan 16, 2023