Skip to content
#

multilayer-perceptron

Here are 297 public repositories matching this topic...

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.

  • Updated Feb 10, 2018
  • Perl

Contains programs I am writing as part of my CS256 Artificial Intelligence coursework. The course focused on equipping us with an understanding of the principles underlying Deep Learning, the current problem-solving approaches, and the skills to assess ongoing research in this fast-moving field. The course has been instrumental in cementing my i…

  • Updated Apr 4, 2018
  • Python

Implementations of a Multilayer Perceptron, a Convolutional Neural Network, and Monte Carlo Tree Search applied to Tic-Tac-Toe and Connect Four. A learning project for me to construct the elements in Google's AlphaZero from the ground up.

  • Updated May 6, 2018
  • Python

Improve this page

Add a description, image, and links to the multilayer-perceptron topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the multilayer-perceptron topic, visit your repo's landing page and select "manage topics."

Learn more