Hacker News
- Building a neural network from scratch in Haskell http://www-cs-students.stanford.edu/~blynn/haskell/brain.html 36 comments
- Deep neural network written from scratch in Julia https://github.com/jostmey/DeepNeuralClassifier 21 comments
- Implementing a Neural Network from Scratch – An Introduction http://www.wildml.com/2015/09/implementing-a-neural-network-from-scratch/ 9 comments
- Implementing a Neural Network from Scratch in Python https://victorzhou.com/blog/intro-to-neural-networks/ 100 comments
- Neural Networks from scratch in Rust #4: Layers of neurons and backpropagation https://www.splinter.com.au/2024/07/10/neural-networks-4/ 3 comments
- “Let us hand-craft a super-simple Generative Neural Network from scratch in 60 minutes!” https://www.youtube.com/watch?feature=youtu.be&v=FVcnuayhU-k 3 comments learnmachinelearning
- Understanding and Building Neural Networks: A Step-by-Step Guide from Scratch https://comsci.blog/posts/nn-from-scratch 3 comments learnmachinelearning
- Coding a Neural Network from Scratch and Creating an Evolution Simulator in Unity! https://youtu.be/JXGogdI7RIE 3 comments learnmachinelearning
- Coding a Neural Network from Scratch and Creating an Evolution Simulator in Unity! https://youtu.be/JXGogdI7RIE 28 comments programming
- I have built a neural network, from scratch, in JavaScript https://github.com/dmtry-krachkovi/neural-network 21 comments webdev
- Neural Network From Scratch To Mater https://onepagecode.substack.com/p/neural-network-from-scratch-to-mater 8 comments learnmachinelearning
- I made a Natural Selection Simulator with Neural Networks I made from scratch in Unity! https://youtu.be/UNNKfNqr4kc 7 comments programming
- AI learns to drive with Neural Networks I made from scratch in Unity! https://youtu.be/Rc6BMBgalqs 53 comments programming
- Multi-layer neural network from scratch in Go https://ataylor.io/blog/go-mlp/ 9 comments learnmachinelearning
- Looking forward to this - Neural Networks from Scratch https://youtu.be/G7RDn8Xtf_Y 8 comments artificial
- [beginners] Writing XOR Neural Network from Scratch! (no Libraries) https://youtu.be/2CnlEyz_MQY 7 comments learnmachinelearning
- Convolutional Neural Networks from scratch using tensorflow to classify Images. https://medium.com/@ipaar3/how-i-built-a-convolutional-image-classifier-using-tensorflow-from-scratch-f852c34e1c95 7 comments deeplearning
- Building a Sound Classifier from scratch using Neural Networks https://www.skcript.com/svr/building-audio-classifier-nueral-network/ 10 comments compsci
- I know this is anything too special just finished a javascript 3 layer neural network from scratch as a learning tool. http://kylerobertmiller.com/ 6 comments learnmachinelearning
- I Built a Fully Connected Neural Network from Scratch Using Sigmoid and ReLU – Feedback Welcome! https://github.com/as2528/Fully-Connected-Neural-Network-FCNN-trained-on-CIFAR-10/blob/main/FCNN%20Relu%20and%20Sigmoid%20on%20CIFAR10.pdf 5 comments learnmachinelearning
- A Neural Network from Scratch in Python https://github.com/t9nzin/mnist-from-scratch 10 comments python
- I have written a blog building Neural Network from scratch with Python and trained it on image data. https://akilahmed.medium.com/building-neural-network-from-scratch-in-python-71ed71d34588 4 comments coding
- I have written a blog building Neural Network from scratch with Python and trained it on image data. https://akilahmed.medium.com/building-neural-network-from-scratch-in-python-71ed71d34588 15 comments python
- Coding a Neural Network from Scratch in pure JAX! | Machine Learning with JAX, tutorial #3 https://www.youtube.com/watch?v=6_PqUPxRmjY 3 comments deeplearning
- Deep Neural Network from Scratch in Python | FFNN Architecture https://www.youtube.com/watch?amp%3Bfeature=share&v=b_w4eEiogaE 92 comments programming
- Implementing a Neural Network from Scratch in Python https://victorzhou.com/blog/intro-to-neural-networks/ 9 comments learnmachinelearning
- I recently built (from scratch) my first successful Neural Network! It can successfully classify MNIST with ~96% accuracy. https://github.com/award28/deep_learning_exercises/tree/master/mnist_nn 10 comments deeplearning
- Building a Simple Neural Network from Scratch in Python https://suvojitmanna.online/2017-09-24-neural-net-from-scratch/ 12 comments learnmachinelearning
- Designing your very own Neural Network right from scratch! https://medium.com/@47a50b9230de/d622add47d3c 6 comments learnmachinelearning
- Let’s code a Neural Network from scratch — Part 1 https://medium.com/typeme/lets-code-a-neural-network-from-scratch-part-1-24f0a30d7d62 3 comments learnmachinelearning
- Build a Neural Network from Scratch in 60 lines of OCaml Code http://ryanrhymes.blogspot.co.uk/2017/03/build-neural-network-from-scratch-in-60.html 6 comments ocaml
- Digit Recognition in Rust from scratch with Neural Networks - Would be glad for feedback :) https://vaktibabat.github.io/posts/Rust_WASM_Digit_Recognition_1/ 2 comments rust
- [R] Sleeper Agent: Scalable Hidden Trigger Backdoors for Neural Networks Trained from Scratch https://arxiv.org/abs/2106.08970 5 comments machinelearning
- "[D]" Neural Network From Scratch With NumPy (Python) https://link.medium.com/C9bxNctv84 3 comments deeplearning
- Learning Distributed Word Representations with Neural Network: an implementation from scratch in Octave/Matlab https://sandipanweb.wordpress.com/2018/03/18/learning-distributed-word-representations-with-neural-network-an-implementation-from-scratch-in-octave/ 4 comments matlab
- In order to understand Neural Networks I built a simple NN that solves XOR's from scratch in C++ https://github.com/kretash/basicneuralnet 10 comments programming
- Coding a Neural Network from Scratch for Absolute Beginners (an intuitive approach, no math or technical terms, no prior knowledge needed except basic python programming) https://medium.com/@minhaskamal/coding-a-neural-network-from-scratch-for-absolute-beginners-1e68bb0461db 53 comments programming
- I made a Neural Network library from scratch in Rust trying to solve a regression problem for my university's ML course https://github.com/AnicetNgrt/neural_networks_rust 27 comments rust
- A free course from ETH Zurich on Youtube: An Introduction to Machine Intelligence for Architects and other Nonengineers. Suitable for those without the engineering background interested to learn about neural networks from scratch and implement them in python without relying on ML libraries. https://www.youtube.com/watch?amp%3Blist=PLUJPgS8PA78E8y_vBqpRtsVy9k-ZZRQ3Q&v=atN214ckjys 15 comments learnmachinelearning
- Created Neural Network from Scratch in plain python and Numpy. https://github.com/DeepManuPy/MultiLayer-Perceptrons/blob/master/NN-numpy.py 3 comments deeplearning