/MLforKids-IntroductionToML

Demostrations and code sample for Introduction to AI/ML

Primary LanguageJupyter Notebook

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.