Skip to content

Latest commit

 

History

History
62 lines (41 loc) · 1023 Bytes

File metadata and controls

62 lines (41 loc) · 1023 Bytes

Machine-Learning-Tutorial

Week 1

  1. Python

    • Basic data types
      • Numbers
      • String
      • List
    • Conditional Statements
      • If and elif
    • Loops
      • for
      • while
    • Functions
    • Modules
      • import this

    Resource

  2. Git

    • git clone
    • git init status add commit push
    • git pull

    Resource

  3. Pip

    • install packages/modules

    Resource

  4. Virtual environment

    • Why is it necessary ?

    Resource

  5. IPython/Jupyter Notebook

    Resource

  6. Numpy

    Resource

Task

Will be updated later