Giter Site home page Giter Site logo

loeschet / deeplearning540.github.io Goto Github PK

View Code? Open in Web Editor NEW

This project forked from deeplearning540/deeplearning540.github.io

0.0 0.0 0.0 1.78 MB

Teaching Deep Learning in 540 minutes

Home Page: https://deeplearning540.github.io

License: MIT License

Makefile 0.04% Batchfile 0.06% Python 0.20% Jupyter Notebook 99.70%

deeplearning540.github.io's Introduction

Deep Learning in 540 minutes

The mission that this repo serves:

  • 540 minutes
  • 70-100 people
  • get together remotely
  • 2 weeks to prepare
  • teach deep learning

Note

Visit https://psteinb.github.io/deeplearning540 to dive into the content.

Build this project locally

Prerequisites

Poetry

Please refer to https://python-poetry.org/docs/#installation for the installation of Poetry. You can verify your installation using below command:

$ poetry --version

Build steps

  1. Clone the repository to some folder of your choice on your local system and change your current directory into the root of the project.
$ git clone https://github.com/psteinb/deeplearning540.git
$ cd ./deeplearning540
  1. The project's dependencies are managed with Poetry. To build the project locally run below lines of code in your terminal:
$ poetry install
$ poetry run make html

If all dependencies are properly installed you only are required to execute the last command:

$ poetry run make html

$ # Alternative way
$ poetry shell # This enables the environment for the current session
$ make html

This will place the generated documentation in build/html. Open index.html with the browser of your choice to see the changes you made in action.

deeplearning540.github.io's People

Contributors

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