backpropagation topic

List backpropagation repositories

notebooks

133
Stars
51
Forks
Watchers

Implement, demonstrate, reproduce and extend the results of the Risk articles 'Differential Machine Learning' (2020) and 'PCA with a Difference' (2021) by Huge and Savine, and cover implementation det...

Machine-Learning-in-Python-Workshop

116
Stars
64
Forks
Watchers

My workshop on machine learning using python language to implement different algorithms

neural-network-from-scratch

121
Stars
11
Forks
Watchers

A neural network library written from scratch in Rust along with a web-based application for building + training neural networks + visualizing their outputs

RCNN_MDP

69
Stars
28
Forks
Watchers

Code base for solving Markov Decision Processes and Reinforcement Learning problems using Recurrent Convolutional Neural Networks.

Sentiment

101
Stars
13
Forks
Watchers

An example project using a feed-forward neural network for text sentiment classification trained with 25,000 movie reviews from the IMDB website.

This resource implements a deep neural network through Numpy, and is equipped with easy-to-understand theoretical derivation, mainly for the in-depth understanding of neural networks. 神经网络模型的理...

chol-rev

57
Stars
10
Forks
Watchers

Backpropagate derivatives through the Cholesky decomposition