backpropagation topic

List backpropagation repositories

excitationbp

67
Stars
24
Forks
Watchers

Visualizing how deep networks make decisions

ArtificialIntelligenceEngines

58
Stars
15
Forks
Watchers

Computer code collated for use with Artificial Intelligence Engines book by JV Stone

WhiteBox-Part1

39
Stars
16
Forks
Watchers

In this part, I've introduced and experimented with ways to interpret and evaluate models in the field of image. (Pytorch)

Learning-Lab-C-Library

32
Stars
8
Forks
Watchers

This library provides a set of basic functions for different type of deep learning (and other) algorithms in C.This deep learning library will be constantly updated

appendices

27
Stars
13
Forks
Watchers

Complement the article 'Differential Machine Learning' (Huge & Savine, 2020), including mathematical proofs and important implementation details for production

all-optical-neural-networks

33
Stars
13
Forks
Watchers

Supporting code for "End-to-end optical backpropagation for training neural networks".

PSO-for-Neural-Nets

56
Stars
22
Forks
Watchers

Particle Swarm Optimizer For Neural Network Training

recurrent-js

18
Stars
2
Forks
Watchers

[INACTIVE] Amazingly simple to build and train various neural networks. The library is an object-oriented neural network approach (baked with Typescript), containing stateless and stateful neural netw...

SwiftSimpleNeuralNetwork

30
Stars
7
Forks
Watchers

A simple multi-layer feed-forward neural network with backpropagation built in Swift.