All Projects → Azure → Machinelearningnotebooks

Azure / Machinelearningnotebooks

Licence: mit
Python notebooks with ML and deep learning examples with Azure Machine Learning Python SDK | Microsoft

Programming Languages

Jupyter Notebook
11667 projects
python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to Machinelearningnotebooks

Data Science Your Way
Ways of doing Data Science Engineering and Machine Learning in R and Python
Stars: ✭ 530 (-81%)
Mutual labels:  jupyter-notebook, data-science, notebook
Computervision Recipes
Best Practices, code samples, and documentation for Computer Vision.
Stars: ✭ 8,214 (+194.41%)
Mutual labels:  azure, jupyter-notebook, data-science
Nteract
📘 The interactive computing suite for you! ✨
Stars: ✭ 5,713 (+104.77%)
Mutual labels:  jupyter-notebook, data-science, notebook
Quantitative Notebooks
Educational notebooks on quantitative finance, algorithmic trading, financial modelling and investment strategy
Stars: ✭ 356 (-87.24%)
Mutual labels:  jupyter-notebook, data-science, notebook
Spark Py Notebooks
Apache Spark & Python (pySpark) tutorials for Big Data Analysis and Machine Learning as IPython / Jupyter notebooks
Stars: ✭ 1,338 (-52.04%)
Mutual labels:  jupyter-notebook, data-science, notebook
Lambdaschooldatascience
Completed assignments and coding challenges from the Lambda School Data Science program.
Stars: ✭ 22 (-99.21%)
Mutual labels:  jupyter-notebook, data-science, notebook
Machine Learning From Scratch
Succinct Machine Learning algorithm implementations from scratch in Python, solving real-world problems (Notebooks and Book). Examples of Logistic Regression, Linear Regression, Decision Trees, K-means clustering, Sentiment Analysis, Recommender Systems, Neural Networks and Reinforcement Learning.
Stars: ✭ 42 (-98.49%)
Mutual labels:  jupyter-notebook, data-science, notebook
Allstate capstone
Allstate Kaggle Competition ML Capstone Project
Stars: ✭ 72 (-97.42%)
Mutual labels:  jupyter-notebook, data-science, notebook
Starcraft2 Replay Analysis
A jupyter notebook that provides analysis for StarCraft 2 replays
Stars: ✭ 90 (-96.77%)
Mutual labels:  jupyter-notebook, data-science, notebook
Jupytemplate
Templates for jupyter notebooks
Stars: ✭ 85 (-96.95%)
Mutual labels:  jupyter-notebook, data-science, notebook
Spark R Notebooks
R on Apache Spark (SparkR) tutorials for Big Data analysis and Machine Learning as IPython / Jupyter notebooks
Stars: ✭ 109 (-96.09%)
Mutual labels:  jupyter-notebook, data-science, notebook
Recommenders
Best Practices on Recommendation Systems
Stars: ✭ 11,818 (+323.58%)
Mutual labels:  azure, jupyter-notebook, data-science
Datasciencevm
Tools and Docs on the Azure Data Science Virtual Machine (http://aka.ms/dsvm)
Stars: ✭ 153 (-94.52%)
Mutual labels:  azure, jupyter-notebook, data-science
Fixy
Amacımız Türkçe NLP literatüründeki birçok farklı sorunu bir arada çözebilen, eşsiz yaklaşımlar öne süren ve literatürdeki çalışmaların eksiklerini gideren open source bir yazım destekleyicisi/denetleyicisi oluşturmak. Kullanıcıların yazdıkları metinlerdeki yazım yanlışlarını derin öğrenme yaklaşımıyla çözüp aynı zamanda metinlerde anlamsal analizi de gerçekleştirerek bu bağlamda ortaya çıkan yanlışları da fark edip düzeltebilmek.
Stars: ✭ 165 (-94.09%)
Mutual labels:  jupyter-notebook, data-science
Competition Baseline
数据科学竞赛知识、代码、思路
Stars: ✭ 2,553 (-8.49%)
Mutual labels:  jupyter-notebook, data-science
Handout
Turn Python scripts into handouts with Markdown and figures
Stars: ✭ 1,973 (-29.28%)
Mutual labels:  data-science, notebook
Signals And Systems Lecture
Continuous- and Discrete-Time Signals and Systems - Theory and Computational Examples
Stars: ✭ 166 (-94.05%)
Mutual labels:  jupyter-notebook, notebook
Learnpythonforresearch
This repository provides everything you need to get started with Python for (social science) research.
Stars: ✭ 163 (-94.16%)
Mutual labels:  jupyter-notebook, data-science
Aulas
Aulas da Escola de Inteligência Artificial de São Paulo
Stars: ✭ 166 (-94.05%)
Mutual labels:  jupyter-notebook, data-science
Covid19 Severity Prediction
Extensive and accessible COVID-19 data + forecasting for counties and hospitals. 📈
Stars: ✭ 170 (-93.91%)
Mutual labels:  jupyter-notebook, data-science

Azure Machine Learning Python SDK notebooks

a community-driven repository of examples using mlflow for tracking can be found at https://github.com/Azure/azureml-examples

Welcome to the Azure Machine Learning Python SDK notebooks repository!

Getting started

These notebooks are recommended for use in an Azure Machine Learning Compute Instance, where you can run them without any additional set up.

However, the notebooks can be run in any development environment with the correct azureml packages installed.

Install the azureml.core Python package:

pip install azureml-core

Install additional packages as needed:

pip install azureml-mlflow
pip install azureml-dataset-runtime
pip install azureml-automl-runtime
pip install azureml-pipeline
pip install azureml-pipeline-steps
...

We recommend starting with one of the quickstarts.

Contributing

This repository is a push-only mirror. Pull requests are ignored.

Code of Conduct

This project has adopted the Microsoft Open Source Code of Conduct. Please see the code of conduct for details.

Reference

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].