210 skills found · Page 3 of 7
CarmenPopoviciu / Neural NetBasic implementation of a feedforward neural network
psrikanthm / Cnn From ScratchImplement feedforward, convolution neural network in C++ with only built-in libraries. This is a tutorial style project which implements back propagation in neural networks without using external libraries. A 2D Tensor is defined and all the required Linear Algebra operations are defined to perform required computations. Both the networks are tested on mnist dataset which is attached along the project.
ermongroup / Fast Feedforward ComputationOfficial code for "Accelerating Feedforward Computation via Parallel Nonlinear Equation Solving", ICML 2021
mljs / Feedforward Neural NetworksA implementation of feedforward neural networks based on wildml implementation
JeremyNixon / SparkdlMLlib Convolutional and Feedforward Neural Network implementation with a high level API and advanced optimizers.
fishjh2 / Prediction Interval NNConfidence and prediction intervals for feedforward NNs and RNNs
stratzilla / Metaheuristic Training NetworksAn implementation of various metaheuristics adapted to train neural networks
yunchuankong / GEDFNGEDFN: Graph-Embedded Deep Feedforward Network
minzhang-1 / PointHopPointHop: An Explainable Machine Learning Method for Point Cloud Classification
Sabnam-Mustari / Iris SNNFeedforward spiking neural network has been trained with SpikeProp algorithm
ShrutiAppiah / Crypto Forecasting With NeuralnetworksFeedforward and LSTM neural networks forecast our favourite financial markets. 🌊
JiaLongLiLi / Pre Feedforward Control Of Robotic Arm DynamicsPre-feedforward control of robotic arm dynamics Matlab code
connormcl / Chord RecognizerFeedforward neural network for live guitar chord recognition (Python + TensorFlow)
Abhinavexists / NeuNetImplementation of feedforward-backpropagated Neural Network from Scratch
milosgajdos / Go NeuralFeedforward Neural Networks in Go
attractivechaos / SannSimply feedforward neural network
mgoubran / MeuralPaintTensorFlow implementation of CNN fast neural style transfer ⚡️ 🎨 🌌
CLAIRE-Labo / StructuredFFNThe official code of "Building on Efficient Foundations: Effectively Training LLMs with Structured Feedforward Layers"
dongyx / LnnA Command-Line Program of Feedforward Neural Networks
ViktorC / C ATTL3A C++ deep learning library for the construction and optimization of neural networks ranging from simple feedforward architectures to state-of-the-art convolutional ResNets and LSTMs.