All Projects → Azure → Kubeflow Labs

Azure / Kubeflow Labs

Licence: other
👩‍🔬 Train and Serve TensorFlow Models at Scale with Kubernetes and Kubeflow on Azure

Programming Languages

python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to Kubeflow Labs

Jupyterhub
Multi-user server for Jupyter notebooks
Stars: ✭ 6,488 (+2259.27%)
Mutual labels:  jupyter-notebook, jupyterhub
Ansible Jupyterhub
Ansible role to setup jupyterhub server (deprecated)
Stars: ✭ 14 (-94.91%)
Mutual labels:  jupyter-notebook, jupyterhub
Jupyterhub Deploy Docker
Reference deployment of JupyterHub with docker
Stars: ✭ 479 (+74.18%)
Mutual labels:  jupyter-notebook, jupyterhub
Nbgrader
A system for assigning and grading notebooks
Stars: ✭ 1,000 (+263.64%)
Mutual labels:  jupyter-notebook, jupyterhub
Binderhub
Run your code in the cloud, with technology so advanced, it feels like magic!
Stars: ✭ 2,050 (+645.45%)
Mutual labels:  jupyter-notebook, jupyterhub
Jupyterhub Deploy Teaching
Reference deployment of JupyterHub and nbgrader on a single server
Stars: ✭ 194 (-29.45%)
Mutual labels:  jupyter-notebook, jupyterhub
Zero To Jupyterhub K8s
Helm Chart & Documentation for deploying JupyterHub on Kubernetes
Stars: ✭ 888 (+222.91%)
Mutual labels:  jupyter-notebook, jupyterhub
Helm Chart
A store of Helm chart tarballs for deploying JupyterHub and BinderHub on a Kubernetes cluster
Stars: ✭ 123 (-55.27%)
Mutual labels:  jupyter-notebook, jupyterhub
Jupyter Server Proxy
Jupyter notebook server extension to proxy web services.
Stars: ✭ 153 (-44.36%)
Mutual labels:  jupyter-notebook, jupyterhub
Awesome Jupyter
A curated list of awesome Jupyter projects, libraries and resources
Stars: ✭ 2,523 (+817.45%)
Mutual labels:  jupyter-notebook, jupyterhub
Best Of Jupyter
🏆 A ranked list of awesome Jupyter Notebook, Hub and Lab projects (extensions, kernels, tools). Updated weekly.
Stars: ✭ 200 (-27.27%)
Mutual labels:  jupyter-notebook, jupyterhub
Computation Thru Dynamics
Understanding computation in artificial and biological recurrent networks through the lens of dynamical systems.
Stars: ✭ 273 (-0.73%)
Mutual labels:  jupyter-notebook
Rad
RAD: Reinforcement Learning with Augmented Data
Stars: ✭ 268 (-2.55%)
Mutual labels:  jupyter-notebook
Unintended Ml Bias Analysis
Stars: ✭ 271 (-1.45%)
Mutual labels:  jupyter-notebook
Introduction To Python For Computational Science And Engineering
Book: Introduction to Python for Computational Science and Engineering
Stars: ✭ 271 (-1.45%)
Mutual labels:  jupyter-notebook
Altair Tutorial
Notebooks for the Altair tutorial
Stars: ✭ 273 (-0.73%)
Mutual labels:  jupyter-notebook
Aws Deepcomposer Samples
Stars: ✭ 273 (-0.73%)
Mutual labels:  jupyter-notebook
Streamingphish
Python-based utility that uses supervised machine learning to detect phishing domains from the Certificate Transparency log network.
Stars: ✭ 271 (-1.45%)
Mutual labels:  jupyter-notebook
Machine learing study
Stars: ✭ 270 (-1.82%)
Mutual labels:  jupyter-notebook
Notebooks Statistics And Machinelearning
Jupyter Notebooks from the old UnsupervisedLearning.com (RIP) machine learning and statistics blog
Stars: ✭ 270 (-1.82%)
Mutual labels:  jupyter-notebook

Labs for Training and Serving TensorFlow Models with Kubernetes and Kubeflow on Azure Container Service (AKS)

Prerequisites

  1. Have a valid Microsoft Azure subscription allowing the creation of an AKS cluster
  2. Docker client installed: Installing Docker
  3. Azure-cli (2.0) installed: Installing the Azure CLI 2.0 | Microsoft Docs
  4. Git cli installed: Installing Git CLI
  5. Kubectl installed: Installing Kubectl
  6. Helm installed: Installing Helm CLI (Note: On Windows you can extract the tar file using a tool like 7Zip.)
  7. ksonnet installed: Installing ksonnet CLI

Clone this repository somewhere so you can easily access the different source files:

git clone https://github.com/Azure/kubeflow-labs

Content Summary

Module Description
0 Introduction Introduction to this workshop. Motivations and goals.
1 Docker Docker and containers 101.
2 Kubernetes Kubernetes important concepts overview.
3 Helm Introduction to Helm
4 Kubeflow Introduction to Kubeflow and how to deploy it in your cluster.
5 JupyterHub Learn how to run JupyterHub to create and manage Jupyter notebooks using Kubeflow
6 TFJob Introduction to TFJob and how to use it to deploy a simple TensorFlow training.
7 Distributed Tensorflow Learn how to deploy and monitor distributed TensorFlow trainings with TFJob
8 Hyperparameters Sweep with Helm Using Helm to deploy a large number of trainings testing different hypothesis, and TensorBoard to monitor and compare the results
9 Serving Using TensorFlow Serving to serve predictions
10 Going Further Links and resources to go further: Autoscaling, Distributed Storage etc.

Contributing

This project welcomes contributions and suggestions. Most contributions require you to agree to a Contributor License Agreement (CLA) declaring that you have the right to, and actually do, grant us the rights to use your contribution. For details, visit https://cla.microsoft.com.

When you submit a pull request, a CLA-bot will automatically determine whether you need to provide a CLA and decorate the PR appropriately (e.g., label, comment). Simply follow the instructions provided by the bot. You will only need to do this once across all repos using our CLA.

This project has adopted the Microsoft Open Source Code of Conduct. For more information see the Code of Conduct FAQ or contact [email protected] with any additional questions or comments.

Legal Notices

Microsoft and any contributors grant you a license to the Microsoft documentation and other content in this repository under the Creative Commons Attribution 4.0 International Public License, see the LICENSE file, and grant you a license to any code in the repository under the MIT License, see the LICENSE-CODE file.

Microsoft, Windows, Microsoft Azure and/or other Microsoft products and services referenced in the documentation may be either trademarks or registered trademarks of Microsoft in the United States and/or other countries. The licenses for this project do not grant you rights to use any Microsoft names, logos, or trademarks. Microsoft's general trademark guidelines can be found at http://go.microsoft.com/fwlink/?LinkID=254653.

Privacy information can be found at https://privacy.microsoft.com/en-us/

Microsoft and any contributors reserve all others rights, whether under their respective copyrights, patents, or trademarks, whether by implication, estoppel or otherwise.

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].