Road Map
Road Map
1. Introduction to Python
i. Jupyter installation
ii. For loop, while loop, print statements, functions, etc
iii. Basic coding
iv. Hands-On Practice Sets
3. Data Analytics
i. Numpy
ii. Pandas – Series and DataFrame
iii. Regular Expression – match, search, substitute and findall
iv. File Handling
v. Hands-On Practice Sets
5. Statistics
i. Data Types
ii. Sampling
iii. Descriptive and Inferential Stats
iv. Central Tendency
v. Variance
vi. Std.
vii. IQR
viii. Overfitting and Underfitting
ix. Data Presentation
x. EDA
xi. Hands-On Practice Sets
6. Seaborn
i. Categorical Plots – count plot, bar plot, box plot, violin plot
ii. Continuous Plots – dis plot, joint plot, pair plot
iii. Correlation
iv. Heatmap
7. Machine Learning
i. Intro to Artificial Intelligence, Machine Learning, Deep Learning and Data
Science
ii. Supervised ML
a. Regression
b. Classification
iii. Supervised ML Algorithms
a. Linear Regression
b. Logistic Regression
c. KNN
d. Ensemble Learning
o Bagging – Random Forest
o Boosting – Adaboost
e. SVM
f. Hands-On Practice Sets
iv. Unsupervised ML
a. Clustering Techniques – K-means, Hierarchical and DBSCAN
b. Dimension Reduction Techniques – PCA
c. Hands-On Practice Sets
8. Deep Learning
A. ANN (Artificial Neural Networks)
I. Gradient Descent
II. Cost Function
III. Chain Rule
IV. Vanishing Gradient Problem
V. Exploding Gradient Problem
VI. Dropout Layers
VII. Relu
VIII. Sigmoid
IX. SGD
X. Global and Local Minima
XI. Convex and non-convex function
XII. Optimizers – Adagrad, Adadelta, Rmsprop, Adam
XIII. Weight Initializer
XIV. ANN Simple Layers hands-on
XV. Hyperparameter Tuning – Callbacks
XVI. ANN Overfitting model optimized by callbacks hands-on
XVII. Hands-On Practice Sets