Skip to content

Latest commit

 

History

History
25 lines (16 loc) · 1.14 KB

README.md

File metadata and controls

25 lines (16 loc) · 1.14 KB

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.