Oreilly - PyTorch for Deep Learning and Computer Vision - 9781838822804
Oreilly - PyTorch for Deep Learning and Computer Vision
by Amer Sharaf, Jad Slim, Rayan Slim, Sarmad Tanveer | Released April 2019 | ISBN: 9781838822804


Learn to build highly sophisticated deep learning and Computer Vision applications with PyTorchAbout This VideoThis course is designed to help you become an accomplished deep learning developer even with no experience in programming or mathematicsIn DetailPyTorch has rapidly become one of the most transformative frameworks in the field of deep learning. Since its release, PyTorch has completely changed the landscape of the deep learning domain with its flexibility and has made building deep learning models easier. The development world offers some of the highest paying jobs in deep learning. In this exciting course, instructor Rayan Slim will help you learn and master deep learning with PyTorch. Having taught over 44,000 students, Rayan is a highly rated and experienced instructor who has followed a learning-by-doing style to create this course. You'll go from a beginner to deep learning expert with your instructor completing each step of the task with you. By the end of this course, you will have built state-of-the-art deep learning and Computer Vision applications with PyTorch. The projects built in this course will impress even the most senior developers and ensure you have hands-on skills that you can bring to any project or organization. Show and hide more
  1. Chapter 1 : Introduction
    • Introduction 00:01:41
  2. Chapter 2 : Getting Started
    • Finding the codes (Github) 00:00:33
    • A Look at the Projects 00:02:20
  3. Chapter 3 : Intro to Tensors – PyTorch
    • Intro 00:00:18
    • 1 Dimensional Tensors 00:08:44
    • Vector Operations 00:05:23
    • 2 Dimensional Tensors 00:05:30
    • Slicing 3D Tensors 00:03:03
    • Matrix Multiplication 00:03:21
    • Gradient with PyTorch 00:04:23
    • Outro 00:00:14
  4. Chapter 4 : Linear Regression – PyTorch
    • Intro 00:00:44
    • Making Predictions 00:06:15
    • Linear Class 00:04:30
    • Custom Modules 00:08:09
    • Creating Dataset 00:10:35
    • Loss Function 00:03:33
    • Gradient Descent 00:04:41
    • Mean Squared Error 00:03:16
    • Training - Code Implementation 00:11:36
    • Outro 00:00:31
  5. Chapter 5 : Perceptrons – PyTorch
    • Intro 00:00:31
    • What is Deep Learning 00:01:19
    • Creating Dataset 00:09:35
    • Perceptron Model 00:11:56
    • Model Setup 00:11:23
    • Model Training 00:10:38
    • Model Testing 00:05:23
    • Outro 00:00:23
  6. Chapter 6 : Deep Neural Networks – PyTorch
    • Intro 00:00:28
    • Non-Linear Boundaries 00:02:57
    • Architecture 00:09:07
    • Feedforward Process 00:07:46
    • Error Function 00:04:10
    • Backpropagation 00:05:03
    • Code Implementation 00:08:49
    • Testing Model 00:15:22
    • Outro 00:00:22
  7. Chapter 7 : Image Recognition – PyTorch
    • Intro 00:00:36
    • MNIST Dataset 00:05:50
    • Training and Test Datasets 00:12:39
    • Image Transforms 00:16:26
    • Neural Network Implementation 00:30:44
    • Neural Network Validation 00:12:21
    • Final Tests 00:13:26
    • A note on adjusting batch size 00:01:29
    • Outro 00:00:22
  8. Chapter 8 : Convolutional Neural Networks – PyTorch
    • Convolutions and MNIST 00:06:10
    • Convolutional Layer 00:18:12
    • Convolutions II 00:08:07
    • Pooling 00:14:11
    • Fully Connected Network 00:06:23
    • Neural Network Implementation with PyTorch 00:12:46
    • Model Training with PyTorch 00:17:18
  9. Chapter 9 : CIFAR 10 Classification – PyTorch
    • The CIFAR 10 Dataset 00:01:44
    • Testing LeNet 00:09:52
    • Hyperparameter Tuning 00:07:52
    • Data Augmentation 00:12:26
  10. Chapter 10 : Transfer Learning – PyTorch
    • Pre-trained Sophisticated Models 00:14:41
    • AlexNet and VGG16 00:27:35
  11. Chapter 11 : Style Transfer – PyTorch
    • VGG 19 00:09:45
    • Image Transforms 00:17:27
    • Feature Extraction 00:12:09
    • The Gram Matrix 00:12:01
    • Optimization 00:25:12
    • Style Transfer with Video 00:09:49
  12. Chapter 12 : Appendix A - Python Crash Course
    • Overview 00:01:10
    • Anaconda Installation (Mac) 00:02:37
    • Anaconda Installation Windows 00:02:49
    • Jupyter Notebooks 00:01:39
    • Arithmetic Operators 00:04:11
    • Variables 00:05:05
    • Numeric Data Types 00:04:10
    • String 00:05:42
    • Booleans 00:04:10
    • Methods 00:03:04
    • Lists 00:05:32
    • Slicing 00:08:16
    • Membership Operator 00:02:51
    • Mutability 00:04:09
    • Mutability II 00:04:45
    • Common Functions & Methods 00:07:32
    • Tuples 00:03:21
    • Sets 00:02:58
    • Dictionaries 00:05:16
    • Compound Data Structures 00:02:50
    • Part 1 – Outro 00:00:15
    • Part 2 - Control Flow 00:00:47
    • If, else 00:04:47
    • elseif 00:06:53
    • Complex Comparisons 00:05:11
    • For Loops 00:07:18
    • For Loops II 00:03:07
    • While Loops 00:03:07
    • Break 00:03:24
    • Part 2 – Outro 00:00:17
    • Part 3 – Functions 00:00:52
    • Functions 00:05:25
    • Scope 00:01:45
    • Doc Strings 00:02:45
    • Lambda and Higher Order Functions 00:06:08
    • Part 3 – Outro 00:00:24
  13. Chapter 13 : Appendix B - NumPy Crash Course
    • Overview 00:00:48
    • Arrays vs Lists 00:12:03
    • Multidimensional Arrays 00:11:46
    • One Dimensional Slicing 00:03:33
    • Reshaping 00:03:35
    • Multidimensional Slicing 00:07:21
    • Manipulating Array Shapes 00:08:17
    • Matrix Multiplication 00:04:19
    • Stacking 00:13:51
    • Outro 00:00:09
  14. Chapter 14 : Appendix C - Softmax Explanation
    • Softmax 00:11:46
    • Cross Entropy 00:08:02
  15. Show and hide more

    Oreilly - PyTorch for Deep Learning and Computer Vision


 TO MAC USERS: If RAR password doesn't work, use this archive program: 

RAR Expander 0.8.5 Beta 4  and extract password protected files without error.


 TO WIN USERS: If RAR password doesn't work, use this archive program: 

Latest Winrar  and extract password protected files without error.


 Coktum   |  

Information
Members of Guests cannot leave comments.


SermonBox - Seasonal Collection

SermonBox - The Series Pack Collection

Top Rated News

  • Christmas Material
  • Laser Cut & Print Design Elements Bundle - ETSY
  • Daz3D - All Materials - SKU 37000-37999
  • Cgaxis - All Product - 2019 - All Retail! - UPDATED!!!
  • DigitalXModels Full Collections
  • Rampant Design Tools Full Collections Total: $4400
  • FilmLooks.Com Full Collection
  • All PixelSquid Product
  • The Pixel Lab Collection
  • Envato Elements Full Sources- 3200+ Files
  • Ui8.NET Full Sources
  • The History of The 20th Century
  • The Dover Collections
  • Snake Interiors Collections
  • Inspirational Collections
  • Veer Fancy Collections
  • All Ojo Images
  • All ZZVE Collections
  • All Sozaijiten Collections
  • All Image Broker Collections
  • Shuterstock Bundle Collections
  • Tattoo Collections
  • Blend Images Collections
  • Authors Tuorism Collections
  • Motion Mile - Big Bundle
  • PhotoBacks - All Product - 2018
  • Dekes Techniques - Photoshop & Illustrator Course - 1 to 673
Telegram GFXTRA Group
Udemy - Turkce Gorsel Ogrenme Setleri - Part 2
Videohive Wow Pack Series


rss