Skip to content

MLforKids/MLforKids-IntroductionToML

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 

Repository files navigation

stemup logo

Getting Started with Python

Create a copy and use this colab notebook.

Simple One Feature Linear Regression

Create a copy and use this colab notebook.

OR

  • Download this project
    • Under the repository name, click Clone or download button.
    • Then click on Download zip.
  • Install Anaconda from anaconda.com
  • Open Anaconda Prompt from Start menu.
  • Navidate to SimpleOneFeatureLinearRegression folder using Anaconda Prompt.
  • Execute command jupyter notebook -> a browser windows will open.
  • Cick on Simple One Feature Linear Regression.ipynb from the browser window to launch the notebook.

Face Recognition with Python and OpenCV

Create a copy and use this colab notebook.