Giter Club home page Giter Club logo

char_rnn_for_learning's Introduction

Char-RNN implementations for learning

The repository contains working and tested scripts with different RNN implementations.

Minimal character-level RNN by Andrej Karpathy @karpathy

Minimal character-level Vanilla RNN model. https://gist.github.com/karpathy/d4dee566867f8291f086

License: BSD

Requirements:

  • numpy

Andrej blog post "The Unreasonable Effectiveness of Recurrent Neural Networks" gives you introduction to this models

There is also youtube video, where he explains the implementation details https://www.youtube.com/watch?v=iX5V1WpxxkY

Vanilla Char-RNN using TensorFlow by Vinh Khuc @vinhkhuc

Adapted from Karpathy's min-char-rnn.py https://gist.github.com/vinhkhuc/7ec5bf797308279dc587

Concise and straightforward tensorflow implementation of Andrej char RNN. You will learn how to create necessary TF variables which stores all input to hidden and hidden to hidden matrices.

License: BSD

Requirements:

  • tensorflow>=1.0

TensorFlow-Char-RNN by @crazydonkey200

A TensorFlow implementation of Andrej Karpathy's Char-RNN, a character level language model using multilayer Recurrent Neural Network (RNN, LSTM or GRU)

https://github.com/crazydonkey200/tensorflow-char-rnn

char_rnn_for_learning's People

Contributors

ksopyla avatar

Stargazers

 avatar

Watchers

 avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.