Skip to content

Collection of Data science/Machine Learning/Deep Learning Jupyter notebooks

License

Notifications You must be signed in to change notification settings

jagin/datascience-notebooks

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

datascience-notebooks

Collection of Data science/Machine Learning/Deep Learning Jupyter notebooks

Notebook Language Description
Console Games Sales Decline Python Investigate the state of the game industry to help the client make the decision of whether to get into this business.
Philadelphia Crime Rates R Find any helpful trends in Crime rates to assist the Philadelphia police department in planning their work for 2017.
Finding Donors for CharityMl Python Evaluate and optimize several different supervised learners to determine which algorithm will provide the highest donation yield while also reducing the total number of letters being sent (Udacity Data Scientist Nanodegree project).
Image Classifier Project Python Train an image classifier to recognize different species of flowers using PyTorch (Udacity Data Scientist Nanodegree project).

Running Jupyter

With Docker you can quickly setup Jupyter environment to run the notebooks and do your own explorations.
For more details see opinionated stacks of ready-to-run Jupyter applications in Docker.

To run the datascience-notebook container run the following command:

docker-compose up --build

Wait for:

...
datascience-notebook    |     Copy/paste this URL into your browser when you connect for the first time,
datascience-notebook    |     to login with a token:
datascience-notebook    |         http://localhost:8888/?token=your_token

to be displayed on your console and follow the instruction.

If you need to run some additional commands in the container run:

bash -c clear && docker exec -it datascience-notebook bash

About

Collection of Data science/Machine Learning/Deep Learning Jupyter notebooks

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published