Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/polyaxon/polyaxon-examples

Code for tutorials and examples
https://github.com/polyaxon/polyaxon-examples

deep-learning deeplearning horovod jupyter-notebook keras kubeflow kubernetes machine-learning mlops mpi mpijob mxnet nerual-network polyaxon pytorch pytorchjob scikit-learn tensorflow tfjob

Last synced: about 2 months ago
JSON representation

Code for tutorials and examples

Awesome Lists containing this project

README

        

[![License: Apache 2](https://img.shields.io/badge/License-apache2-green.svg)](LICENSE)
[![Slack](https://img.shields.io/badge/chat-on%20slack-aadada.svg?logo=slack&longCache=true)](https://polyaxon.com/slack/)
[![Docs](https://img.shields.io/badge/docs-stable-brightgreen.svg?style=flat)](https://polyaxon.com/docs/)
[![GitHub](https://img.shields.io/badge/issue_tracker-github-blue?logo=github)](https://github.com/polyaxon/polyaxon/issues)
[![GitHub](https://img.shields.io/badge/roadmap-github-blue?style=flat&logo=github&longCache=true)](https://github.com/orgs/polyaxon/projects/5)

# polyaxon-examples

Code for polyaxon tutorials and examples.

This is the code used for [latest version of Polyaxon](https://polyaxon.com/docs/intro/quick_start/)

This repository contains examples of using Polyaxon with all major Machine Learning and Deep Learning libraries,
including fastai, torch, sklearn, chainer, caffe, keras, tensorflow, mxnet, and Jupyter notebooks.

If you don't see something you need, Don't hesitate to contact us.

## Examples Structure

This repository has 2 main directories containing examples for running experiments in-cluster, i.e. scheduled and managed by a Polyaxon Deployment,
as well as experiment running on different platforms and tracked by Polyaxon, i.e. experiments running on laptops, spark, other platforms.

The examples have a comment `# Polyaxon` to show what is added to a raw code to enable the lightweight Polyaxon integration.

### Getting Started

If you are new to Polyaxon we recommend reading our [quick-start](https://polyaxon.com/docs/intro/quick-start/) guide which explains some of the core Platform capabilities.

### Setup & Installation

Please check our [documentation](https://polyaxon.com/docs/) to learn about how to deploy Polyaxon.

All examples (in-cluster and on other examples running on other platforms) require our [client](https://github.com/polyaxon/polyaxon-client) to track and add instrumentation to the experiments.

### in-cluster Examples

In order to run these examples, you need to deploy a Polyaxon with a scheduling component enabled.

### Tracking Examples

These examples should run outside of a Polyaxon cluster.