Code Monkey home page Code Monkey logo

website's Introduction

Deep Learning Do It Yourself

This site collects resources to learn Deep Learning in the form of Modules available through the sidebar on the left. As a student, you can walk through the modules at your own pace and interact with others thanks to the associated digital platforms. Then we hope you'll become a contributor by adding modules to this site!

Setup to run the website locally

  1. Install Julia (make sure to 'add to PATH' so you can use step 2 without having to type the full path)

  2. Launch Julia from the command line:

    julia
    
  3. Install the required packages:

    using Pkg
    Pkg.add("Franklin")
    Pkg.add("JSON")
  4. Serve the website (on localhost:8000):

    using Franklin
    serve()

Note: steps 3 and 4 are automated in the Makefile, so you can just run make install and make serve.

website's People

Contributors

abursuc avatar ericdaat avatar frenchcommando avatar jilljenn avatar mlelarge avatar natema avatar simoncoste avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar

website's Issues

Notation error in convolutions first and missing link for module 5

  1. It seems that the line 117 in modules/extras/Convolutions_first.md (better viewable here: https://dataflowr.github.io/website/modules/extras/Convolutions_first/)

Should be:
y_j = \sum_\ell (C_\ba)_{j\ell}x_\ell = \sum_\ell a_{j-\ell}x_\ell,
and not:
y_j = \sum_\ell (C_\ba)_{j\ell}x_\ell = \sum_\ell a_{\ell-j}x_\ell,

  1. It seems that the notebook link to https://github.com/dataflowr/notebooks/blob/master/Module5/Stacking_layers_MLP_CIFAR10.ipynb is missing on https://dataflowr.github.io/website/modules/5-stacking-layers/

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.