All Projects → Tessellate-Imaging → Pytorch_tutorial

Tessellate-Imaging / Pytorch_tutorial

Licence: apache-2.0
A set of jupyter notebooks on pytorch functions with examples

Projects that are alternatives of or similar to Pytorch tutorial

Deep and machine learning projects
This Repository contains the list of various Machine and Deep Learning related projects. Related code and data files are available inside this folder. One can go through these projects to implement them in real life for specific use cases.
Stars: ✭ 141 (-0.7%)
Mutual labels:  jupyter-notebook
Part2
Stars: ✭ 143 (+0.7%)
Mutual labels:  jupyter-notebook
Main
CS579: Online Social Network Analysis at the Illinois Institute of Technology
Stars: ✭ 143 (+0.7%)
Mutual labels:  jupyter-notebook
Design Of Experiment Python
Design-of-experiment (DOE) generator for science, engineering, and statistics
Stars: ✭ 143 (+0.7%)
Mutual labels:  jupyter-notebook
Animl
Reproduction of "Model-Agnostic Meta-Learning" (MAML) and "Reptile".
Stars: ✭ 143 (+0.7%)
Mutual labels:  jupyter-notebook
Visualizing cnns
Using Keras and cats to visualize layers from CNNs
Stars: ✭ 143 (+0.7%)
Mutual labels:  jupyter-notebook
Disprcnn
Code release for Stereo 3D Object Detection via Shape Prior Guided Instance Disparity Estimation (CVPR 2020)
Stars: ✭ 142 (+0%)
Mutual labels:  jupyter-notebook
Diy Alexa
Command recognition research
Stars: ✭ 143 (+0.7%)
Mutual labels:  jupyter-notebook
Machine learning for good
Machine learning fundamentals lesson in interactive notebooks
Stars: ✭ 142 (+0%)
Mutual labels:  jupyter-notebook
Complete Python Bootcamp
Lectures for Udemy - Complete Python Bootcamp Course
Stars: ✭ 1,879 (+1223.24%)
Mutual labels:  jupyter-notebook
Faster Rcnn tensorflow
This is a tensorflow re-implementation of Faster R-CNN: Towards Real-Time ObjectDetection with Region Proposal Networks.
Stars: ✭ 142 (+0%)
Mutual labels:  jupyter-notebook
Dlfs code
Code for the book Deep Learning From Scratch, from O'Reilly September 2019
Stars: ✭ 142 (+0%)
Mutual labels:  jupyter-notebook
Practicalai Cn
AI实战-practicalAI 中文版
Stars: ✭ 2,375 (+1572.54%)
Mutual labels:  jupyter-notebook
Gator
Conda environment and package management extension from within Jupyter
Stars: ✭ 143 (+0.7%)
Mutual labels:  jupyter-notebook
Gp
A tutorial about Gaussian process regression
Stars: ✭ 141 (-0.7%)
Mutual labels:  jupyter-notebook
Vmls Companions
These are companion notebooks written in Julia and Python for: "Introduction to Applied Linear Algebra" by Boyd and Vandenberghe.
Stars: ✭ 142 (+0%)
Mutual labels:  jupyter-notebook
Tutorial Softweightsharingfornncompression
A tutorial on 'Soft weight-sharing for Neural Network compression' published at ICLR2017
Stars: ✭ 143 (+0.7%)
Mutual labels:  jupyter-notebook
Desafio 2 2020
Stars: ✭ 144 (+1.41%)
Mutual labels:  jupyter-notebook
Dive Into Deep Learning Pytorch Pdf
本项目对中文版《动手学深度学习》中的代码进行了PyTorch实现并整理为PDF版本供下载
Stars: ✭ 144 (+1.41%)
Mutual labels:  jupyter-notebook
Data Science Question Answer
A repo for data science related questions and answers
Stars: ✭ 2,000 (+1308.45%)
Mutual labels:  jupyter-notebook

Pytorch_TutorialTweet

A set of jupyter notebooks on pytorch functions with examples


Contents

Alt Text

  • A) RoadMap 1 - Torch Main 1 - Basic Tensor functions.ipynb
  • B) RoadMap 2 - Torch Main2 - Mathematical Operators.ipynb
  • C) RoadMap 3 - Torch Main 3 - Linear Algebraic Operations.ipynb
  • D) RoadMap 4 - Data 1 - Loader base codes.ipynb
  • E) RoadMap 5 - Data 2 - Transformations (General).ipynb
  • F) RoadMap 6 - Data 3 - Loader example codes.ipynb
  • G) RoadMap 7 - Torch NN 1 - Convolution, Pooling and Padding Layers.ipynb
  • H) RoadMap 8 - Torch NN 2 - Activation Layers.ipynb
  • I) RoadMap 9 - Torch NN 3 - Other Layers.ipynb
  • J) RoadMap 10 - Torch NN 4 - Initializers.ipynb
  • K) RoadMap 11 - Torch NN 5 - Loss Functions.ipynb
  • L) RoadMap 12 - Torch NN 6 - Base Modules.ipynb
  • M) RoadMap 13 - Torch NN 7 - Optimizers and learning rate adjustment.ipynb
  • N) RoadMap 14 - Classification 1 - Pytorch model zoo.ipynb
  • O) RoadMap 15 - Classification 2 - Training & Validating [Custom CNN, Public Dataset].ipynb
  • P) RoadMap 16 - Classification 3 - Training & Validating [Custom CNN, Custom Dataset].ipynb
  • Q) RoadMap 17 - Classification 4 - Transfer learning [Custom Dataset, Learning Rate Scheduler, Model saver].ipynb
  • R) RoadMap 18 - Appendix 1 - Replicating Classification 4 with Monk.ipynb
  • S) RoadMap 19 - Appendix 2 - Fashion Classification with Monk.ipynb
  • T) RoadMap 20 - Appendix 3 - Indoor Scene Classification with Monk.ipynb
  • U) RoadMap 21 - Appendix 4 - American Sign Language Classification with Monk.ipynb
  • V) RoadMap 23 - Appendix 5 - Plant Disease Classification with Monk.ipynb
  • W) RoadMap 24 - Appendix 6 - Food Classification with Monk.ipynb



Installation

pip install -r requirements.txt



Author

Tessellate Imaging - https://www.tessellateimaging.com/

Check out Monk AI - (https://github.com/Tessellate-Imaging/monk_v1)

Monk features
    - low-code
    - unified wrapper over major deep learning framework - keras, pytorch, gluoncv
    - syntax invariant wrapper

Enables developers
    - to create, manage and version control deep learning experiments
    - to compare experiments across training metrics
    - to quickly find best hyper-parameters

To contribute to Monk AI or Pytorch_Tutoral repository raise an issue in the git-repo or dm us on linkedin




Credits to Pytorch Docs: https://pytorch.org/docs/stable/index.html




Copyright

Copyright 2019 onwards, Tessellate Imaging Private Limited Licensed under the Apache License, Version 2.0 (the "License"); you may not use this project's files except in compliance with the License. A copy of the License is provided in the LICENSE file in this repository.

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].