An open API service indexing awesome lists of open source software.

https://github.com/vuillaut/datascience_intro

Introductive Course to Data Science
https://github.com/vuillaut/datascience_intro

Last synced: 2 months ago
JSON representation

Introductive Course to Data Science

Awesome Lists containing this project

README

          

# Introductive Course to Data Science

Thomas Vuillaume

contact me at firstname.name[at]lapp.in2p3.fr

## Running online

- [Google colab](https://colab.research.google.com/github/vuillaut/datascience_intro/)
- [mybinder](https://mybinder.org/v2/gh/vuillaut/datascience_intro/HEAD)

## Courses content:

### Slides

[https://vuillaut.github.io/lectures/data_science_intro/1](https://vuillaut.github.io/lectures/data_science_intro/1)

### Course 0: Python and environment setup
These are reminders of prerequisite for this course

Python basics:
- https://jckantor.github.io/CBE30338/01.02-Python-Basics.html
- https://www.kaggle.com/learn/python

Env. setup:
- [conda](https://www.anaconda.com/products/individual)

Git:
- https://education.github.com/git-cheat-sheet-education.pdf

### Part 1: coding environment and Jupyter

- Introduction and environment setup
- Working with [Jupyter](1.jupyter)

### Part 2: [Numpy](2.numpy)

### Part 3: [Pandas](3.pandas)

### Part 4: [Matplotlib](4.matplotlib)

### Part 5: [Machine learning](5.machine_learning)

### Part 6: [Practical work on a real case]

# Resources

- [A visual introduction to machine learning](http://www.r2d3.us/visual-intro-to-machine-learning-part-1/)
- [Machine Learning (Lecture 1)](https://indico.cern.ch/event/619370/) --- [Michael Kagan](https://www.linkedin.com/in/michael-kagan-06292616/) (SLAC)
- [Machine Learning (Lecture 2)](https://indico.cern.ch/event/619371/) --- [Michael Kagan](https://www.linkedin.com/in/michael-kagan-06292616/) (SLAC)
- [Deep Learning and Vision](https://indico.cern.ch/event/619372/) --- [Jonathon Shlens](https://research.google.com/pubs/JonathonShlens.html) (Google Research)
- [Fidle - Deep Learning training course](https://gricad-gitlab.univ-grenoble-alpes.fr/talks/fidle)