Neural Network topic
Artificial neural networks (ANN) are computational systems that "learn" to perform tasks by considering examples, generally without being programmed with any task-specific rules.
Jupyter
The repository contains script and notebook related to Statistics, Machine learning, Neural network, Deep learning, NLP, Numerical methods, and Automation.
trecognizer
Using neural evolution of augmenting topologies developed a program based on computer vision for recognizing traffic lights in real time environment.
Toy-Neural-Network-C
Neural Network C/C++ library
DNN-Pose-Estimator
🎩 Simple pose estimator made in Go Lang using Deep Neural Networks
face-detection
👤 Node.js face detection library based on OpenCv
machine-learning-octave
🤖 MatLab/Octave examples of popular machine learning algorithms with code examples and mathematics being explained
cnn-from-scratch
A Convolutional Neural Network implemented from scratch (using only numpy) in Python.
neural-network-from-scratch
A Neural Network implemented from scratch (using only numpy) in Python.
rnn-from-scratch
A Recurrent Neural Network implemented from scratch (using only numpy) in Python.