The Wayback Machine - https://web.archive.org/web/20200322231745/https://github.com/topics/recurrent-neural-networks
Skip to content
#

recurrent-neural-networks

Here are 1,116 public repositories matching this topic...

WowItsDoge
WowItsDoge commented Feb 22, 2019

Is there an overview, how the config object for the constructors of the neural network are defined?

This would be interesting:

  • Has brain.NeuralNetwork and brain.recurrent.RNN the same config attributes?
  • What is the description of the inputSize attribute?

Thank you for the great work with this library, it is realy amazing!

This repo contains the source code in my personal column (https://zhuanlan.zhihu.com/zhaoyeyu), implemented using Python 3.6. Including Natural Language Processing and Computer Vision projects, such as text generation, machine translation, deep convolution GAN and other actual combat code.

  • Updated Feb 29, 2020
  • Jupyter Notebook
aydenkim
aydenkim commented Nov 16, 2017

About https://github.com/sjchoi86/Tensorflow-101/blob/master/notebooks/mlp_mnist_simple.ipynb

Recently updated Tensorflow (1.4) will make the following error.

ValueError: Only call softmax_cross_entropy_with_logits with named arguments (labels=..., logits=..., ...)

Just simply adding named arguments will solve this issue.

cost = tf.reduce_mean(tf.nn.softmax_cross_entropy_with_logits(lo

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 Dec 27, 2019
  • Python

Improve this page

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

Learn more

You can’t perform that action at this time.