Giter Club home page Giter Club logo

pytorch_tutorial's Introduction

DOI

PyTorch Tutorial - Originally presented at IST's 6ªs Jornadas de Engenharia Física:

Presentation with GIFs

Running

The tutorial may either be run via Google Colab by clicking the blue badges, or directly by installing the appropriate Python modules yourself.

When running in Google Colab, it is best to change the runtime type to GPU: Runtime -> Change Runtime Type -> Hardware Accelerator -> GPU

Overview

This tutorial is designed to present neural networks from a practical, coding perspective and focus on their implementation via PyTorch. Several notebooks are found in the notebooks folder:

  1. Open In Colab SGD_from_scratch uses a single neuron for trivial classification and regression tasks on pseudodata, implementing backpropagation and weight updates manually in Numpy.
  2. Open In Colab Basic_Classification introduces PyTorch, using a non-trvial, but basic classification problem.
  3. Open In Colab Basic_Regression again uses PyTorch to solve a basic regression problem using pseudo-data
  4. Open In Colab 3_Classification_Application is an example using real-world tabular data to training a simple classifier.
  5. Open In Colab 4_Regression_Application_Exercise is an exercise using real-world tabular data to training a simple regressor.
  6. Open In Colab 5_Regression_Application_Completed is an example of how 4_Regression_Application_Exercise could be attempted, including a few tricks for training a regressor.

pytorch_tutorial's People

Contributors

gilesstrong avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.