PDC4S:\IT\DATA SCIENCE AND MACHINE LEARNING\[Guvi.in] Deep Learning Course\DL#110 - Sequence Models |
Up one directory... |
|
PDFs | | 12/22/2021 10:41 PM |
1. Sequence Learning Problems - Setting the context.ts | 53,794 KB | 12/12/2021 3:34 AM |
10. Recurrent Neural Networks - Setting the context.ts | 33,183 KB | 12/12/2021 3:34 AM |
11. Recurrent Neural Networks - Data and Tasks - Sequence Classification - Part 1.ts | 28,158 KB | 12/12/2021 3:34 AM |
12. Recurrent Neural Networks - Data and Tasks - Sequence Classification - Part 2.ts | 15,310 KB | 12/12/2021 3:34 AM |
13. Recurrent Neural Networks - A clarification about padding.ts | 43,789 KB | 12/12/2021 3:34 AM |
14. Recurrent Neural Networks - Data and Tasks - Sequence Labelling.ts | 25,884 KB | 12/12/2021 3:34 AM |
15. Recurrent Neural Networks - Model.ts | 31,170 KB | 12/12/2021 3:34 AM |
16. Recurrent Neural Networks - Loss Function.ts | 38,343 KB | 12/12/2021 3:34 AM |
17. Recurrent Neural Networks - Learning Algorithm.ts | 39,174 KB | 12/12/2021 3:34 AM |
18. Recurrent Neural Networks - Learning Algorithm - Derivatives w.r.t. V.ts | 64,759 KB | 12/12/2021 3:34 AM |
19. Recurrent Neural Networks - Learning Algorithm - Derivatives w.r.t. W.ts | 25,883 KB | 12/12/2021 3:34 AM |
2. Sequence Learning Problems - Introduction to sequence learning problems.ts | 36,148 KB | 12/12/2021 3:34 AM |
20. Recurrent Neural Networks - Evaluation.ts | 44,079 KB | 12/12/2021 3:34 AM |
21. Recurrent Neural Networks - Summary and what next.ts | 61,968 KB | 12/12/2021 3:34 AM |
22. Vanishing and Exploding Gradients - Revisiting the gradient wrt W.ts | 12,860 KB | 12/12/2021 3:34 AM |
23. Vanishing and Exploding Gradients - Zooming into one element of the chain rule - Part 1.ts | 16,612 KB | 12/12/2021 3:34 AM |
24. Vanishing and Exploding Gradients - Zooming into one element of the chain rule - Part 2.ts | 26,066 KB | 12/12/2021 3:34 AM |
25. Vanishing and Exploding Gradients - A small detour to calculus.ts | 20,598 KB | 12/12/2021 3:34 AM |
26. Vanishing and Exploding Gradients - Looking at the magnitude of the derivative.ts | 29,793 KB | 12/12/2021 3:34 AM |
27. Vanishing and Exploding Gradients - Exploding and vanishing gradients.ts | 20,924 KB | 12/12/2021 3:34 AM |
28. Vanishing and Exploding Gradients - Summary and what next.ts | 24,978 KB | 12/12/2021 3:34 AM |
29. LSTMs and GRUs - Dealing with longer sequences.ts | 22,710 KB | 12/12/2021 3:34 AM |
3. Sequence Learning Problems - Some more examples of sequence learning problems.ts | 31,889 KB | 12/12/2021 3:34 AM |
30. LSTMs and GRUs - The white board analogy.ts | 6,744 KB | 12/12/2021 3:34 AM |
31. LSTMs and GRUs - Real world example of longer sequences.ts | 20,544 KB | 12/12/2021 3:34 AM |
32. LSTMs and GRUs - Going back to RNNs.ts | 31,338 KB | 12/12/2021 3:34 AM |
33. LSTMs and GRUs - Selective Write - Part 1.ts | 22,182 KB | 12/12/2021 3:34 AM |
34. LSTMs and GRUs - Selective Write - Part 2.ts | 10,899 KB | 12/12/2021 3:34 AM |
35. LSTMs and GRUs - Selective Read.ts | 23,827 KB | 12/12/2021 3:34 AM |
36. LSTMs and GRUs - Selective forget.ts | 24,342 KB | 12/12/2021 3:34 AM |
37. LSTMs and GRUs - An example computation with LSTMs.ts | 11,501 KB | 12/12/2021 3:34 AM |
38. LSTMs and GRUs - Gated recurrent units.ts | 34,718 KB | 12/12/2021 3:34 AM |
39. LSTMs and GRUs - Summary and what next.ts | 41,884 KB | 12/12/2021 3:34 AM |
4. Sequence Learning Problems - Sequence learning problems using video and speech data.ts | 33,647 KB | 12/12/2021 3:34 AM |
40. Sequence Models in PyTorch - OutlineSequence Models in PyTorch - Outline.ts | 26,839 KB | 12/12/2021 3:34 AM |
41. Sequence Models in PyTorch - Dataset and Task.ts | 18,019 KB | 12/12/2021 3:34 AM |
42. Sequence Models in PyTorch - RNN Model.ts | 21,282 KB | 12/12/2021 3:34 AM |
43. Sequence Models in PyTorch - Inference on RNN.ts | 45,373 KB | 12/12/2021 3:34 AM |
44. Sequence Models in PyTorch - Training RNN.ts | 22,984 KB | 12/12/2021 3:34 AM |
45. Sequence Models in PyTorch - Training Setup.ts | 26,355 KB | 12/12/2021 3:34 AM |
46. Sequence Models in PyTorch - LSTM.ts | 22,079 KB | 12/12/2021 3:34 AM |
47. Sequence Models in PyTorch - GRU and Exercises.ts | 25,990 KB | 12/12/2021 3:34 AM |
48. Addressing the problem of vansihing and exploding gradients - Quick Recap.ts | 44,375 KB | 12/12/2021 3:34 AM |
49. Addressing the problem of vansihing and exploding gradients - Intuition - How gates help to solve the problem of vanishing gradients.ts | 13,727 KB | 12/12/2021 3:34 AM |
5. Sequence Learning Problems - A wishlist for modelling sequence learning problems.ts | 49,931 KB | 12/12/2021 3:34 AM |
50. Addressing the problem of vansihing and exploding gradients - Revisiting vanishing gradients in RNNs.ts | 35,074 KB | 12/12/2021 3:34 AM |
51. Addressing the problem of vansihing and exploding gradients - Dependency diagram for LSTMs.ts | 41,695 KB | 12/12/2021 3:34 AM |
52. Addressing the problem of vansihing and exploding gradients - Computing the gradient.ts | 21,344 KB | 12/12/2021 3:34 AM |
53. Addressing the problem of vansihing and exploding gradients - When do the gradients vanish.ts | 15,991 KB | 12/12/2021 3:34 AM |
54. Addressing the problem of vansihing and exploding gradients - Dealing with exploding gradients.ts | 31,719 KB | 12/12/2021 3:34 AM |
55. Addressing the problem of vansihing and exploding gradients - Summary and what next.ts | 31,953 KB | 12/12/2021 3:34 AM |
56. Batching for Sequence Models in Pytorch - Overview.ts | 15,468 KB | 12/12/2021 3:34 AM |
57. Batching for Sequence Models in Pytorch - Recap on Sequence Models.ts | 20,570 KB | 12/12/2021 3:34 AM |
58. Batching for Sequence Models in Pytorch - Batching for Sequence Models.ts | 12,543 KB | 12/12/2021 3:34 AM |
59. Batching for Sequence Models in Pytorch - Padding Vector Representations.ts | 27,159 KB | 12/12/2021 3:34 AM |
6. Sequence Learning Problems - Intuition behind RNNs - Part 1.ts | 7,557 KB | 12/12/2021 3:34 AM |
60. Batching for Sequence Models in Pytorch - Packing in PyTorch.ts | 33,000 KB | 12/12/2021 3:34 AM |
61. Batching for Sequence Models in Pytorch - Training with Batched Input.ts | 20,158 KB | 12/12/2021 3:34 AM |
7. Sequence Learning Problems - Intuition behind RNNs - Part 2.ts | 25,242 KB | 12/12/2021 3:34 AM |
8. Sequence Learning Problems - Introducing RNNs.ts | 22,312 KB | 12/12/2021 3:34 AM |
9. Sequence Learning Problems - Summary and what next.ts | 36,959 KB | 12/12/2021 3:34 AM |