The Wayback Machine - https://web.archive.org/web/20210903224302/https://github.com/topics/multilayer-perceptron-network
Skip to content
#

multilayer-perceptron-network

Here are 201 public repositories matching this topic...

igel
nidhaloff
nidhaloff commented Aug 22, 2021

Description

We want to add support for RNNs. I will let this issue open for people who want to contribute to this project.
My suggestion would be just to write RNN (or any other RNN-like model) in the algorithm field in order to use an RNN model. Here is an example to illustrate what I mean:

model:
     type: classification
     algorithm: RNN
    .
    . 

**If you a

pytorch-kaldi

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 performed with the kaldi toolkit.

  • Updated Mar 15, 2021
  • Python

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 registered with USB microphone

  • Updated Jun 1, 2021
  • Python

Developed a deep learning model that allows trading firms to analyze large patterns of stock market data and look for possible permutations to increase returns and reduce risk. Trained the model using a Multilayer Perceptron Neural Network on a vast set of features that influence the stock market indices. Performed technical analysis using historical stock prices and fundamental analysis using social media dat

  • Updated Jun 30, 2019
  • Python

A trading bitcoin agent was created with deep reinforcement learning implementations. Various experiments were performed on the type of neural network, the type of reinforcement learning algorithm and the number of daily input values that initially required from agent to make the first decision. Also, the agent was made with the assumption that for each day could ‘Sell’ or ‘Buy’.

  • Updated Jul 23, 2021
  • Jupyter Notebook

Improve this page

Add a description, image, and links to the multilayer-perceptron-network 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-network topic, visit your repo's landing page and select "manage topics."

Learn more