All Projects → udacity → Dl_pytorch

udacity / Dl_pytorch

Licence: mit
Code for the Deep Learning with PyTorch lesson

Projects that are alternatives of or similar to Dl pytorch

Supervisely
AI for everyone! 🎉 Neural networks, tools and a library we use in Supervisely
Stars: ✭ 332 (-2.06%)
Mutual labels:  jupyter-notebook
Deepdraw
Notebook example of how to generate class visualizations with Caffe
Stars: ✭ 333 (-1.77%)
Mutual labels:  jupyter-notebook
Mml Book
Code / solutions for Mathematics for Machine Learning (MML Book)
Stars: ✭ 333 (-1.77%)
Mutual labels:  jupyter-notebook
Transformer Explainability
[CVPR 2021] Official PyTorch implementation for Transformer Interpretability Beyond Attention Visualization, a novel method to visualize classifications by Transformer based networks.
Stars: ✭ 309 (-8.85%)
Mutual labels:  jupyter-notebook
Beeva Best Practices
Best Practices and Style Guides in BEEVA
Stars: ✭ 335 (-1.18%)
Mutual labels:  jupyter-notebook
Machine learning basics
Plain python implementations of basic machine learning algorithms
Stars: ✭ 3,557 (+949.26%)
Mutual labels:  jupyter-notebook
Gtc2017 Numba
Numba tutorial for GTC 2017 conference
Stars: ✭ 334 (-1.47%)
Mutual labels:  jupyter-notebook
Numpile
A tiny 1000 line LLVM-based numeric specializer for scientific Python code.
Stars: ✭ 341 (+0.59%)
Mutual labels:  jupyter-notebook
Dota devkit
Stars: ✭ 332 (-2.06%)
Mutual labels:  jupyter-notebook
Vscodejupyter
Jupyter for Visual Studio Code
Stars: ✭ 337 (-0.59%)
Mutual labels:  jupyter-notebook
Kaggle public
阿水的数据竞赛开源分支
Stars: ✭ 335 (-1.18%)
Mutual labels:  jupyter-notebook
Keras Multi Label Image Classification
Keras- Multi Label Image Classification
Stars: ✭ 335 (-1.18%)
Mutual labels:  jupyter-notebook
Unet
unet for image segmentation
Stars: ✭ 3,751 (+1006.49%)
Mutual labels:  jupyter-notebook
Tensorly Notebooks
Tensor methods in Python with TensorLy
Stars: ✭ 332 (-2.06%)
Mutual labels:  jupyter-notebook
Blogscripts
Repository for code used in my blog posts
Stars: ✭ 338 (-0.29%)
Mutual labels:  jupyter-notebook
Ccf2016 sougou
ccf2016 sougou final winner solution
Stars: ✭ 333 (-1.77%)
Mutual labels:  jupyter-notebook
Long Tailed Recognition.pytorch
[NeurIPS 2020] This project provides a strong single-stage baseline for Long-Tailed Classification, Detection, and Instance Segmentation (LVIS). It is also a PyTorch implementation of the NeurIPS 2020 paper 'Long-Tailed Classification by Keeping the Good and Removing the Bad Momentum Causal Effect'.
Stars: ✭ 334 (-1.47%)
Mutual labels:  jupyter-notebook
License plate detection pytorch
A two stage lightweight and high performance license plate recognition in MTCNN and LPRNet
Stars: ✭ 337 (-0.59%)
Mutual labels:  jupyter-notebook
Ner Bert
BERT-NER (nert-bert) with google bert https://github.com/google-research.
Stars: ✭ 339 (+0%)
Mutual labels:  jupyter-notebook
Credit Card Fraud Detection Using Autoencoders In Keras
iPython notebook and pre-trained model that shows how to build deep Autoencoder in Keras for Anomaly Detection in credit card transactions data
Stars: ✭ 337 (-0.59%)
Mutual labels:  jupyter-notebook

Deep Learning with PyTorch

This repo contains notebooks and related code for Udacity's Deep Learning with PyTorch lesson. This lesson appears in our AI Programming with Python Nanodegree program.

  • Part 1: Introduction to PyTorch and using tensors
  • Part 2: Building fully-connected neural networks with PyTorch
  • Part 3: How to train a fully-connected network with backpropagation on MNIST
  • Part 4: Exercise - train a neural network on Fashion-MNIST
  • Part 5: Using a trained network for making predictions and validating networks
  • Part 6: How to save and load trained models
  • Part 7: Load image data with torchvision, also data augmentation
  • Part 8: Use transfer learning to train a state-of-the-art image classifier for dogs and cats
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].