An Open Convolutional Neural Network Framework in C++ From Scratch
-
Updated
Mar 13, 2021 - C++
An Open Convolutional Neural Network Framework in C++ From Scratch
My first ML sandbox
Matrix-Vector Library Designed for Neural Network Construction. cuda (gpu) support, openmp (multithreaded cpu) support, partial support of BLAS, expression template based implementation PTX code generation identical to hand written kernels, and support for auto-differentiation
To understand neural networks thoroughly I implemented them from scratch in C++. This is the source code for the same.
JABACAT-created machine learning library from scratch.
This is a simple neural network using c++ language
A C++ library using OpenGL 3 to build and run neural network on any GPU.
A lightweight C++ library for building and training neural networks.
A basic neural network written in C++ that can calculate the expected output of an xor between two numbers.
An Open Source Machine Learning Framework for Everyone
A fully connected Neural Network in C++ with SGD from scratch, achieving 98% accuracy on the MNIST dataset.
a neural network written from scratch and accelerated with cuda
Add a description, image, and links to the neural-networks-from-scratch topic page so that developers can more easily learn about it.
To associate your repository with the neural-networks-from-scratch topic, visit your repo's landing page and select "manage topics."