Skip to content

Commit c0c6dd9

Browse files
authored
Add files via upload
1 parent d24587d commit c0c6dd9

File tree

1 file changed

+130
-0
lines changed

1 file changed

+130
-0
lines changed

Diff for: Src/Data science topics.txt

+130
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,130 @@
1+
Introduction to Data Science
2+
9:55 Data Analysis at Walmart
3+
13:20 What is Data Science?
4+
14:39 Who is a Data Scientist?
5+
16:50 Data Science Skill Set
6+
21:51 Data Science Job Roles
7+
26:58 Data Life Cycle
8+
30:25 Statistics & Probability
9+
34:31 Categories of Data
10+
34:50 Qualitative Data
11+
36:09 Quantitative Data
12+
39:11 What is Statistics?
13+
41:32 Basic Terminologies in Statistics
14+
42:50 Sampling Techniques
15+
45:31 Random Sampling
16+
46:20 Systematic Sampling
17+
46:50 Stratified Sampling
18+
47:54 Types of Statistics
19+
50:38 Descriptive Statistics
20+
55:52 Measures of Spread
21+
55:56 Range
22+
56:44 Inter Quartile Range
23+
58:58 Variance
24+
59:36 Standard Deviation
25+
1:14:25 Confusion Matrix
26+
1:19:16 Probability
27+
1:24:14 What is Probability?
28+
1:27:13 Types of Events
29+
1:27:58 Probability Distribution
30+
1:28:15 Probability Density Function
31+
1:30:02 Normal Distribution
32+
1:30:51 Standard Deviation & Curve
33+
1:31:19 Central Limit Theorem
34+
1:33:12 Types of Probablity
35+
1:33:34 Marginal Probablity
36+
1:34:06 Joint Probablity
37+
1:34:58 Conditional Probablity
38+
1:35:56 Use-Case
39+
1:39:46 Bayes Theorem
40+
1:45:44 Inferential Statistics
41+
1:56:40 Hypothesis Testing
42+
2:00:34 Basics of Machine Learning
43+
2:01:41 Need for Machine Learning
44+
2:07:03 What is Machine Learning?
45+
2:09:21 Machine Learning Definitions
46+
2:!1:48 Machine Learning Process
47+
2:18:31 Supervised Learning Algorithm
48+
2:19:54 What is Regression?
49+
2:21:23 Linear vs Logistic Regression
50+
2:33:51 Linear Regression
51+
2:25:27 Where is Linear Regression used?
52+
2:27:11 Understanding Linear Regression
53+
2:37:00 What is R-Square?
54+
2:46:35 Logistic Regression
55+
2:51:22 Logistic Regression Curve
56+
2:53:02 Logistic Regression Equation
57+
2:56:21 Logistic Regression Use-Cases
58+
2:58:23 Demo
59+
3:00:57 Implement Logistic Regression
60+
3:02:33 Import Libraries
61+
3:05:28 Analyzing Data
62+
3:11:52 Data Wrangling
63+
3:23:54 Train & Test Data
64+
3:20:44 Implement Logistic Regression
65+
3:31:04 SUV Data Analysis
66+
3:38:44 Decision Trees
67+
3:39:50 What is Classification?
68+
3:42:27 Types of Classification
69+
3:42:27 Decision Tree
70+
3:43:51 Random Forest
71+
3:45:06 Naive Bayes
72+
3:47:12 KNN
73+
3:49:02 What is Decision Tree?
74+
3:55:15 Decision Tree Terminologies
75+
3:56:51 CART Algorithm
76+
3:58:50 Entropy
77+
4:00:15 What is Entropy?
78+
4:23:52 Random Forest
79+
4:27:29 Types of Classifier
80+
4:31:17 Why Random Forest?
81+
4:39:14 What is Random Forest?
82+
4:51:26 How Random Forest Works?
83+
4:51:36 Random Forest Algorithm
84+
5:04:23 K Nearest Neighbour
85+
5:05:33 What is KNN Algorithm?
86+
5:08:50 KNN Algorithm Working
87+
5:14:55 kNN Example
88+
5:24:30 What is Naive Bayes?
89+
5:25:13 Bayes Theorem
90+
5:27:48 Bayes Theorem Proof
91+
5:29:43 Naive Bayes Working
92+
5:39:06 Types of Naive Bayes
93+
5:53:37 Support Vector Machine
94+
5:57:40 What is SVM?
95+
5:59:46 How does SVM work?
96+
6:03:00 Introduction to Non-Linear SVM
97+
6:04:48 SVM Example
98+
6:06:12 Unsupervised Learning Algorithms - KMeans
99+
6:06:18 What is Unsupervised Learning?
100+
6:06:45 Unsupervised Learning: Process Flow
101+
6:07:17 What is Clustering?
102+
6:09:15 Types of Clustering
103+
6:10:15 K-Means Clustering
104+
6:10:40 K-Means Algorithm Working
105+
6:16:17 K-Means Algorithm
106+
6:19:16 Fuzzy C-Means Clustering
107+
6:21:22 Hierarchical Clustering
108+
6:22:53 Association Clustering
109+
6:24:57 Association Rule Mining
110+
6:30:35 Apriori Algorithm
111+
6:37:45 Apriori Demo
112+
6:40:49 What is Reinforcement Learning?
113+
6:42:48 Reinforcement Learning Process
114+
6:51:10 Markov Decision Process
115+
6:54:53 Understanding Q - Learning
116+
7:13:12 Q-Learning Demo
117+
7:25:34 The Bellman Equation
118+
7:48:39 What is Deep Learning?
119+
7:52:53 Why we need Artificial Neuron?
120+
7:54:33 Perceptron Learning Algorithm
121+
7:57:57 Activation Function
122+
8:03:14 Single Layer Perceptron
123+
8:04:04 What is Tensorflow?
124+
8:07:25 Demo
125+
8:21:03 What is a Computational Graph?
126+
8:49:18 Limitations of Single Layer Perceptron
127+
8:50:08 Multi-Layer Perceptron
128+
8:51:24 What is Backpropagation?
129+
8:52:26 Backpropagation Learning Algorithm
130+
8:59:31 Multi-layer Perceptron Demo

0 commit comments

Comments
 (0)