Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Adding torch examples #15

Open
wants to merge 10 commits into
base: main
Choose a base branch
from
Open

Adding torch examples #15

wants to merge 10 commits into from

Conversation

ncguilbeault
Copy link
Collaborator

This PR introduces new examples for the Bonsai.ML.Torch package in bonsai-rx/machinelearning#48. A list of examples and brief summaries are provided below.

Examples

Linear Regression

In this example, the Bonsai.ML.Torch package is used to perform simple linear regression using the ordinary least squares technique on simulated data.

Neural Nets - Pretrained Model

This example shows how to run inference using deep neural networks on a typical image classification problem. In this particular example, the pretrained weights of the model are loaded from disk.

Neural Nets - Torch Hub

This example shows how a torch model can be downloaded from pytorch hub and used to run forward inference.

Neural Nets - Training Online

This example shows how a deep neural network can be trained online to solve an image classification problem.

Running On Linux

This example demonstrates how to run the package on Linux.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant