Coder Social home page Coder Social logo

404dev404 / 5-days-bootcamp-zerotodl Goto Github PK

View Code? Open in Web Editor NEW

This project forked from gprasaddatascience/5-days-bootcamp-zerotodl

0.0 0.0 0.0 91.98 MB

License: MIT License

Shell 0.14% Python 3.55% Jupyter Notebook 95.97% CSS 0.12% HTML 0.22%

5-days-bootcamp-zerotodl's Introduction

This repo is a large sample of the coursework in the Zero to Deep Learning Bootcamp. The Bootcamp is a hands-on and immersive course to learn Machine Learning & Deep Learning fast with Python, Pandas, Matplotlib, Scikit-Learn, Keras and Tensorflow.

Participants come to accelerate and consolidate their ML and DL practical skills, as online/remote courses can only take practical skills so far. The Bootcamp provides dedicated time to learn with a teacher to achieve the next level of proficiency. This repo will help you with self-directed learning and show you what we cover in the Bootcamp, with the value of the Bootcamp coming from actually doing the labs in a supported environment.

Next Bootcamps: 3-7 June, San Francisco. Register here

Quick start guide

Download and install Anaconda or Miniconda Python 3

Download Anaconda or Miniconda and then install it on your system.

Open a terminal

Clone this repository on your local computer

git clone https://github.com/zerotodeepearning/ztdl-5-day-bootcamp.git

Change to course folder

cd ztdl-5-day-bootcamp

Create Conda environment

We provide an environment configuration file with all the required dependencies.

conda env create

wait for the environment to create, this may take a few minutes. Note that this environment is based on Python 3.6 because Tensorflow does not support Python 3.7 yet.

Activate the environment (Mac/Linux)

conda activate ztdlbootcamp

Activate the environment (Windows)

activate ztdlbootcamp

Check that your prompt changed to

(ztdlbootcamp) $

Now you can run jupyter notebook from within the environment.

Launch Jupyter Notebook

jupyter notebook

and access it from your browser at: http://localhost:8888

You are good to go! Enjoy!

Troubleshooting

Downloading Sports images

Some labs require the sports images dataset, that should be located in ./data/sports/. The images can be downloaded using the download_sport.py script.

cd data/sports
python download_sport.py

Run this script a couple of times if you get any errors from aws.

Updating Conda

If you have installed Anaconda a long time ago, you may want to update it by running:

conda update conda

and then:

conda update anaconda

Deactivating the environment (Mac/Linux)

conda deactivate

Deactivating the environment (Windows)

deactivate

Deleting the environment

If you decide to completely delete the environment from your system you should use the following command:

conda remove -y -n ztdlbootcamp --all

5-days-bootcamp-zerotodl's People

Contributors

carlobellini avatar ghego avatar kevinbache 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.