210 skills found · Page 7 of 7
verivital / NnvmtNNVMT: A Translation Tool for Feedforward Neural Network Models
TFNN / TFNNv3A tiny feedforward neural network library written in C
spellml / Feedforward RossmanNo description available
Mehdi0xC / MLP FeedForward RTL AccelerationRegister Transfer Level Acceleration of FeedForward Propagation in 2-Layer Perceptron Networks (My B.Sc. Thesis, Phase 3/3)
Inception3D / Awesome Feedforward 3D And NVSA curated list of papers on feed-forward 3D reconstruction and novel view synthesis.
joao-semedo / Canonical Correlation MapsCode for "Feedforward and feedback interactions between visual cortical areas use different population activity patterns", Semedo et al. (Nature Communications, 2022)
nikhilroxtomar / Multi Layer Perceptron In PythonA multilayer perceptron (MLP) is a feedforward artificial neural network model that maps sets of input data onto a set of appropriate outputs. An MLP consists of multiple layers of nodes in a directed graph, with each layer fully connected to the next one.
joaoantoniocardoso / Stm32f4 SoftcompA feedforward Dynamic Range Compressor (DRC) with Soft-knee and auto-makeup implemented in C language, using the STM32F4 Discovery + Wolfson Audio Card as the development platform.
Trojan3877 / Neural Network From Scratch CppA feedforward neural network built from scratch in C++ with CSV-based training, backpropagation, modular architecture, quantifiable metrics, and fully documented structure for capstone and Big Tech readiness.
vaibhavnaagar / MachineLearning ExercisesMachine Learning Exercises from Online Course (Coursera)
VIP-Group / DecentralizedFeedforwardPrecoderMATLAB code for decentralized feedforward precoding in massive MU-MIMO systems
matsjfunke / Feedforward Neural Network From ScratchFully Connected Neural Network (FCNN) from scratch in python & Notes to aid understanding the workings of neural networks
jakubito / Dolores🧠 A simple feedforward neural network
ADAMSmugwe / Micro Neutral NetworkA feedforward neural network implemented with NumPy
Chris-lange / Fs SinrCode for "Feedforward Few-shot Species Range Estimation"
AlessandroSaviolo / FNN From ScratchFeedforward Neural Network implemented from Scratch for classification and regression tasks.
mourner / FannyA simple and fast multilayer feedforward neural network implementation in JS, made for learning purposes.
chrisjmccormick / Shared SubspacesResearch code exploring shared subspaces in attention and feedforward networks. Includes SVD analysis of pre-trained models, experiments with shared output projections, and latent-space-efficient Transformer variants.
murugiclin / NeuralNetwork- **Neural Network**: A feedforward neural network with one hidden layer, trained using backpropagation. Demonstrates solving the XOR problem.
sinancoruk / CoEx SEA BenchmarkThe set of codes provided here includes five different methods for controlling the torque output of the system; namely Proportional Integral Derivative Control (PID), cascaded PID control, Cascaded PID control with a disturbance observer (DoB), differential flatness (DF) with a DoB, feedforward (FF) PID control with a DoB and Sliding Mode Control (SMC).