Skip to content

Latest commit

 

History

History
54 lines (40 loc) · 2.28 KB

index.md

File metadata and controls

54 lines (40 loc) · 2.28 KB

Introduction to Data Science 1MS041

You can download the Lecture notes here.

Precision Recall survey here

Introductory Jupyter .ipynb Notebooks

These notebooks contain the basic theory of how to work with python and BASH, that will be needed in this course.

A01. A01-BASH_Unix_Shell

Individual Jupyter .ipynb lecture Notebooks

These notebooks are numbered according to which lecture they coincide with and will be updated after the lectures. Before the lecture they can be considered preliminary.

  1. 01-Probability
  2. 02-Random_Variables
  3. 02-Random_Variables_examples
  4. 03-Random_Variables
  5. 04-Concentration_and_Limits
  6. 05-Limits
  7. 05-Risk
  8. 06-Fundamentals_of_estimation
  9. 07-Estimation_Likelihood
  10. 07-Optimization
  11. 07-StandardError
  12. 08-GeneratingRandomVariables
  13. 08-PRNG
  14. 09-Markov_chains
  15. 10-Pattern_Recognition
  16. 11-Training_Testing_Metrics
  17. 12-Regression
  18. 13-High_Dimension
  19. 14-Dimensionality_Reduction
  20. 15-Extra_Topics

Problem Solving Sessions

These notebooks are numbered according to which problem solving session they coincide with.

Starting package

  • Download the Starting package
  • Unzip this into a folder that you will use as the base folder
  • Whenever you download the next lectures as ipynb files, you put them in the same place as *.ipynb, this way all pathways will be the same for all of us.

Assignment notebooks (Will be empty until it is time)

  1. Assignment_1
  2. Assignment_2
  3. Assignment_3
  4. Assignment_4