Coder Social home page Coder Social logo

emridul / ml-basics Goto Github PK

View Code? Open in Web Editor NEW

This project forked from microsoftdocs/ml-basics

0.0 1.0 0.0 2.01 MB

Exercise notebooks for Machine Learning modules on Microsoft Learn

License: MIT License

Dockerfile 1.09% Jupyter Notebook 98.91%

ml-basics's Introduction

Machine Learning Basics

This repository contains the exercise files for the Create machine learning models learning path on Microsoft Learn

Before You Start

To complete the labs, you'll need the following:

  • A Microsoft Azure subscription. If you don't already have one, you can sign up for a free trial at https://azure.microsoft.com.
  • A Visual Studio Codespace. This provides a hosted instance of Visual Studio Code, in which you'll be able to run the notebooks for the lab exercises. To set up this environment:
  1. Open Visual Studio Codespaces in a new browser tab; and if prompted, sign in using the Microsoft account associated with your Azure subscription.
  2. Create a codespace with the following settings (if you don't already have a Visual Studio Codespaces billing plan, you'll be prompted to create one):
    • Codespace Name: A name for your codespace - for example, ml-basics.
    • Git Repository: MicrosoftDocs/ml-basics
    • Instance Type: Standard (Linux) 4 cores, 8GB RAM
    • Suspend idle Codespace after: 30 minutes
  3. Wait for the codespace to be created. This will take around 3 minutes. You'll see the following things happen:
    • A script will initialize and configure your codespace.
    • A list of notebook (.ipynb) files will appear in the pane on the left.
  4. After preparation is complete, you can close the Welcome and Creation Log panes. You can also change the color scheme to suit your preference - just click the โš™ icon at the bottom left and select a new Color Theme. A light color theme is recommended to make it easier to read the Python code in the notebooks.

Labs

After you've completed the setup steps above, you can use your Visual Studio Codespace to complete the labs. The notebooks in this project are tutorials that include notes and code to explain key concepts. Each notebook covers a specific topic, but if you are new to Machine Learning, you should complete them in order.

  • 01 - Data Exploration.ipynb examines some of the core Python techniques and packages used to explore and visualize data - a key element of data science and machine learning.
  • 02 - Regression.ipynb introduces regression, a form of supervised machine learning that predicts numeric values.
  • 03 - Classification.ipynb covers another form of supervised machine learning that is used to predict which category, or class, something belongs to.
  • 04 - Clustering.ipynb deals with unsupervised machine learning that seeks to group similar data entities together based on statistical similarities.
  • 05a - Deep Neural Networks (PyTorch).ipynb and 05a - Deep Neural Networks (TensorFlow).ipynb introduce the key concepts of deep neural networks (DNNs) using your choice of two popular deep learning frameworks: PyTorch and Tensorflow.
  • 05b - Convolutional Neural Networks (PyTorch).ipynb and 05b - Convolutional Neural Networks (Tensorflow).ipynb describe how to build convolutional neural networks (CNNs) for image classification - a common use of deep learning.

Note: These labs assume you have some basic familiarity with Python syntax and core data types. If not, consider working through the Take your First Steps with Python learning path first.

Contributing

We are not currently accepting external contributions for this repo. If you encounter any problems, please report an issue.

ml-basics's People

Contributors

graememalcolm avatar microsoft-github-operations[bot] avatar microsoftopensource avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.