- Deep Learning with PyTorch Live Course - Working with Images & Logistic Regression (Part 2 of 6)

Deep Learning with PyTorch Live Course - Working with Images & Logistic Regression (Part 2 of 6)

This is a beginner-friendly coding-first online course on PyTorch - one of the most widely used and fastest growing frameworks for machine learning. This video covers techniques for working with images in PyTorch, the importance of creating training, validation & test sets, the process of cre...
This is a beginner-friendly coding-first online course on PyTorch - one of the most widely used and fastest growing frameworks for machine learning. This video covers techniques for working with images in PyTorch, the importance of creating training, validation & test sets, the process of creating & training an image classification model using Logistic regression and more.

Resources:
🔗 Logistic regression (detailed): https://jovian.ml/aakashns/03-logistic-regression
🔗 Linear Regression (minimal starter): https://jovian.ml/aakashns/housing-linear-minimal
🔗 Logistic Regression (minimal starter): https://jovian.ml/aakashns/mnist-logistic-minimal
🔗 Discussion forum: https://jovian.ml/forum/t/lecture-2-working-with-images-logistic-regression/1542
🔗 Programming Assignment: https://jovian.ml/forum/t/assignment-2-train-your-first-model/1560

Topics covered:
⌨️ Working with images from the MNIST dataset
⌨️ Creating training, validation and test sets
⌨️ Softmax and categorical cross entropy loss function
⌨️ Model training, evaluation and sample predictions

🎥 Watch the entire series here: https://www.youtube.com/watch?v=vo_fUOk-IKk&list=PLWKjhJtqVAbm3T2Eq1_KgloC7ogdXxdRa

This course is taught by Aakash N S, Founder & CEO of Jovian.ml - a platform for sharing, showcasing and collaborating on data science projects online.
🔗 YouTube: https://youtube.com/jovianml
🔗 Twitter:
🔗 LinkedIn: https://linkedin.com/company/jovianml

 --

Learn to code for free and get a developer job: https://www.freecodecamp.org

Read hundreds of articles on programming: https://freecodecamp.org/news
I realise now that it was quite clever to have apples and oranges in the previous notebook: 2-Linear regression because I now can understand better why the shape is 10, 784. For every picture the weights are calculated ten times, one for each output case since they are the probability of the number being recognised correctly. Well done - Deep Learning with PyTorch Live Course - Working with Images & Logistic Regression (Part 2 of 6)

I realise now that it was quite clever to have apples and oranges in the previous notebook: 2-Linear regression because I now can understand better why the shape is 10, 784. For every picture the weights are calculated ten times, one for each output case since they are the probability of the number being recognised correctly. Well done

Deep Learning with PyTorch Live Course - Working with Images & Logistic Regression (Part 2 of 6)
2020年05月31日 
00:01:04 - 02:05:31
recap of last lecture (lecture one) - Deep Learning with PyTorch Live Course - Working with Images & Logistic Regression (Part 2 of 6)

recap of last lecture (lecture one)

Deep Learning with PyTorch Live Course - Working with Images & Logistic Regression (Part 2 of 6)
2020年05月31日 
00:16:40 - 00:27:40
instructor shows where lecture notebooks are in the forums, first one will be "03-logistic-regression"- instructor recommends you to fork the notebook to have easier, quicker access to working with the notebook- rather than Binder, Kaggle is better for working with larger datasets, so, instructor recommends you use Kaggle instead for working with this notebook - Deep Learning with PyTorch Live Course - Working with Images & Logistic Regression (Part 2 of 6)

instructor shows where lecture notebooks are in the forums, first one will be "03-logistic-regression"- instructor recommends you to fork the notebook to have easier, quicker access to working with the notebook- rather than Binder, Kaggle is better for working with larger datasets, so, instructor recommends you use Kaggle instead for working with this notebook

Deep Learning with PyTorch Live Course - Working with Images & Logistic Regression (Part 2 of 6)
2020年05月31日 
00:27:40 - 00:29:25
starts - Deep Learning with PyTorch Live Course - Working with Images & Logistic Regression (Part 2 of 6)

starts

Deep Learning with PyTorch Live Course - Working with Images & Logistic Regression (Part 2 of 6)
2020年05月31日 
00:27:41 - 02:05:31
about Kaggle platform, that you need a free account - Deep Learning with PyTorch Live Course - Working with Images & Logistic Regression (Part 2 of 6)

about Kaggle platform, that you need a free account

Deep Learning with PyTorch Live Course - Working with Images & Logistic Regression (Part 2 of 6)
2020年05月31日 
00:29:25 - 00:30:00
RECIPE (first time only) how to open & run Jovian notebook on Kaggle- run > on kaggle- language > python- type > notebook- create- (first time only) upper right corner sidebar > internet > on- note: once your notebook fully loads up in Kaggle, it should now have the text "-live" appended onto its name - Deep Learning with PyTorch Live Course - Working with Images & Logistic Regression (Part 2 of 6)

RECIPE (first time only) how to open & run Jovian notebook on Kaggle- run > on kaggle- language > python- type > notebook- create- (first time only) upper right corner sidebar > internet > on- note: once your notebook fully loads up in Kaggle, it should now have the text "-live" appended onto its name

Deep Learning with PyTorch Live Course - Working with Images & Logistic Regression (Part 2 of 6)
2020年05月31日 
00:30:00 - 00:31:25
preface to lecture (comments on setup) - Deep Learning with PyTorch Live Course - Working with Images & Logistic Regression (Part 2 of 6)

preface to lecture (comments on setup)

Deep Learning with PyTorch Live Course - Working with Images & Logistic Regression (Part 2 of 6)
2020年05月31日 
00:31:25 - 00:32:09
actual START of lecture two content with notebook "03-logistic-regression-live" and "image classification using logistic regression in pytorch" - Deep Learning with PyTorch Live Course - Working with Images & Logistic Regression (Part 2 of 6)

actual START of lecture two content with notebook "03-logistic-regression-live" and "image classification using logistic regression in pytorch"

Deep Learning with PyTorch Live Course - Working with Images & Logistic Regression (Part 2 of 6)
2020年05月31日 
00:32:09 - 00:32:21
instructor notes that we will use existing knowledge of pytorch and linear regression to solve a different problem (image classification) - Deep Learning with PyTorch Live Course - Working with Images & Logistic Regression (Part 2 of 6)

instructor notes that we will use existing knowledge of pytorch and linear regression to solve a different problem (image classification)

Deep Learning with PyTorch Live Course - Working with Images & Logistic Regression (Part 2 of 6)
2020年05月31日 
00:32:21 - 00:32:42
about the training dataset MNIST (grayscale handwritten digit images, considered a good dataset with whihc to get started in machine learning) - Deep Learning with PyTorch Live Course - Working with Images & Logistic Regression (Part 2 of 6)

about the training dataset MNIST (grayscale handwritten digit images, considered a good dataset with whihc to get started in machine learning)

Deep Learning with PyTorch Live Course - Working with Images & Logistic Regression (Part 2 of 6)
2020年05月31日 
00:32:42 - 00:33:33
instructor notes that "system setup" heading can be skipped for now since the instructor's notebook is already running - Deep Learning with PyTorch Live Course - Working with Images & Logistic Regression (Part 2 of 6)

instructor notes that "system setup" heading can be skipped for now since the instructor's notebook is already running

Deep Learning with PyTorch Live Course - Working with Images & Logistic Regression (Part 2 of 6)
2020年05月31日 
00:33:33 - 00:33:42
firstly, we begin by "exploring the data" - Deep Learning with PyTorch Live Course - Working with Images & Logistic Regression (Part 2 of 6)

firstly, we begin by "exploring the data"

Deep Learning with PyTorch Live Course - Working with Images & Logistic Regression (Part 2 of 6)
2020年05月31日 
00:33:42 - 00:33:49
note that if you run this notebook locally, you may need to uncomment the "!conda install" or "!pip install" commands to get the necessary code libraries (these come already installed though on Kaggle) - Deep Learning with PyTorch Live Course - Working with Images & Logistic Regression (Part 2 of 6)

note that if you run this notebook locally, you may need to uncomment the "!conda install" or "!pip install" commands to get the necessary code libraries (these come already installed though on Kaggle)

Deep Learning with PyTorch Live Course - Working with Images & Logistic Regression (Part 2 of 6)
2020年05月31日 
00:33:49 - 00:34:07
today's lecture will include torchvision, which continues "utilities" for working with image data and "helper classes" to automatically download and import popular datasets, such as MNIST - Deep Learning with PyTorch Live Course - Working with Images & Logistic Regression (Part 2 of 6)

today's lecture will include torchvision, which continues "utilities" for working with image data and "helper classes" to automatically download and import popular datasets, such as MNIST

Deep Learning with PyTorch Live Course - Working with Images & Logistic Regression (Part 2 of 6)
2020年05月31日 
00:34:07 - 00:34:34
instructor donwloads the training dataset - Deep Learning with PyTorch Live Course - Working with Images & Logistic Regression (Part 2 of 6)

instructor donwloads the training dataset

Deep Learning with PyTorch Live Course - Working with Images & Logistic Regression (Part 2 of 6)
2020年05月31日 
00:34:34 - 00:34:58
instructor recommends "you should read up about Yann Lecun" as "one of the forefathers of deep learning" - Deep Learning with PyTorch Live Course - Working with Images & Logistic Regression (Part 2 of 6)

instructor recommends "you should read up about Yann Lecun" as "one of the forefathers of deep learning"

Deep Learning with PyTorch Live Course - Working with Images & Logistic Regression (Part 2 of 6)
2020年05月31日 
00:34:58 - 00:35:19
instructor notes that "a bunch of files were downloaded but we don't need to worry about them just yet", the important takeaway is that we now have a "dataset" object to work with - Deep Learning with PyTorch Live Course - Working with Images & Logistic Regression (Part 2 of 6)

instructor notes that "a bunch of files were downloaded but we don't need to worry about them just yet", the important takeaway is that we now have a "dataset" object to work with

Deep Learning with PyTorch Live Course - Working with Images & Logistic Regression (Part 2 of 6)
2020年05月31日 
00:35:19 - 00:35:32
instructor inspects the dataset object alone, and then with `len(dataset)` - Deep Learning with PyTorch Live Course - Working with Images & Logistic Regression (Part 2 of 6)

instructor inspects the dataset object alone, and then with `len(dataset)`

Deep Learning with PyTorch Live Course - Working with Images & Logistic Regression (Part 2 of 6)
2020年05月31日 
00:35:32 - 00:36:00
instructor shows how to get out the "test dataset" from the MNIST class [constructor] (which is needed to determine the accuracy of your ML model) - Deep Learning with PyTorch Live Course - Working with Images & Logistic Regression (Part 2 of 6)

instructor shows how to get out the "test dataset" from the MNIST class [constructor] (which is needed to determine the accuracy of your ML model)

Deep Learning with PyTorch Live Course - Working with Images & Logistic Regression (Part 2 of 6)
2020年05月31日 
00:36:00 - 00:36:42
instructor inspects the first element of the PyTorch dataset - Deep Learning with PyTorch Live Course - Working with Images & Logistic Regression (Part 2 of 6)

instructor inspects the first element of the PyTorch dataset

Deep Learning with PyTorch Live Course - Working with Images & Logistic Regression (Part 2 of 6)
2020年05月31日 
00:36:42 - 00:37:16
instructor breaks down PyTorch dataset element shape (structure) as a PIL.Image with size dimensions and the number five. the number five here indicates that this image is showing/displaying the number five. in other words, this is a "supervised learning problem" where the training data has already be labeled (or we can simply say it contains labels - there's not necessarily a guarentee that they are perfectly correct or complete). - Deep Learning with PyTorch Live Course - Working with Images & Logistic Regression (Part 2 of 6)

instructor breaks down PyTorch dataset element shape (structure) as a PIL.Image with size dimensions and the number five. the number five here indicates that this image is showing/displaying the number five. in other words, this is a "supervised learning problem" where the training data has already be labeled (or we can simply say it contains labels - there's not necessarily a guarentee that they are perfectly correct or complete).

Deep Learning with PyTorch Live Course - Working with Images & Logistic Regression (Part 2 of 6)
2020年05月31日 
00:37:16 - 00:38:06
instructor explains that PIL stands for the the Pillow Imaging Library - Deep Learning with PyTorch Live Course - Working with Images & Logistic Regression (Part 2 of 6)

instructor explains that PIL stands for the the Pillow Imaging Library

Deep Learning with PyTorch Live Course - Working with Images & Logistic Regression (Part 2 of 6)
2020年05月31日 
00:38:06 - 00:38:26
we can visualize images in our notebook directly using the "cell magic" `%matplotlib inline` (which probably requires an inport) - Deep Learning with PyTorch Live Course - Working with Images & Logistic Regression (Part 2 of 6)

we can visualize images in our notebook directly using the "cell magic" `%matplotlib inline` (which probably requires an inport)

Deep Learning with PyTorch Live Course - Working with Images & Logistic Regression (Part 2 of 6)
2020年05月31日 
00:38:26 - 00:39:17
let's inspect a couple images from the dataset - Deep Learning with PyTorch Live Course - Working with Images & Logistic Regression (Part 2 of 6)

let's inspect a couple images from the dataset

Deep Learning with PyTorch Live Course - Working with Images & Logistic Regression (Part 2 of 6)
2020年05月31日 
00:39:17 - 00:39:52
instructor notes that what is rendered in not exactly an image per se but rather a plot of pixles (colored cells) - Deep Learning with PyTorch Live Course - Working with Images & Logistic Regression (Part 2 of 6)

instructor notes that what is rendered in not exactly an image per se but rather a plot of pixles (colored cells)

Deep Learning with PyTorch Live Course - Working with Images & Logistic Regression (Part 2 of 6)
2020年05月31日 
00:39:52 - 00:40:40
"pytorch does not how to work with images", so, we convert the images into Tensors using the `ToTensor()` transform - Deep Learning with PyTorch Live Course - Working with Images & Logistic Regression (Part 2 of 6)

"pytorch does not how to work with images", so, we convert the images into Tensors using the `ToTensor()` transform

Deep Learning with PyTorch Live Course - Working with Images & Logistic Regression (Part 2 of 6)
2020年05月31日 
00:40:40 - 00:41:04
instructor shows how they convert the MNIST dataset of images and labels into tensors - Deep Learning with PyTorch Live Course - Working with Images & Logistic Regression (Part 2 of 6)

instructor shows how they convert the MNIST dataset of images and labels into tensors

Deep Learning with PyTorch Live Course - Working with Images & Logistic Regression (Part 2 of 6)
2020年05月31日 
00:41:04 - 02:05:31

freeCodeCamp.org

※本サイトに掲載されているチャンネル情報や動画情報はYouTube公式のAPIを使って取得・表示しています。

Timetable

動画タイムテーブル

動画数:1633件

⌨️ () Overview - Learn RAG From Scratch – Python AI Tutorial from a LangChain Engineer

⌨️ () Overview

Learn RAG From Scratch – Python AI Tutorial from a LangChain Engineer
2024年04月17日 
00:00:00 - 00:05:53
⌨️ () Indexing - Learn RAG From Scratch – Python AI Tutorial from a LangChain Engineer

⌨️ () Indexing

Learn RAG From Scratch – Python AI Tutorial from a LangChain Engineer
2024年04月17日 
00:05:53 - 00:10:40
Love the teaching style! at  you mention that you've walked through the code previously. Is there another video to go with this one or did I miss something? - Learn RAG From Scratch – Python AI Tutorial from a LangChain Engineer

Love the teaching style! at you mention that you've walked through the code previously. Is there another video to go with this one or did I miss something?

Learn RAG From Scratch – Python AI Tutorial from a LangChain Engineer
2024年04月17日  @CodeKitchen 様 
00:09:00 - 02:33:11
⌨️ () Retrieval - Learn RAG From Scratch – Python AI Tutorial from a LangChain Engineer

⌨️ () Retrieval

Learn RAG From Scratch – Python AI Tutorial from a LangChain Engineer
2024年04月17日 
00:10:40 - 00:15:52
⌨️ () Generation - Learn RAG From Scratch – Python AI Tutorial from a LangChain Engineer

⌨️ () Generation

Learn RAG From Scratch – Python AI Tutorial from a LangChain Engineer
2024年04月17日 
00:15:52 - 00:22:14
⌨️ () Query Translation (Multi-Query) - Learn RAG From Scratch – Python AI Tutorial from a LangChain Engineer

⌨️ () Query Translation (Multi-Query)

Learn RAG From Scratch – Python AI Tutorial from a LangChain Engineer
2024年04月17日 
00:22:14 - 00:28:20
⌨️ () Query Translation (RAG Fusion) - Learn RAG From Scratch – Python AI Tutorial from a LangChain Engineer

⌨️ () Query Translation (RAG Fusion)

Learn RAG From Scratch – Python AI Tutorial from a LangChain Engineer
2024年04月17日 
00:28:20 - 00:33:57
⌨️ () Query Translation (Decomposition) - Learn RAG From Scratch – Python AI Tutorial from a LangChain Engineer

⌨️ () Query Translation (Decomposition)

Learn RAG From Scratch – Python AI Tutorial from a LangChain Engineer
2024年04月17日 
00:33:57 - 00:40:31
⌨️ () Query Translation (Step Back) - Learn RAG From Scratch – Python AI Tutorial from a LangChain Engineer

⌨️ () Query Translation (Step Back)

Learn RAG From Scratch – Python AI Tutorial from a LangChain Engineer
2024年04月17日 
00:40:31 - 00:47:24
⌨️ () Query Translation (HyDE) - Learn RAG From Scratch – Python AI Tutorial from a LangChain Engineer

⌨️ () Query Translation (HyDE)

Learn RAG From Scratch – Python AI Tutorial from a LangChain Engineer
2024年04月17日 
00:47:24 - 00:52:07
⌨️ () Routing - Learn RAG From Scratch – Python AI Tutorial from a LangChain Engineer

⌨️ () Routing

Learn RAG From Scratch – Python AI Tutorial from a LangChain Engineer
2024年04月17日 
00:52:07 - 00:59:08
⌨️ () Query Construction - Learn RAG From Scratch – Python AI Tutorial from a LangChain Engineer

⌨️ () Query Construction

Learn RAG From Scratch – Python AI Tutorial from a LangChain Engineer
2024年04月17日 
00:59:08 - 01:05:05
⌨️ () Indexing (Multi Representation) - Learn RAG From Scratch – Python AI Tutorial from a LangChain Engineer

⌨️ () Indexing (Multi Representation)

Learn RAG From Scratch – Python AI Tutorial from a LangChain Engineer
2024年04月17日 
01:05:05 - 01:11:39
⌨️ () Indexing (RAPTOR) - Learn RAG From Scratch – Python AI Tutorial from a LangChain Engineer

⌨️ () Indexing (RAPTOR)

Learn RAG From Scratch – Python AI Tutorial from a LangChain Engineer
2024年04月17日 
01:11:39 - 01:19:19
⌨️ () Indexing (ColBERT) - Learn RAG From Scratch – Python AI Tutorial from a LangChain Engineer

⌨️ () Indexing (ColBERT)

Learn RAG From Scratch – Python AI Tutorial from a LangChain Engineer
2024年04月17日 
01:19:19 - 01:26:32
⌨️ () CRAG - Learn RAG From Scratch – Python AI Tutorial from a LangChain Engineer

⌨️ () CRAG

Learn RAG From Scratch – Python AI Tutorial from a LangChain Engineer
2024年04月17日 
01:26:32 - 01:44:09
⌨️ () Adaptive RAG - Learn RAG From Scratch – Python AI Tutorial from a LangChain Engineer

⌨️ () Adaptive RAG

Learn RAG From Scratch – Python AI Tutorial from a LangChain Engineer
2024年04月17日 
01:44:09 - 02:12:02
⌨️ () The future of RAG - Learn RAG From Scratch – Python AI Tutorial from a LangChain Engineer

⌨️ () The future of RAG

Learn RAG From Scratch – Python AI Tutorial from a LangChain Engineer
2024年04月17日 
02:12:02 - 02:33:11
⌨️ () Video Introduction - Data Science Essentials – Crash Course in A/B Testing with Case Study

⌨️ () Video Introduction

Data Science Essentials – Crash Course in A/B Testing with Case Study
2024年04月16日 
00:00:00 - 00:03:49
⌨️ () Introduction to Data Science and A/B Testing - Data Science Essentials – Crash Course in A/B Testing with Case Study

⌨️ () Introduction to Data Science and A/B Testing

Data Science Essentials – Crash Course in A/B Testing with Case Study
2024年04月16日 
00:03:49 - 00:05:38
⌨️ () Basics of A/B Testing in Data Science - Data Science Essentials – Crash Course in A/B Testing with Case Study

⌨️ () Basics of A/B Testing in Data Science

Data Science Essentials – Crash Course in A/B Testing with Case Study
2024年04月16日 
00:05:38 - 00:07:06
⌨️ () Key Parameters of A/B Testing for Data Scientists - Data Science Essentials – Crash Course in A/B Testing with Case Study

⌨️ () Key Parameters of A/B Testing for Data Scientists

Data Science Essentials – Crash Course in A/B Testing with Case Study
2024年04月16日 
00:07:06 - 00:09:24
⌨️ () Formulating Hypotheses and Identifying Primary Metrics in Data Science A/B Testing - Data Science Essentials – Crash Course in A/B Testing with Case Study

⌨️ () Formulating Hypotheses and Identifying Primary Metrics in Data Science A/B Testing

Data Science Essentials – Crash Course in A/B Testing with Case Study
2024年04月16日 
00:09:24 - 00:19:55
⌨️ () Designing an A/B Test: Data Science Approach - Data Science Essentials – Crash Course in A/B Testing with Case Study

⌨️ () Designing an A/B Test: Data Science Approach

Data Science Essentials – Crash Course in A/B Testing with Case Study
2024年04月16日 
00:19:55 - 00:37:56
⌨️ () Resources for A/B Testing in Data Science - Data Science Essentials – Crash Course in A/B Testing with Case Study

⌨️ () Resources for A/B Testing in Data Science

Data Science Essentials – Crash Course in A/B Testing with Case Study
2024年04月16日 
00:37:56 - 00:39:22
⌨️ () Analyzing A/B Test Results in Python: Data Science Techniques - Data Science Essentials – Crash Course in A/B Testing with Case Study

⌨️ () Analyzing A/B Test Results in Python: Data Science Techniques

Data Science Essentials – Crash Course in A/B Testing with Case Study
2024年04月16日 
00:39:22 - 01:01:00
⌨️ () Data Science Portfolio Project: Case Study with AB Testing - Data Science Essentials – Crash Course in A/B Testing with Case Study

⌨️ () Data Science Portfolio Project: Case Study with AB Testing

Data Science Essentials – Crash Course in A/B Testing with Case Study
2024年04月16日 
01:01:00 - 01:04:38
⌨️ () Reintroduction to A/B Testing in the Data Science Process - Data Science Essentials – Crash Course in A/B Testing with Case Study

⌨️ () Reintroduction to A/B Testing in the Data Science Process

Data Science Essentials – Crash Course in A/B Testing with Case Study
2024年04月16日 
01:04:38 - 01:21:07
⌨️ () Data Science Techniques: Loading Data with Pandas for A/B Testing - Data Science Essentials – Crash Course in A/B Testing with Case Study

⌨️ () Data Science Techniques: Loading Data with Pandas for A/B Testing

Data Science Essentials – Crash Course in A/B Testing with Case Study
2024年04月16日 
01:21:07 - 01:29:19
⌨️ () Data Science Visualization: Using Matplotlib and Seaborn for A/B Test Click Data - Data Science Essentials – Crash Course in A/B Testing with Case Study

⌨️ () Data Science Visualization: Using Matplotlib and Seaborn for A/B Test Click Data

Data Science Essentials – Crash Course in A/B Testing with Case Study
2024年04月16日 
01:29:19 - 01:38:38
⌨️ () Data Science Power Analysis: Understanding A/B Test Model Parameters - Data Science Essentials – Crash Course in A/B Testing with Case Study

⌨️ () Data Science Power Analysis: Understanding A/B Test Model Parameters

Data Science Essentials – Crash Course in A/B Testing with Case Study
2024年04月16日 
01:38:38 - 01:44:25
⌨️ () Data Science Calculations: Pooled Estimates and Variance for A/B Testing - Data Science Essentials – Crash Course in A/B Testing with Case Study

⌨️ () Data Science Calculations: Pooled Estimates and Variance for A/B Testing

Data Science Essentials – Crash Course in A/B Testing with Case Study
2024年04月16日 
01:44:25 - 02:06:48
⌨️ () Computing A/B Test P-Values: Data Science Methods for Statistical Significance - Data Science Essentials – Crash Course in A/B Testing with Case Study

⌨️ () Computing A/B Test P-Values: Data Science Methods for Statistical Significance

Data Science Essentials – Crash Course in A/B Testing with Case Study
2024年04月16日 
02:06:48 - 02:12:42
⌨️ () Practical Significance in A/B Testing: A Data Science Perspective - Data Science Essentials – Crash Course in A/B Testing with Case Study

⌨️ () Practical Significance in A/B Testing: A Data Science Perspective

Data Science Essentials – Crash Course in A/B Testing with Case Study
2024年04月16日 
02:12:42 - 02:29:07
⌨️ () Conclusion: Wrapping Up A/B Testing in Data Science - Data Science Essentials – Crash Course in A/B Testing with Case Study

⌨️ () Conclusion: Wrapping Up A/B Testing in Data Science

Data Science Essentials – Crash Course in A/B Testing with Case Study
2024年04月16日 
02:29:07 - 02:33:06
⌨️ () Introduction - Digital Ocean Tutorial – Deploy Django and Other Frameworks

⌨️ () Introduction

Digital Ocean Tutorial – Deploy Django and Other Frameworks
2024年04月15日 
00:00:00 - 00:01:21
⌨️ () Create account - Digital Ocean Tutorial – Deploy Django and Other Frameworks

⌨️ () Create account

Digital Ocean Tutorial – Deploy Django and Other Frameworks
2024年04月15日 
00:01:21 - 00:02:15
⌨️ () Create server - Digital Ocean Tutorial – Deploy Django and Other Frameworks

⌨️ () Create server

Digital Ocean Tutorial – Deploy Django and Other Frameworks
2024年04月15日 
00:02:15 - 00:07:53
⌨️ () Install software - Digital Ocean Tutorial – Deploy Django and Other Frameworks

⌨️ () Install software

Digital Ocean Tutorial – Deploy Django and Other Frameworks
2024年04月15日 
00:07:53 - 00:11:52
⌨️ () Configure Postgresql - Digital Ocean Tutorial – Deploy Django and Other Frameworks

⌨️ () Configure Postgresql

Digital Ocean Tutorial – Deploy Django and Other Frameworks
2024年04月15日 
00:11:52 - 00:15:56
⌨️ () Users and environment - Digital Ocean Tutorial – Deploy Django and Other Frameworks

⌨️ () Users and environment

Digital Ocean Tutorial – Deploy Django and Other Frameworks
2024年04月15日 
00:15:56 - 00:19:41
⌨️ () Requirements.txt - Digital Ocean Tutorial – Deploy Django and Other Frameworks

⌨️ () Requirements.txt

Digital Ocean Tutorial – Deploy Django and Other Frameworks
2024年04月15日 
00:19:41 - 00:22:26
⌨️ () Separate settings file - Digital Ocean Tutorial – Deploy Django and Other Frameworks

⌨️ () Separate settings file

Digital Ocean Tutorial – Deploy Django and Other Frameworks
2024年04月15日 
00:22:26 - 00:24:01
⌨️ () Introducing Git - Digital Ocean Tutorial – Deploy Django and Other Frameworks

⌨️ () Introducing Git

Digital Ocean Tutorial – Deploy Django and Other Frameworks
2024年04月15日 
00:24:01 - 00:31:36
⌨️ () Environmental variables - Digital Ocean Tutorial – Deploy Django and Other Frameworks

⌨️ () Environmental variables

Digital Ocean Tutorial – Deploy Django and Other Frameworks
2024年04月15日 
00:31:36 - 00:33:16
⌨️ () Init database - Digital Ocean Tutorial – Deploy Django and Other Frameworks

⌨️ () Init database

Digital Ocean Tutorial – Deploy Django and Other Frameworks
2024年04月15日 
00:33:16 - 00:36:46
⌨️ () Configure Gunicorn - Digital Ocean Tutorial – Deploy Django and Other Frameworks

⌨️ () Configure Gunicorn

Digital Ocean Tutorial – Deploy Django and Other Frameworks
2024年04月15日 
00:36:46 - 00:45:25
⌨️ () Configure Supervisor - Digital Ocean Tutorial – Deploy Django and Other Frameworks

⌨️ () Configure Supervisor

Digital Ocean Tutorial – Deploy Django and Other Frameworks
2024年04月15日 
00:45:25 - 00:48:44
⌨️ () Configure Nginx - Digital Ocean Tutorial – Deploy Django and Other Frameworks

⌨️ () Configure Nginx

Digital Ocean Tutorial – Deploy Django and Other Frameworks
2024年04月15日 
00:48:44 - 00:57:38
⌨️ () SSL / Let's Encrypt - Digital Ocean Tutorial – Deploy Django and Other Frameworks

⌨️ () SSL / Let's Encrypt

Digital Ocean Tutorial – Deploy Django and Other Frameworks
2024年04月15日 
00:57:38 - 00:59:26
⌨️ () Repeat procedure - Digital Ocean Tutorial – Deploy Django and Other Frameworks

⌨️ () Repeat procedure

Digital Ocean Tutorial – Deploy Django and Other Frameworks
2024年04月15日 
00:59:26 - 01:15:47
⌨️ () Introduction - One-Click AI Web Development Tutorial - Learn how to Turn Figma Designs into Working Code using AI

⌨️ () Introduction

One-Click AI Web Development Tutorial - Learn how to Turn Figma Designs into Working Code using AI
2024年04月11日 
00:00:00 - 00:01:54
The timing on this video being dropped was PERFECT. I was JUST complaining there wasn't a good video on this 😂 She's brilliant can't wait to finish this. - One-Click AI Web Development Tutorial - Learn how to Turn Figma Designs into Working Code using AI

The timing on this video being dropped was PERFECT. I was JUST complaining there wasn't a good video on this 😂 She's brilliant can't wait to finish this.

One-Click AI Web Development Tutorial - Learn how to Turn Figma Designs into Working Code using AI
2024年04月11日  @beemoore6578 様 
00:01:30 - 01:29:35
⌨️ () What is Figma? - One-Click AI Web Development Tutorial - Learn how to Turn Figma Designs into Working Code using AI

⌨️ () What is Figma?

One-Click AI Web Development Tutorial - Learn how to Turn Figma Designs into Working Code using AI
2024年04月11日 
00:01:54 - 00:02:22
⌨️ () The design - One-Click AI Web Development Tutorial - Learn how to Turn Figma Designs into Working Code using AI

⌨️ () The design

One-Click AI Web Development Tutorial - Learn how to Turn Figma Designs into Working Code using AI
2024年04月11日 
00:02:22 - 00:06:28
⌨️ () Locofy Lightning and LocoAI - One-Click AI Web Development Tutorial - Learn how to Turn Figma Designs into Working Code using AI

⌨️ () Locofy Lightning and LocoAI

One-Click AI Web Development Tutorial - Learn how to Turn Figma Designs into Working Code using AI
2024年04月11日 
00:06:28 - 00:25:18
Starting at  Ania is showing the responsiveness - One-Click AI Web Development Tutorial - Learn how to Turn Figma Designs into Working Code using AI

Starting at Ania is showing the responsiveness

One-Click AI Web Development Tutorial - Learn how to Turn Figma Designs into Working Code using AI
2024年04月11日  @jando3176 様 
00:12:50 - 01:29:35
⌨️ () Let’s build out our app! - One-Click AI Web Development Tutorial - Learn how to Turn Figma Designs into Working Code using AI

⌨️ () Let’s build out our app!

One-Click AI Web Development Tutorial - Learn how to Turn Figma Designs into Working Code using AI
2024年04月11日 
00:25:18 - 00:40:45
⌨️ () Sync to GitHub - One-Click AI Web Development Tutorial - Learn how to Turn Figma Designs into Working Code using AI

⌨️ () Sync to GitHub

One-Click AI Web Development Tutorial - Learn how to Turn Figma Designs into Working Code using AI
2024年04月11日 
00:40:45 - 00:49:40
⌨️ () Create a Database - One-Click AI Web Development Tutorial - Learn how to Turn Figma Designs into Working Code using AI

⌨️ () Create a Database

One-Click AI Web Development Tutorial - Learn how to Turn Figma Designs into Working Code using AI
2024年04月11日 
00:49:40 - 00:54:49
⌨️ () Create Authentication - One-Click AI Web Development Tutorial - Learn how to Turn Figma Designs into Working Code using AI

⌨️ () Create Authentication

One-Click AI Web Development Tutorial - Learn how to Turn Figma Designs into Working Code using AI
2024年04月11日 
00:54:49 - 01:28:20
⌨️ () Let’s deploy our app! - One-Click AI Web Development Tutorial - Learn how to Turn Figma Designs into Working Code using AI

⌨️ () Let’s deploy our app!

One-Click AI Web Development Tutorial - Learn how to Turn Figma Designs into Working Code using AI
2024年04月11日 
01:28:20 - 01:29:35
⌨️ () Intro - Learn Python Backend Development by Building 3 Projects [Full Course]

⌨️ () Intro

Learn Python Backend Development by Building 3 Projects [Full Course]
2024年04月10日 
00:00:00 - 00:01:30
⌨️ () AI Web App - Learn Python Backend Development by Building 3 Projects [Full Course]

⌨️ () AI Web App

Learn Python Backend Development by Building 3 Projects [Full Course]
2024年04月10日 
00:01:30 - 03:07:35
Django - Learn Python Backend Development by Building 3 Projects [Full Course]

Django

Learn Python Backend Development by Building 3 Projects [Full Course]
2024年04月10日  @jonathanmeza4141 様 
01:02:13 - 01:11:33
Postgres - Learn Python Backend Development by Building 3 Projects [Full Course]

Postgres

Learn Python Backend Development by Building 3 Projects [Full Course]
2024年04月10日  @jonathanmeza4141 様 
01:11:33 - 10:08:02
@CodeWithTomi can you post the information on setting up the Qovery account with AWS you mentioned at timestamp ? Thanks! - Learn Python Backend Development by Building 3 Projects [Full Course]

@CodeWithTomi can you post the information on setting up the Qovery account with AWS you mentioned at timestamp ? Thanks!

Learn Python Backend Development by Building 3 Projects [Full Course]
2024年04月10日  @Dorso2009 様 
01:13:20 - 10:08:02
I'm stuck on . i got "error 500" - Learn Python Backend Development by Building 3 Projects [Full Course]

I'm stuck on . i got "error 500"

Learn Python Backend Development by Building 3 Projects [Full Course]
2024年04月10日  @walassi834 様 
02:33:00 - 10:08:02
⌨️ () Netflix Clone - Learn Python Backend Development by Building 3 Projects [Full Course]

⌨️ () Netflix Clone

Learn Python Backend Development by Building 3 Projects [Full Course]
2024年04月10日 
03:07:35 - 06:11:33
⌨️ () Spotify Clone - Part 1 - Learn Python Backend Development by Building 3 Projects [Full Course]

⌨️ () Spotify Clone - Part 1

Learn Python Backend Development by Building 3 Projects [Full Course]
2024年04月10日 
06:11:33 - 06:33:25
⌨️ () Spotify Clone - Part 2 - Learn Python Backend Development by Building 3 Projects [Full Course]

⌨️ () Spotify Clone - Part 2

Learn Python Backend Development by Building 3 Projects [Full Course]
2024年04月10日 
06:33:25 - 06:55:45
⌨️ () Spotify Clone - Part 3 - Learn Python Backend Development by Building 3 Projects [Full Course]

⌨️ () Spotify Clone - Part 3

Learn Python Backend Development by Building 3 Projects [Full Course]
2024年04月10日 
06:55:45 - 09:50:21
⌨️ () Spotify Clone - Part 4 - Learn Python Backend Development by Building 3 Projects [Full Course]

⌨️ () Spotify Clone - Part 4

Learn Python Backend Development by Building 3 Projects [Full Course]
2024年04月10日 
09:50:21 - 10:07:48
⌨️ () Outro - Learn Python Backend Development by Building 3 Projects [Full Course]

⌨️ () Outro

Learn Python Backend Development by Building 3 Projects [Full Course]
2024年04月10日 
10:07:48 - 10:08:02
⌨️ () Course Overview - Learn React Router v6 – Full Course

⌨️ () Course Overview

Learn React Router v6 – Full Course
2024年04月04日 
00:00:00 - 00:02:23
⌨️ () Introduction To React Router - Learn React Router v6 – Full Course

⌨️ () Introduction To React Router

Learn React Router v6 – Full Course
2024年04月04日 
00:02:23 - 00:05:08
⌨️ () Project Overview - Learn React Router v6 – Full Course

⌨️ () Project Overview

Learn React Router v6 – Full Course
2024年04月04日 
00:05:08 - 00:07:01
⌨️ () Project Setup - Learn React Router v6 – Full Course

⌨️ () Project Setup

Learn React Router v6 – Full Course
2024年04月04日 
00:07:01 - 00:09:23
⌨️ () Installing React Router - Learn React Router v6 – Full Course

⌨️ () Installing React Router

Learn React Router v6 – Full Course
2024年04月04日 
00:09:23 - 00:10:33
⌨️ () Setting up React Router - Learn React Router v6 – Full Course

⌨️ () Setting up React Router

Learn React Router v6 – Full Course
2024年04月04日 
00:10:33 - 00:14:11
⌨️ () Introduction to Routing - Learn React Router v6 – Full Course

⌨️ () Introduction to Routing

Learn React Router v6 – Full Course
2024年04月04日 
00:14:11 - 00:20:37
⌨️ () Boilerplate code - Learn React Router v6 – Full Course

⌨️ () Boilerplate code

Learn React Router v6 – Full Course
2024年04月04日 
00:20:37 - 00:21:23
⌨️ () Adding a new Route - Learn React Router v6 – Full Course

⌨️ () Adding a new Route

Learn React Router v6 – Full Course
2024年04月04日 
00:21:23 - 00:22:12
⌨️ () How to Navigate between Pages - Learn React Router v6 – Full Course

⌨️ () How to Navigate between Pages

Learn React Router v6 – Full Course
2024年04月04日 
00:22:12 - 00:25:01
⌨️ () Nested Routes - Learn React Router v6 – Full Course

⌨️ () Nested Routes

Learn React Router v6 – Full Course
2024年04月04日 
00:25:01 - 00:31:37
⌨️ () Creating a custom "Not Found" page - Learn React Router v6 – Full Course

⌨️ () Creating a custom "Not Found" page

Learn React Router v6 – Full Course
2024年04月04日 
00:31:37 - 00:35:30
⌨️ () Dynamic Routing - Learn React Router v6 – Full Course

⌨️ () Dynamic Routing

Learn React Router v6 – Full Course
2024年04月04日 
00:35:30 - 00:43:34
⌨️ () Programmatic Navigation - Learn React Router v6 – Full Course

⌨️ () Programmatic Navigation

Learn React Router v6 – Full Course
2024年04月04日 
00:43:34 - 00:53:27
⌨️ () Route Guarding - Learn React Router v6 – Full Course

⌨️ () Route Guarding

Learn React Router v6 – Full Course
2024年04月04日 
00:53:27 - 01:02:45
⌨️ () Navbar Adjustment - Learn React Router v6 – Full Course

⌨️ () Navbar Adjustment

Learn React Router v6 – Full Course
2024年04月04日 
01:02:45 - 01:06:07
⌨️ () Navigation Transition Animation - Learn React Router v6 – Full Course

⌨️ () Navigation Transition Animation

Learn React Router v6 – Full Course
2024年04月04日 
01:06:07 - 01:16:54
⌨️ () Lazy Loading - Learn React Router v6 – Full Course

⌨️ () Lazy Loading

Learn React Router v6 – Full Course
2024年04月04日 
01:16:54 - 01:24:34
⌨️ () Advanced Route Config - Learn React Router v6 – Full Course

⌨️ () Advanced Route Config

Learn React Router v6 – Full Course
2024年04月04日 
01:24:34 - 01:37:09
⌨️ () The Final Project - Learn React Router v6 – Full Course

⌨️ () The Final Project

Learn React Router v6 – Full Course
2024年04月04日 
01:37:09 - 01:38:09
⌨️ () The END! - Learn React Router v6 – Full Course

⌨️ () The END!

Learn React Router v6 – Full Course
2024年04月04日 
01:38:09 - 01:43:23