cnn-from-scratch topic
List
cnn-from-scratch repositories
CNN-from-Scratch
265
Stars
78
Forks
Watchers
A scratch implementation of Convolutional Neural Network in Python using only numpy and validated over CIFAR-10 & MNIST Dataset
dnn_from_scratch
30
Stars
4
Forks
Watchers
A high level deep learning library for Convolutional Neural Networks,GANs and more, made from scratch(numpy/cupy implementation).
Neural_Networks_for_Computer_Vision
23
Stars
10
Forks
Watchers
Implementing Neural Networks for Computer Vision in autonomous vehicles and robotics for classification, pattern recognition, control. Using Python, numpy, tensorflow. From basics to complex project
CNN-from-Scratch
18
Stars
12
Forks
Watchers
An implementation of a convolutional network in Python using only numpy and comparing the results on MNIST with a similar torch model.