Giter VIP home page Giter VIP logo

iap2019's Introduction

Knet Tutorial

This tutorial introduces the programming language Julia and the Knet deep learning framework. By the end, the reader should be able to define, train, evaluate, and visualize basic MLP, CNN, and RNN models. Each notebook is written to work stand-alone but they rely on concepts introduced in earlier notebooks, so I recommend reading them in order. Every Knet function outside of the standard Julia library is defined or explained before use.

To run the notebooks on a Jupyter server, start julia in this directory then install and run IJulia by typing the following at the julia> prompt: (see IJulia.jl for more information).

julia> using Pkg
julia> Pkg.add("IJulia")
julia> using IJulia
julia> notebook()

These notebooks are also available in Google Drive which should let you run them on Google Colab provided you add Julia support first using the colab_install_julia notebook.

Contents:

  • 00.Julia_is_fast: comparison of Julia's speed to C, Python and numpy.
  • 01.Getting_to_know_Julia: basic Julia tutorial from juliabox.com.
  • 02.mnist: introduction to the MNIST handwritten digit recognition dataset.
  • 03.lin: define, train, visualize simple linear models, introduce gradients, SGD, using the GPU.
  • 04.mlp: multi layer perceptrons, nonlinearities, model capacity, overfitting, regularization, dropout.
  • 05.cnn: convolutional neural networks, sparse and shared weights using conv4 and pool operations.
  • 06.rnn: introduction to recurrent neural networks.
  • 07.imdb: a simple RNN sequence classification model for sentiment analysis of IMDB movie reviews.
  • 08.charlm: a character based RNN language model that can write Shakespeare sonnets and Julia programs.
  • 09.s2s: a sequence to sequence RNN model typically used for machine translation.

iap2019's People

Contributors

denizyuret avatar

Stargazers

Mehmet Aydın avatar Caner Korkmaz avatar Anıl GÜRSES avatar Emre Sevinç avatar

Watchers

James Cloos avatar  avatar  avatar

Forkers

mirzadeh

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.