# polyaxon-examples **Repository Path**: jianyun/polyaxon-examples ## Basic Information - **Project Name**: polyaxon-examples - **Description**: No description available - **Primary Language**: Unknown - **License**: Apache-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2025-10-17 - **Last Updated**: 2025-10-17 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## 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.