Curriculum
- 10 Sections
- 108 Lessons
- 8 Weeks
Expand all sectionsCollapse all sections
- MACHINE LEARNING DATA SCIENCE AND THEIR IMPORTANCE9
- INTRODUCTION TO MACHINE LEARNING7
- 2.1What is Machine Learning (ML)?
- 2.2How machines learn
- 2.3Types of learning: Supervised, Semi-supervised, Unsupervised, Reinforcement.
- 2.4Basics of Classification, Regression and Clustering algorithms
- 2.5Creating your first Prediction Model
- 2.6Training & Model Evaluation
- 2.7Choosing Machine Learning Algorithm
- PYTHON LANGUAGE15
- 3.1Operators, Operands and Expressions
- 3.2Python Data Types
- 3.3Conditional statements in Python
- 3.4Loops in Python
- 3.5Lists and dictionaries and Tuples
- 3.6Programming practice in Python
- 3.7Iterators & Generators
- 3.8File Handling in Python
- 3.9Modules and Libraries
- 3.10Classes and Objects
- 3.11String Formatting in Python
- 3.12Decorators, Context Managers, Regular Expressions
- 3.13List and Dictionary Comprehensions
- 3.14Lambda and Argument Passing
- 3.15Multiple Inheritance
- PYTHON LANGUAGE11
- 4.1Introduction to Numpy
- 4.2Arrays, Matrices
- 4.3Various operations on arrays and matrices
- 4.4Introduction to Pandas
- 4.5Reading csv and matlab files
- 4.6Data frame object manipulation in python
- 4.7Various operations on data frame
- 4.8Visualization using Matplotlib
- 4.9Scatter plots, line plots etc on a given data
- 4.10Advance visualization using Seaborn
- 4.11Histograms, heatmaps, box plots etc using seaborn
- DATA PROCESSING FOR MACHINE LEARNING20
- 5.1Basic Functionalities of a data object
- 5.2Merging of Data objects
- 5.3Concatenation of data objects
- 5.4Types of Joins on data objects
- 5.5Exploring a Dataset
- 5.6Analysing a dataset
- 5.7Pandas Function- Ndim(), axes(), values(), head(), tail(), sum(), std(), iteritems(), iterrows(), itertuples() operations
- 5.8Aggregation
- 5.9Concatenation
- 5.10Merging
- 5.11Joining
- 5.12Data Collection &Preparation
- 5.13Data Mugging
- 5.14Outlier Analysis
- 5.15Missing value treatment
- 5.16Feature Engineering
- 5.17Data Transformation
- 5.18Normalization vs Standardization
- 5.19Creating Dummies
- 5.20Principal Component Analysis
- STATISTICS FOR MACHINE LEARNING AND DATA SCIENCE12
- REGRESSION MODELLING6
- ADVANCED MACHINE LEARNING ALGORITHMS12
- 8.1Supervised Machine Learning algorithms
- 8.2Linear Regression o Multi Feature
- 8.3Logistic Regression
- 8.42 Class and Multi class
- 8.5Decision/ Classification Trees Ensemble Models Bagging Boosting Random Forest
- 8.6K-Nearest Neighbours (KNN)
- 8.7Naive Bayes
- 8.8Introduction to Neural Network (DeepLearning)
- 8.9Feed Forward Neural Network
- 8.10Forward Propagation
- 8.11Backward Propagation
- 8.12Support Vector Machine
- Unsupervised Machine Learning algorithms4
- FEW SAMPLE CASE STUDY AND PROJECTS12
- 10.15000+ Handwritten Digit Recognition Problem
- 10.24000+ email spam detection problem
- 10.3Image compression Problem
- 10.4Flower species classification problem
- 10.5Titanic Survivor classification problem from kaggle
- 10.6Fifa ranking dataset from kaggle
- 10.7Profit Prediction Problem
- 10.8Business Case of whether a chip will be accepted or not
- 10.9Business case of clustering from dataset
- 10.10Wine classification dataset and problem from Kaggle
- 10.11Variety of Problems from Kaggle
- 10.12Competition Data Set