All Projects → nborwankar → Learndatascience

nborwankar / Learndatascience

Licence: other
Open Content for self-directed learning in data science

Programming Languages

Jupyter Notebook
11667 projects

Projects that are alternatives of or similar to Learndatascience

Jddc solution 4th
2018-JDDC大赛第4名的解决方案
Stars: ✭ 235 (-91.26%)
Mutual labels:  jupyter-notebook
Worldmodels
An implementation of the ideas from this paper https://arxiv.org/pdf/1803.10122.pdf
Stars: ✭ 236 (-91.22%)
Mutual labels:  jupyter-notebook
Kitti tutorial
Tutorial for using Kitti dataset easily
Stars: ✭ 235 (-91.26%)
Mutual labels:  jupyter-notebook
Dlwpt Code
Code for the book Deep Learning with PyTorch by Eli Stevens, Luca Antiga, and Thomas Viehmann.
Stars: ✭ 3,054 (+13.62%)
Mutual labels:  jupyter-notebook
Youtubeli
Github repo to upload demo files of youtube videos and linkedin
Stars: ✭ 234 (-91.29%)
Mutual labels:  jupyter-notebook
Datasets
A collection of all my datasets
Stars: ✭ 236 (-91.22%)
Mutual labels:  jupyter-notebook
Lasio
Python library for reading and writing well data using Log ASCII Standard (LAS) files
Stars: ✭ 234 (-91.29%)
Mutual labels:  jupyter-notebook
Deepnlp Models Pytorch
Pytorch implementations of various Deep NLP models in cs-224n(Stanford Univ)
Stars: ✭ 2,760 (+2.68%)
Mutual labels:  jupyter-notebook
Aleph star
Reinforcement learning with A* and a deep heuristic
Stars: ✭ 235 (-91.26%)
Mutual labels:  jupyter-notebook
Coursera deep learning
This something about deep learning on Coursera by Andrew Ng
Stars: ✭ 237 (-91.18%)
Mutual labels:  jupyter-notebook
Book
Deep Learning 101 with PaddlePaddle (『飞桨』深度学习框架入门教程)
Stars: ✭ 2,621 (-2.49%)
Mutual labels:  jupyter-notebook
Emnlp 2019 Papers
Statistics and Accepted paper list with arXiv link of EMNLP-IJCNLP 2019
Stars: ✭ 236 (-91.22%)
Mutual labels:  jupyter-notebook
Keras Examples
Stars: ✭ 236 (-91.22%)
Mutual labels:  jupyter-notebook
Deep learning examples
Examples of using deep learning in Bioinformatics
Stars: ✭ 234 (-91.29%)
Mutual labels:  jupyter-notebook
Jsanimation
[DEPRECATED] An IPython notebook-compatible Javascript/HTML viewer for matplotlib animations
Stars: ✭ 237 (-91.18%)
Mutual labels:  jupyter-notebook
Drkg
A knowledge graph and a set of tools for drug repurposing
Stars: ✭ 231 (-91.41%)
Mutual labels:  jupyter-notebook
Nbviewer.js
Client side rendering of Jupyter notebooks
Stars: ✭ 235 (-91.26%)
Mutual labels:  jupyter-notebook
Covid Chestxray Dataset
We are building an open database of COVID-19 cases with chest X-ray or CT images.
Stars: ✭ 2,759 (+2.64%)
Mutual labels:  jupyter-notebook
Blog
for code created as part of http://studywolf.wordpress.com
Stars: ✭ 236 (-91.22%)
Mutual labels:  jupyter-notebook
Book deeplearning in pytorch source
Stars: ✭ 236 (-91.22%)
Mutual labels:  jupyter-notebook

Who

What

  • A collection of Data Science Learning materials in the form of IPython Notebooks.
  • Associated data sets.

The initial beta release consists of four major topics

  • Linear Regression
  • Logistic Regression
  • Random Forests
  • K-Means Clustering

Each of the above has at least three IPython Notebooks covering

  • Overview (an exposition of the technique for the math-wary)
  • Data Exploration (the nuts and bolts of real world data wrangling)
  • Analysis (using the technique to get results)

One or more of these may have supplementary material. Each of these have worksheets that contain mostly the code sections so you can iteratively explore the code.

Three openly available data sets are used.

Why

There's a need for open content to raise the level of awareness and training in basics, in the Data Science field (circa early 2013).

IPython Notebook provides an appropriate platform for rapid iterative exploration and learning.

When

Starting in 2013 and intended to extend for a long while.

Where

Today github, tomorrow the world. Google Group "learnds"

How

Learn Data Science is based on content developed by me (Nitin Borwankar) for the Open Data Science Training project http://opendst.org Most of the content (circa July 2013) is copyright (c) Alpine Data Labs as per the license at opendst.org, and is freely available. Extensions to the content embodied in this projects content are also released under the same license - see the LICENSE.txt file.

IPython Notebooks at Beta.

Background

If you are unfamiliar with IPython Notebook you can start with http://ipython.org/notebook

Installation

  • Prerequisites
    One of the following distributions is needed. Please note that even if you have Python installed it is important to have one of these distributions installed and the binary for this installation in your path. This is because these distributions come packaged with all the supplementary libraries needed and these have been historically difficult to install separately.

    • EPD Free Enthought Python Distribution from http://enthought.com
    • Anaconda Python from http://continuum.io
    • Development has been done on v 1.5 of Anaconda distribution but EPD Free should work just as well.
  • The following steps assume you have installed one of the distributions mentioned in prerequisites.

  • From a zip or tar file

    • download the zip or tar file
    • unpack the file to a directory called learnds
    • cd to the 'notebooks' subdirectory
    • start IPython Notebook 'ipython notebook --pylab=inline'
  • From the git repo

    • clone the repo
    • cd to 'notebooks'
    • start IPython Notebook 'ipython notebook --pylab=inline'
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].