multilayer-perceptron-network topic

List multilayer-perceptron-network repositories

pytorch-kaldi

2.4k
Stars
447
Forks
Watchers

pytorch-kaldi is a project for developing state-of-the-art DNN/RNN hybrid speech recognition systems. The DNN part is managed by pytorch, while feature extraction, label computation, and decoding are...

FakeImageDetection

200
Stars
62
Forks
Watchers

Fake Image Detection Using Machine Learning

In this project is presented a simple method to train an MLP neural network for audio signals. The trained model can be exported on a Raspberry Pi (2 or superior suggested) to classify audio signal re...

Handwritten-Names-Recognition

58
Stars
30
Forks
Watchers

The goal of this project is to solve the task of name transcription from handwriting images implementing a NN approach.

Gene2vec

93
Stars
26
Forks
Watchers

Gene2Vec: Distributed Representation of Genes Based on Co-Expression

Nonlincausality

70
Stars
12
Forks
Watchers

Python package for Granger causality test with nonlinear forecasting methods.

Neuro-FLOPER

18
Stars
3
Forks
Watchers

A program that allows you to translate neural networks created with Keras to fuzzy logic programs, in order to tune these networks from a given dataset.

MLP

71
Stars
22
Forks
Watchers

Simple multilayer perceptron c++ implementation.