Machine Learning Syllabus
Introduction
Objectives
Need of Business Analytics
Types of Business Analytics
Descriptive Analytics
Predictive Analytics
Supply Chain Analytics
Health Care Analytics
Web Analytics
Data Science
Importance of Data Science
Introduction to Python Learning
What is Python..?
Installing Python
How to execute Python program
Getting help
Writing your first program
PYTHON Basics
Python keywords & Identifiers
Python Indentation
Comments
Getting user input
Exercise
Variables and Data Types
Variables
Numbers
Strings
Lists
Tuple
Dictionary
Exercise
Decision Making Loops
Control Flow Statements
While loop
for loop
break & continue statement
pass statement
Exercise
Functions
Introduction
Calling a function
Function arguments
Built-in functions
Scope of variables
Passing function to a function
Decorators
Lambda
Exercise
Modules and Packages
What is module..?
Importing module
Advance PYTHON DJANGO
What is django..?
Installing django
DJANGO Views
About view function
HttpRequest & HttpResponse
How to create views..?
DJANGO Models
Define models
Setting up database access
Creating django apps
Defining model fields
Creating a model
How to create tables for models in Database
Adding Model String Representations
Inserting & updating Data
Filtering Data
Ordering Data
Slicing Data
Deleting Objects
Numerical Analysis and Data Exploration with NumPy Arrays, and Data Visualization with Matplotlib
The NumPy array
Selecting data using slicing and logical indexing
Efficient numerical processing with multi-dimensional arrays
Access larger-than-RAM data using memory mapped arrays
2D plotting with Matplotlib: line plots, scatter plots, histograms, labeling, and more.
Accessing, Preparing, and Exploring Data with Pandas
Loading from CSV and other structured text formats
Accessing data stored in SQL databases
1D and 2D data structures: Series and DataFrame
Stripping out extraneous information
Data manipulation (alignment, aggregation, and summarization)
Group-based operations: split-apply-combine
Statistical analysis
Date and time series analysis with Pandas
Visualizing data
Machine Learning: Numeric Data
Logarithmic and curvilinear transforms
Data scaling
Outliers
Linear regressors
l1 and l2 normalization
Support vector machines (SVM)
Machine Learning: Image Data
Image storage formats
Scikit-image
Smoothing and denoising
Edge detection
Feature-based segmentation
K-means clustering
Machine Learning: Data Interfaces
CSV Files
Excel Files
JSON and XML Files
Web Data & Database
Machine Learning: Visualization
Pie Charts
Bar Charts
Boxplots
Histograms
Line Graphs
Machine Learning: Statistics
Mean, Median & Mode
Linear Regression
Logistic Regression
Normal Distribution
Binomial Distribution
Analysis of Covariance
Decision Tree
Random Forest
NATURAL LANGUAGE PROCESSING
Install nltk
Tokenize words
Tokenizing sentences
Stop words with NLTK
Stemming words with NLTK
Speech tagging
Sentiment analysis with NLTK
Random Forest
Introduction to OPENCV
Setting up opencv
Loading and displaying images
Applying image filters
Tracing Faces
Face Recognition
Clustering Based Learning
Definition
Types of Clustering
The type of k-means clustering algorithm
Data Mining
Introducing Data Mining
Decision Tree
Affility Analysis
Clustering
Performing Predition with Regression
Linear Regression
Multiple Regression
Training And Testing Model
Support Vector Machines(SVM)
Vector Machines
Neural Networks
Machine Learning Training Projects for B.Tech/M.Tech/MCA Students
Video Recommendation System (YouTube) with web Interface
Restaurant Recommendation System
Face Recognition System , Live Attendance System using camera
Prediction System for sales,shares using large dataset
Music and Art Generation with Machine Intelligence
Prediction System for sales,shares using large dataset
Home Electricity Load Forecasting.
Detecting Heart Abnormality using ECG with CART
Hierarchical Classification of Amazon Products
Machine Learning Implementation in live-cell tracking
Sentiment Analysis on Movie Reviews
Detecting Ads in a Machine Learning Approach