All Projects → Belval → Naivecnn

Belval / Naivecnn

A naive (very simple!) implementation of a convolutional neural network

Programming Languages

python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to Naivecnn

Emojiintelligence
Neural Network built in Apple Playground using Swift
Stars: ✭ 1,323 (+7250%)
Mutual labels:  neural, network
Pytorch Forecasting
Time series forecasting with PyTorch
Stars: ✭ 849 (+4616.67%)
Mutual labels:  neural, network
NothingButNumPy
This repo is part of a series of blog post titled "Nothing but NumPy"
Stars: ✭ 43 (+138.89%)
Mutual labels:  numpy, neural
Tensorflow Cifar 10
Cifar-10 CNN implementation using TensorFlow library with 20% error.
Stars: ✭ 85 (+372.22%)
Mutual labels:  neural, network
Neural Api
CAI NEURAL API - Pascal based neural network API optimized for AVX, AVX2 and AVX512 instruction sets plus OpenCL capable devices including AMD, Intel and NVIDIA.
Stars: ✭ 94 (+422.22%)
Mutual labels:  neural, network
Tinn
A tiny neural network library
Stars: ✭ 1,944 (+10700%)
Mutual labels:  neural, network
Jeelizar
JavaScript object detection lightweight library for augmented reality (WebXR demos included). It uses convolutional neural networks running on the GPU with WebGL.
Stars: ✭ 296 (+1544.44%)
Mutual labels:  neural, network
Automatic Watermark Detection
Project for Digital Image Processing
Stars: ✭ 754 (+4088.89%)
Mutual labels:  numpy
Bmon
bandwidth monitor and rate estimator
Stars: ✭ 787 (+4272.22%)
Mutual labels:  network
Human Detection And Tracking
Human-detection-and-Tracking
Stars: ✭ 753 (+4083.33%)
Mutual labels:  numpy
Probabilistic robotics
solution of exercises of the book "probabilistic robotics"
Stars: ✭ 734 (+3977.78%)
Mutual labels:  numpy
Pykaldi
A Python wrapper for Kaldi
Stars: ✭ 756 (+4100%)
Mutual labels:  numpy
Numpy 100
100 numpy exercises (with solutions)
Stars: ✭ 7,681 (+42572.22%)
Mutual labels:  numpy
Node Escpos
🖨️ ESC/POS Printer driver for node
Stars: ✭ 752 (+4077.78%)
Mutual labels:  network
P2p
Practice project to demonstrate p2p file sharing.
Stars: ✭ 16 (-11.11%)
Mutual labels:  network
Machine learning refined
Notes, examples, and Python demos for the textbook "Machine Learning Refined" (published by Cambridge University Press).
Stars: ✭ 750 (+4066.67%)
Mutual labels:  numpy
Ilearndeeplearning.py
This repository contains small projects related to Neural Networks and Deep Learning in general. Subjects are closely linekd with articles I publish on Medium. I encourage you both to read as well as to check how the code works in the action.
Stars: ✭ 896 (+4877.78%)
Mutual labels:  numpy
Zltoolkit
一个基于C++11的轻量级网络框架,基于线程池技术可以实现大并发网络IO
Stars: ✭ 838 (+4555.56%)
Mutual labels:  network
Numba
NumPy aware dynamic Python compiler using LLVM
Stars: ✭ 7,090 (+39288.89%)
Mutual labels:  numpy
Flannel
flannel is a network fabric for containers, designed for Kubernetes
Stars: ✭ 6,905 (+38261.11%)
Mutual labels:  network

Backprogragation isn't implemented yet

What is NaiveCNN?

A naive implementation of a Convolutional Network in Python 3 that learn how to classify the CIFAR-10 dataset.

Why?

While librairies like Theano, TensorFlow and [insert the others 1000 librairies here] are awesome and allow for an amazing abstraction of the actual Neural Network construction, training and testing, they often hide the complexity of those model and prevent me from understanding the inner working of these algorithms. To circumvent that I decided to make a naive implementation!

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].