Code Monkey home page Code Monkey logo

ml-tutorial-notebooks's Introduction

ML-Tutorial-Notebooks

Machine learning tutorial from scratch.

This depos contains some tutorials for real beginners who want to understand machine learning by reading some code.

Minimal character-level Vanilla RNN model, explained in a notbook

RNN stand for "Recurent Neural Network".
To understand why RNN are so hot you must read this!

This notebook to explain the Minimal character-level Vanilla RNN model written by Andrej Karpathy
This code create a RNN to generate a text, char after char, by learning char after char from a textfile.

I love this character-level Vanilla RNN code because it doesn't use any library except numpy. All the NN magic in 112 lines of code, no need to understand any dependency. Everything is there! I'll try to explain in detail every line of it. Disclamer: I still need to use some external links for reference.

Minimal character-level TensorFlow RNN model

112 ligne of code to implement a character-level RNN in TensorFlow.
here the code! This is an adaptation of Minimal character-level Vanilla RNN model_ written by Andrej Karpathy

Character-level TensorFlow RNN model.

If you want to go deeper in TensorFlow for RNN, This notebook try to explain this original code from Sherjil Ozair.

Linear regression with Tensor Flow.

This notebook to start with tensor flow, using a simple example from Aymeric Damien

Fizz Buzz with Tensor Flow.

This notebook to explain the code from Fizz Buzz in Tensor Flow blog post written by Joel Grus
You should read his post first!

His code try to play the Fizz Buzz game by using machine learning.

Temperature

Temperature is a concept that is used when you need to generate a random number from a probability vector but want to over empasis samples that have the highest probability.

This notebook show the effects in practice.

ml-tutorial-notebooks's People

Contributors

dh7 avatar

Watchers

 avatar  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.