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.

List Neural Network repositories

ivy

11.7k
Stars
4.5k
Forks
66
Watchers

Unified AI

Jupyter

597
Stars
249
Forks
Watchers

The repository contains script and notebook related to Statistics, Machine learning, Neural network, Deep learning, NLP, Numerical methods, and Automation.

trecognizer

12
Stars
14
Forks
Watchers

Using neural evolution of augmenting topologies developed a program based on computer vision for recognizing traffic lights in real time environment.

DNN-Pose-Estimator

10
Stars
1
Forks
Watchers

🎩 Simple pose estimator made in Go Lang using Deep Neural Networks

face-detection

6
Stars
4
Forks
Watchers

👤 Node.js face detection library based on OpenCv

machine-learning-octave

758
Stars
230
Forks
Watchers

🤖 MatLab/Octave examples of popular machine learning algorithms with code examples and mathematics being explained

cnn-from-scratch

189
Stars
69
Forks
Watchers

A Convolutional Neural Network implemented from scratch (using only numpy) in Python.

neural-network-from-scratch

156
Stars
90
Forks
Watchers

A Neural Network implemented from scratch (using only numpy) in Python.

rnn-from-scratch

66
Stars
48
Forks
Watchers

A Recurrent Neural Network implemented from scratch (using only numpy) in Python.