Repository navigation

#

multilayer-perceptron

Implementation of gMLP, an all-MLP replacement for Transformers, in Pytorch

Python
428
4 年前

Implementation of Segformer, Attention + MLP neural network for segmentation, in Pytorch

Python
372
3 年前

A micro neural network multilayer perceptron for MicroPython (used on ESP32 and Pycom modules)

Python
190
5 年前

GPT, but made only out of MLPs

Python
89
4 年前

Pytorch Implementation of Stochastic MuZero for gym environment. This algorithm is capable of supporting a wide range of action and observation spaces, including both discrete and continuous variations.

Python
69
2 年前

Low dependency(C++11 STL only), good portability, header-only, deep neural networks for embedded

C++
50
5 年前

This code implements a basic MLP for speech recognition. The MLP is trained with pytorch, while feature extraction, alignments, and decoding are performed with Kaldi. The current implementation supports dropout and batch normalization. An example for phoneme recognition using the standard TIMIT dataset is provided.

Perl
38
8 年前

JavaScript implementation of simple multilayer perceptron (MLP)

JavaScript
38
4 年前

Multilayer perceptron deep neural network with feedforward and back-propagation for MNIST image classification using NumPy

Python
33
1 年前

Adversarial Machine Learning applications on network-based Intrusion Detection System (IDS).

Python
26
5 年前

yet another scalar autograd engine - featuring complex numbers and fixed DAG

Python
26
1 年前

Implementation of a digit recognition using my Neural Network with the MNIST data set.

JavaScript
24
6 年前

Repository for "Inverse Kinematics of Tendon Driven Continuum Robots using Invertible Neural Network" (CompAuto 2022)

C++
22
2 年前