You are on page 1of 19

Machine Learning

Big Data
Statistics

Deep Learning
Data
Engineering

ADVANCED PG PROGRAM IN
DATA SCIENCE WITH AI-ML
( Advanced Post Graduate Program in Data Science with
Artificial Intelligence & Machine Learning )
Weekend Batch | 7 Months
Weekday Batch | 6 Months

Powered by
edu plus now is an educational initiative of the Vishwakarma Group founded to positively impact the careers of experienced as well as
beginners by helping them upskill in the futuristic and contemporary fields!
The mission of edu plus now is to assist learners to overcome industrial and professional challenges and reach their full career
potential in the industry.
Aimed at providing learners with essential skills, edu plus now courses are created with inputs from industry experts and highly
qualified professionals.
Operational since June 2020, edu plus now is preferred as a lifelong learning partner by thousands of learners across the globe from
a significant number of corporates. Our dedicated student mentorship from industry experts and real-time projects and case studies
will provide the learners with just the right push to accelerate their careers!

COURSE DESCRIPTION
Accelerate your career with Advanced Post Graduate Program in Data Science with Artificial Intelligence & Machine Learning by edu
plus now. This program provides an in-depth theory, extensive hands on practical’s & case studies.
This course is ideal for working professionals & fresher`s who wish to make a career in Data Science domain. The course will cover
topics like Data Engineering, Python programming, Hadoop Framework, Data Processing using Spark, SQL, MongoDB, Amazon Web
Service cloud computing , Machine Learning, Data Analytics, Deep learning, Data Visualization .(pls refer detail course content). This
PG Program is delivered via live sessions by Industry experts.

COURSE FEATURES
Candidate will learn the implementation of Data engineering concepts such as Hadoop framework, ecosystem, large scale data
processing using Spark, building data pipelines with Kafka, understanding AWS cloud. Core Statistics & Analytics concepts, Artificial
Intelligence, NLP, Computer Vision, Machine Learning algorithms, R, Deep Learning using TensorFlow, Data Visualization with Tableau
& PowerBI.

SKILLS COVERED

Data Data Statistics Machine Learning


Engineering Analytics Algorithms

Deep Text Mining/ Ensemble Data


Learning Natural Language Techniques Visualisation
Processing
WHO CAN ENROLL?
• Experienced professional or fresher with minimum bachelor’s degree with an average of 50% or higher marks
• Basic understanding of Object oriented programming (Preferred not mandatory)
• Working professional`s with an interest in Data Science.
Learning outcomes
• Hands on training database & relationship using common query tool and with SQL Commands. In-depth
knowledge of No SQL data base i.e. Mongo DB.
• Master the various components Bigdata framework & Hadoop ecosystem such as Hadoop, HDFS, MapReduce,
HBase, Yarn, Pig, Scoop, Hive, Flume etc.
• Work with Apache spark understand streaming, data frame operations in spark using SQL Queries, Pyspark
etc.
• Hands on training the concept of AWS Platform & cloud computing, terminologies, benefits etc.
• Hands on training Data Science process & Analytics life Cycle.
• Hands on training Statistics, Hypothesis testing, Data mining, clustering, decision tree, linear & logistic
regression, regression models, Time series etc.
• Machine Learning – Supervised & Unsupervised Learning, Machine Learning libraries like Pandas, Scikit learn,
NumPy, SciPy, Seaborn, Matplotlib etc.
• Deep Learning using TensorFlow.
• Data visualization with Power BI & Tableau

COURSE HIGHLIGHTS

Intensive 400+ hours teaching & learning along with projects

Tools Covered – SQL, MongoDB, Kafka, Python, Hadoop, Spark, AWS


Cloud Computing, TensorFlow, R, Advanced Excel, Power BI.

All candidate have access to edu plus now’s Online Learning Management System, that
host`s content like live Online lectures, lecture recordings, study material, Assignments,
reviews etc

Flexible learning on weekends specifically designed for working professionals.

Learn from Industry Experts

Industry Advisory Committee

Project Guidance and Support.


COURSE CURRICULUM
The modules will be centred around case-study specific examples as well as complete case studies from
across functionaries like:
• Product Analytics • Energy Analytics
• Customer Churn Analytics • Retail Analytics • Survival Analytics
• Market Analytics • Social Media Analytics • Financial Analytics
• Network Analytics • Agro analytics • Risk Analytics
• Operations Analytics • Insurance Analytics - Actuarial Statistics • Legal Analytics
• Supply Chain Analytics • Healthcare /Clinical Analytics – Biostatistics • Telecom Analytics
• HR Analytics, • Balance sheet Analytics - To attract total business

Data Engineering

Module 1 - SQL
I.SQL Overview IV. SQL Updating
• Relational database concepts, specific products • The INSERT, UPDATE and DELETE statements
• SQL syntax rules • Column constraints and defaults
• Data definition, data manipulation, and data control • Referential integrity constraints
statements
• Getting acquainted with the course database and editor V. SQL Joins
• Inner joins
II. SQL SELECT statements • Left, right and full outer joins
• Clauses
• SELECT clause: columns and aliases, where expressions, VI.SQL Subqueries and Unions
order by expressions how null values behave • Intersection with IN and EXISTS
• Subqueries
III. SQL Functions and Expressions • Difference with NOT IN and NOT
• Eliminating duplicates with DISTINCT arithmetic
expressions VII. SQL Summarization
• Replacing null values • The column functions MIN, MAX, AVG, SUM and COUNT
• Literals, concatenation, other string functions • GROUP BY and clauses grouping in a combination with
• Numeric operations, including rounding joining
• Date and time functions
• Nested table expressions

Module 2- SQL Server Integration Services (SSIS)


Overview of Data warehouse & Business Intelligence Implementing Data Flow
• Data warehouse Vs Traditional Database • Aggregates • Cache Transform
• Relationship in Data warehouse & Business Intelligence • Character Map • Audit
• Overview of ETL Concepts • Conditional Split • Merge Join
• Sort • Multi Cast
Introduction to SQL Server Integration Services • Merge • Data Flow Paths
• DTS Vs SSIS • SSIS Components • Union All • OLE DB Command
• SSIS Environment • SSIS Runtime Services • Data Conversion • Script Component
• Concept of Package • SSIS Package Deployment • Derived Column • Slowly Changing Dimension
• SSIS Architecture • SSIS Project • Lookup
Implementing Logging
Implementing Control Flow
• Source in which log information can go.
• Data Profiling Task
• Integration Services Log Schema
• For Loop Container
• Standard Diagnostic Log Entries
• ForEach Loop Container
• Enabling Logging in a Package
• Sequence Container
Error Handling
• Script Task
• Error Output Values • Precedence Constraint
• Execute SQL Task
• Precedence Constraint - Expression
• Bulk Insert Task
• Precedence Constraint – Expression & Constraint
• Checkpoints
Transaction Handling
• MSDTC
SSIS Event Management
• Native Transactions
• Different types of event handler
• Transaction Inheritance
• Data Flow and Control Flow Tasks within the Event Handlers
• Transaction Option
• Scope of event handler as per the Executable
• Checkpoints
Configuring and Deploying Packages SSIS Package Configuration, Deployment & Logging
• Concept of Package Configurations • Common properties required for configuration
• Package Configuration Formats • Deployment through SSISDB database
• Types of Package Configuration • Multiple ways of logging package executions
• Preparing for Package Configuration
• Creating a Package Configuration

Module 3 - MongoDB
Introduction to MongoDB
• Features of MongoDB - opeartors with update ( $currenDate, $add, $inc, $set)
- Document Based database | - Sharding | - Replica - oprators in update arrays ($, $[], $push, $pop, $pull)
• Various types of database - other functions(sort, skip, limit)
(Relational, GraphDb, MemDB, Row oriented, column - delete database, delete collection
oriented, Document Based) • Aggregate function
• NoSQL VS Relational DataBase - various pipes used with aggregate function($match,
• Design data models and data validation $group,$sort,$limit,$skip)
• CRUD Operations using MongoDB - designing complicated queries by combining multiple
- create database using MongoDB pipes
- Query database • Query Performance
Find function | operators used in find - Types of indexes in MongoDB and its uses
($and, $or, $not, $in, $nin, comparison operators like $gt, - Performance improvement using index
$lt etc.) | using Regular Expression with find - Create simple index, multikey index
| Other operators and working with arrays($size, $type, - Get index
$elemMatch) - Delete index
| working with dates in MongoDB • Using mongo shell and Introduction to driver
- create collection, capped collection
- insert, insertMany, delete, update,update

Module 4 - Python Programming


Overview of Python Features Numbers Variable Scope in Functions
Python Installation DataType declarations Functions with variable arguments
Python Documentation Control Statement Nested Functions
using help() and help interactive mode Code Structuring Iterators
in shell Strings - Closures
Virtual Environments Introduction to Strings Generators (yield)
IDE (Spyder, Jupyter Notebook, Vscode, ASCII and Unicode String Decorators
Pycharm) String Operators Exception Handling
Python shell String Functions Understanding Time
Programs using Command prompt Raw Strings Lambda functions
Comments Filter, Map and Reduce
Introduction to Data Structures
Operators - List Comprehensions
Lists
Operators (unary and binary) and Object Oriented Programming
Concept of Mutability and immutability
Expressions Tuples Classes and Objects -
Operator Precedence and Associativity Dictionaries Inheritance
Relational and Boolean operations Sets Encapsulation
Quotations in python Set Operation Polymorphism
Functions - Difference in Sets and other Modules and Packages
Print function Datastructure File Handling -
Identifiers & Keywords Loops Threading in Python
Creating and Using Variables Return Statements in loops Regular Expressions
Type Function Break and Continue Statements Database management
Input Function Functions
Module 5- Bigdata & Hadoop
Introduction to Big Data Introduction to Flume as data ingestion tool
Role of Hadoop in Big Data Flume architecture
Introduction of Hadoop Flume data ingestion on console and in hdfs
Introduction to Hadoop Architecture Introduction to Hive
Introduction to HDFS Architecture of Hive
HDFS writing process various data formats of hive (ORC, Parquet, AVRO)
HDFS reading process creation of hive databases and tables
Basic Linux commands for Hadoop creation of hive tables (with different data formats)
Basic hadoop commands introduction to hive partitioning and bucketing
Basic HDFS commands introducion to hive indexing
HDFS checkpointing process and secondary namenode partitioning practicals with weather data set
Introduction to data processing in Hadoop bucketing practicals with weather data set
Introduction to mapreduce alogrithm Various hive builtin functions
Understanding Map reduce architecture Introduction to hive UDF, UDAF functions
Introduction to YARN as resource manager Writing hive UDF function
understanding yarn architecture Registering and using the UDF
Introduction to Java for mapreduce Introduction to PIG
writing and understanding mapreduce programs Loading data from HDFS in the PIG relation and apply
submitting map reduce job and understand the statistics tranformation
Changing number of mappers and reducers and see the Understanding Hcatalog (pig access hive tables)
effect Loading data from hive tables in PIG relation and apply
understanding the data ingestion to hadoop transformation
Introduction to Sqoop Storing the data to hdfs and hive tables back from PIG
Architecture of sqoop relation
Understanding of mysql, sql and data creation Understanding the data set and ingest it to HDFS
Sqoop import of a table from mysql Understanding the hive joins and pig scipts for data
sqoop export of a table to mysql processing
sqoop import incremental data from a table from mysql execute the skynet project scripts and verifying the results
sqoop import incremental last modified data from mysql Deriving and interpret the results of final execution

Module 6- Spark
Introduction to Spark Spark SQL Data frames
Spark Architecture Hands on Spark SQL exercise
Pyspark Introduction Data Bricks Community Edition for Spark
Data Frame operation in Pyspark Introduction to Streaming
Spark RDD Concepts, Fundamentals, RDD Creations ,RDD Streaming concepts
Operations Initializing streaming context
Passing functions in RDD Introduction to Recommendation Engine in Spark
Common transformations and actions in RDD use case in Recommendation Engine in Spark
Spark SQL introduction

Module 7- Kafka
Introduction to Kafka using Python • consumer • console Kafka consumer
Introduction to Kafka • Topic Kafka producer
• What is Kafka? • partition o Using kafka topic partition
• Kafka Architecture • offset o Kafka producer using Python
• Install Kafka Server and Zookeepr • Consumer group o Kafka producer to single topic with
• Install Kafka Manager Using Kafka two partition
Kafka Key concepts • console kafka producer kafka producer send message to single
• Producer • creating topic and using topic topic partition
Kafka consumer
• What is consumer group in kafka What is Replication in Kafka • Kafka Serialization and Deserialization
• Consumer group in Kafka with 2 for Spark
partition 1 consumer Spark structured Streaming using Kafka • Joining Stream to source or another
• Consumer group in Kafka with 1 and Pyspark stream
partition 2 Consumer Streaming from Kafka Source • Demo on Real-time Stream Processing
• Consumer group in Kafka with 2 • Working with Kafka Sinks using spark,kafka and python
partition 2 Consume • Multi-query Streams Application

Module 8- Cloud Computing


AWS
Introduction to Cloud Computing AWS S3, setting up S3, Creating and deleting Bucket
AWS - Amazon Web Services Storing an Object in a bucket.
AWS Free Tier Account Assignment
AWS Console Amazon Virtual Cloud, VC Concepts
Amazon Elastic Compute Cloud vpc and subnets, subnet routing
hosting Website and Servers. Creating VC and deleting VC’s
AWS EC2 Assignment Amazon Deep Learning AMI’s, Containers, Deep Composer
Amazon Elastic Block Store DataBase - Redshift
EBS Volumes, Snap Shot and Data services. Create IAM Role, Create a Redshift Cluster,
EBS Lab, Create and delete a snap shot Authorize, Connect and Loading Sample Data,
EBS Assignment Code Deployment, Project and Assignments
Storage and Load Balancing
Scaling

Microsoft Azure Cloud


Creating Microsoft Azure Cloud account Understanding Resource Groups and Virtual Networks
Understanding Services and their costing Explore Database Options in Azure and accessing it .
Creating Linux Virtual Server in Azure and connecting to it Introduction to Azure Machine Learning Studio
Creating Windows Virtual Server in Azure and connecting
to it.

Google Compute Cloud


Creating Google Cloud account
Understanding Virtual Networks
Understanding Services and their costing
Explore Database options in Google cloud and accessing it .
Creating Linux Virtual Server in Google Compute Engine
Introduction to Machine learning Services - AutoML,
connecting to it
Text-to-Speech-to-Text, Dialogflow etc.
Creating Windows Virtual Server in Google Compute Engine
and connecting to it.
Data Analytics, Artificial Intelligence, Machine Learning & Deep Learning

Module 1- Data Analytics


7 Steps of analytics –
1. Data Preparation & selection of case study days
1. Data Preparation
2. Visual Analytics & Exploratory Data Analytics
2. Basic Analytics
• System of BI & EDA( Using tools –R or Python)
3. Data Visualization / Visual Analytics
3. Exploratory Data Analyses
4. Prescriptive Analytics – Classification Modeling

5. Descriptive Analytics – Clustering & MBA
Univariate / Multivariate/ Pair wise
6. Predictive Analytics - Time Series Analytics
Binary / Ordinal / Categorical / discrete continues

Probability & Probability distribution


• Summary of statistics & graphs • Exercise – Probability based predictive model,
• Estimation – maximum likelihood estimation conditional, Mutual independent probability Bayesian
• Expectation theory
Pair wise –
1 explanatory variable (Cause or influencer) & 1 target variable
Explanatory Target Graphs Summary of Statistics Model
Variable (X) Variable (Y)
Numeric Numeric Scatter plot Co variance, co relation, Simple linier regression
co efficient
Categorical Numeric Stratified box plot Average, standard deviation, ANOVA, ANOCOVA
skewness, kurtosis
Numeric Categorical Reverse stratified box plot Same for x Logistic Regression
Categorical Categorical -- Chi-square Classification tree
Time Series Numeric -- -- Time series analysis
2 Explanatory variables & 1 Target Variable Multivariate Statistics • PCA ( Principal component
3 dimensional graphs which includes – interaction • Multivariate fenomenal analysis)
plot, 3D Scatter plot, wireframe plot, surface • Variance – co variance metrics • FA( Factor Analysis)
plot, contour plot, heat map plot & corresponding • Co relation metrics
summary of statistics. • MANOVA(Multivariate ANOVA)
4. Modeling
a) Introduction to modeling
b) Steps of Modeling –
1. Determine what all models can be identified for the given data set.
2. Identify significant variable for each model.
3. Build Model
4. Check for adequacy of each model using minimally AIC,ROCURVE, AVC
5. Check for accuracy of each model including using MAC (Minsquare Error) or misclassification percentage as the case may be.
6. Check for predictability & accuracy of each model using K – Fold cross validation or bootstrap or Jacknife.
7. Select Model

C) Types of Models

Types of Model

Operation Research Model Statistical Model

Liniar Programing
Non liniar programing Bayesan Model Ensembling
Classical Statistical
Dynamic Programing (Hybrid) Model
Model
Intiger Programing Naïve Bayse
Mixed Programing Classifier, Wavel of
Queing Theory regression
Scheduling Theory

Classification Survival & Reliability Regression


Analysis

Logistic regression Logistic Regression Multiple liniar regression


SVM, ANN, CNN, RNN Tree based models Stepwise Regression
K nearest neighbor CART RIDGE Regression
PRUNED Tree BAGGING TREE LASSO Regression
RANDOM FOREST BOOSTING POISSON Regression

Clustering –
• Concept & provocation | • Types of clustering | • Distance Concept | • Clustering method | • Case Study

Market Basket Analysis –


• Frequent item set concept | • Support, confidence & lift | • Apriori algorithm
(Aim of MBA is to select most frequent level combination of EDA)

Predictive Analytics
Refinement of models with inclusion of new found explanatory variable based on descriptive analysis.
Time Series Analysis –
• Introduction to TSA | • Errors in TSA – MAPE,MAD,MSE
Family of Time Series module -
• Trend Models | • Decomposition models | • Exponential smoothing models | • ARIMA | • Mix models

Prediction Strategy –
• Time series based prediction | • Cause based modeling | • Determine sting prediction | • Intuity forecasting
Linear Algebra
• Vectors, definition, scalars, addition, scalar multiplication, inner product (dot product), vector projection, cosine similarity,
orthogonal vectors, normal and ortho-normal vectors, vector norm, vectors pace, linear combination, linear span, linear
independence, basis vectors
• Matrices definition, addition, transpose, scalar multiplication, matrix multiplication, matrix multiplication properties,
hadamard product, functions, linear transformation, determinant, identity matrix, invertible matrix and inverse, rank,
trace, popularity of matrices-symmetric, diagonal, orthogonal, ortho-normal, positive definite matrix
• Eigen values & eigen vectors, concept, intuition, significance, how to find Principle component analysis, concept,
properties, applications
• Singular value decomposition, concept, properties, applications

Calculus
• Function scalar derivative, definition, intuition, common rules of differentiation, chain rule, partial derivatives, Gradient,
concept, intuition, properties, directional derivative
• Vector and matrix calculus, how to find derivative of scalar-valued, vector-valued function with respect to scalar, vector}
four combinations- Jacobian
• Gradient algorithms, local/global maxima and minima, saddle point, convex functions, gradient descent algorithms-
batch, mini-batch, stochastic, their performance comparison

Module 2 - Machine Learning using Python


Fundamental of Artificial Intelligence and Machine Learning
• Introduction to AI and ML • Real world Implications
• Evolution & Revolution of AI • Knowledge Representation
• Structure of AI • Propositional and Predicate Logic

1) Machine Learning
• Applying Business Intelligence via Statistical Modeling
• Types of Machine Learning
- Supervised Learning | - Classification | - Regression | - Unsupervised Learning | - Clustering | - Dimensionality Reduction
• Phases of Machine Learning Project
- Data Collection | - Data Visualization | -Data Preprocessing | - Data Modeling | -Deployment | -Maintenance

2) Machine Learning Ecosystem in Python


• Python Overview
• IPython
- Jupyter Notebook | - Matplotlib & Seaborn for Data Visualization | - Pandas & Numpy for Data Preprocessing &
Cleanup | - Scikit-learn for Machine Learning Modeling
• Understanding End-to-End Small Machine Learning | Case study.

3) Matplotlib & Seaborn for Data Visualization 4) Pandas for Data Preprocessing & Cleanup
• Need for Data Visualization • Doing Data Scaling, Fill Missing Values using Pandas
• Draw plots using seaborn for gaining data insights • Using Numpy

5) Scikit-learn for Machine Learning Model Creation


• Choosing machine learning algorithm for modeling • Avoiding Over fitting
• Model Evaluation • Understanding metrics of Model Evaluation
• Improving accuracy by feature engineering • Trying different models & creating final ensemble model
• Hyper-Parameter Fine Tuning to improve accuracy

6) Doing End-to-End Machine Learning Case Study Demo 7) Machine Learning Algorithms
• Classification • Algorithms Overview & Comparison
• Regression Different trade-offs while deciding the final ML Model
• Clustering - Bias-Variance Tradeoff
- Model Complexity vs Model Interpretability
Module 3 - Excel from Data Science Perspective
Basic Excel Environment NOW and TODAY Functions Protecting worksheets and cells
• Main Features and advantages of Conditional Formatting Adding comments to cells
Excel – Overview Working with Data Sharing workbooks | Tracking changes
• Workbook, worksheets structure Using Excel as a database Auditing Workbooks | Viewing formulas
• Options settings and configurations Sorting Data | Custom sorts Tracing precedents and dependents
Working with Functions Filtering using AutoFilter Error checking
Using the Paste Function tool The Advanced Filter tool Pivot Table
Cell Ref/Freezing Concept Working with External Data Golden Rule of Pivot | Create Pivot Table
Using Named Ranges in Formulas Data consolidation Create multiple pages | Classic pivot table
Naming a Single Cell Linking to another workbook Consolidate
Naming a Range of Cells Linking to an external database Merging Summary data from
Naming Multiple Single Cells Quickly Getting data from the web different sheets
Formulas That Span Multiple Merging Summary data from
Charting with Excel different files
Worksheets | IF Function
Selecting the data to chart Merging non-summary data
AND/OR Functions
Creating a chart
SUMIF, AVERAGEIF, and COUNTIF Templates
Choosing the right chart for the job
Functions | LOOKUP Function Concept and advantage of
Moving and re-sizing charts
VLOOKUP Function templates
Customizing charts
HLOOKUP Function Creating template
Saving and copying a chart’s design
CONCATENATE Function Using the template
TRANSPOSE Function Tables
Creating an Excel table AddIns
PROPER, UPPER, and LOWER Difference between Addins and
Functions Table formatting
Adding rows and columns Templates
Using Max, Min, Large, Small Creating a AddIn
The TRIM Function Automatic calculation in tables
Using a AddIn
Text To Column Collaboration Tools
Date Functions Protecting a workbook

Module 4 - R Studio
Introduction to R and R studio Creating/saving R script,
R Installation - R GUI and Rstudio, R Studio tour Installing packages with coding and with drop down menu,
Basic charts usig R (ggplot2), Loading packages,
Distribuation using R , Understanding 4 consoles
data manupulation in R (dplyr packages), Vectors
Variables and Data Types - Creating numerical,
Measures of data-Measure of center - Mean, Median, Mode logical and character vectors, Understanding size of
Measure of Spread - Range, variance, standard deviation vectors,
Statistical Distributions Vector operations, Extracting elements from vectors
Test of Association - Correlation, Regression R functions
Test of Inference - Chi-Square, t-test, Analysis of Variance Understanding different R functions like mean, sqrt etc in
Testing of Hypothesis the context of numerical vectors,
Two-Sample t-Tests Knowing the differences between numeric and character
One-Way ANOVA vector,
Stepwise Regression and Diagnostic tests for regression changing a numerical vector to factor if needed, Creating
Categorical Data Analysis tables from vector.
Regression Modeling Matrices, Data frames and Data import-Building matrices
Introduction to Probability and understanding dimensions,
Correlation/Regression Extracting elements from matrices, Combining matrices
Stepwise Regression and Diagnostic tests for regression, by rows and by columns,
Testing of Hypothesis/ ANOVA (t test, chi test) Matrix operations, Understanding Data frames and working
with built in data frames,
R packages overview and understanding in-built functions
R built in datasets Logistic Regression - Simple and Multiple Logistic
Visual Analytics - Bar Chart and pie chart, Histogram, regression, Logistic regression with predictor variables
scatterplot, boxplot, matrix plot, time series plot, Decision Trees/CART - Classification and Regression Trees
Understanding various packages for data visualization Explanation
Summarizing the data and probability distribution of data Confidence Interval and Sample size determination
- Finding measures of center, Finding measures of spread, Supervised and Unsupervised learning
Normal probability distribution Difference between classification and regression
Testing of hypothesis and Confidence Interval - Parametric algorithms
tests, Non-parametric tests, Inferences using Confidence Naïve Bayes Classifier
Interval k-means Algorithm clustering
Linear Regression - Simple and Multiple Linear Regression, Market Basket Analysis
Stepwise Regression, Diagnostic Tests Time Series Analysis

Module 5 - Deep Learning


Introduction to Deep Learning Single Hidden Layer Model Multiple Hidden Layer Model
What is a neural network? Introduction to Tensorflow and Supervise & Unsupervised learning
Keras Convolutional Neural Networks
Supervised Learning with Neural Networks Introduction to Convolutional Neural Networks CNN
difference between Deep Learning and Machine Learning Architecture
Information Retrieval Understanding Convolutions CNN with MNIST Dataset
TensorFlow Essentials Introduction to RNN, LSTM, GRU
Introduction to Tensorflow and Keras TensorFlow’s Hello Recurrent Neural Network
World The Sequential Problem, The RNN Model, The LSTM Model
Linear and Logistic Regression With Tensorflow Activation Applying RNNs to Language Modeling, LTSM Basics MNIST
Functions Data Classification With RNN/LSTM
ML Algorithm - Linear Regression in TensorFlow Hands on Deep Learning Application with TensorFlow
Regression problems Example Application - Case study
Linear regression applications Model Deployment on AWS Cloud.
Deep Neural Networks in TensorFlow
Basic Neural Nets

Discussing Realtime examples in Deep Learning.

Application of AI
Natural Language Processing: Computer Vision:
• Understanding Language, NLP Overview Introduction to Computer Vision
• Introduction to Language – • Computer Vision and Natural Language Processing
Computing, Language in Cognitive Science • The Three R’s of Computer Vision
Definitions of language • Basics of Image Processing: Thresholding, Histogram,
Language as a rule-governed dynamic system Filtering etc.
Language and symbolic systems: Artificial language • Edge Detection, Interest Points and Corners
(Logical language / • Image Classification
programming language) vs. Natural Language, • Recognition, Bag of Features, and Large-scale Instance
Linguistics as a scientific study, Recognition
Language Analysis and Computational Linguistics. • Transfer Learning
• Tools for NLP, Deep Parsing and Tools for NLP, Statistical • AlexNet,
Approaches • ResNet,
• NLP with Machine Learning and Deep Learning, • ImageNet
Pre-processing • YoLo (High Level Overview)
• Introduction to NLTK,
• NLP Model Deployment Techniques
Applications of Computer Vision
• Gender Prediction, • Image Recreation
• Image Mapping • Image Matching
• Face / Object Recognition

Data Visualization

Module 1 - Power BI
Introduction to Microsoft Power BI 3. Power Query for Data Transformation
The key features of Power BI workflow Installing Power BI,
Desktop application the various requirements and configuration settings, the
Building dashboard Power Query, introduction to Query Editor,
Data visualization adding & filling columns and number column,
Publishing to cloud column formatting | transpose table | appending |
DAX data computation splitting | formatting data
2. Extracting Data 4. Data Visualization
Learning about Power Query for self-service ETL working with Power View to create Reports, Charts,
functionalities, visually rich formats, categorizing,
introduction to data mashup, filtering and sorting data using Power View,
working with Excel data. Hierarchies.
DAX, Power BI Service, Dashboards, RLS, Alerts and
Insights
ASSESSMENT & CERTIFICATION:
• MCQs & Practical Assessments of All modules
• Equal weightage for case studies & projects.

Awarded by edu plus now

Course fees: INR 150000 + GST

Payment Schedule
Installment Amount + GST
1st Instalment 50000
2nd Instalment 35000
3rd Instalment 35000
4th Instalment 30000
ADVISORY COMMITTEE

Mr. Hemant Joshi Mr. Yogesh Kulkarni Mr. Shrikant Marathe


Head Data Office & Delivery Head BFSI Business Principal Architect – CTO Office at Icertis EX Director Design at ARAI
Analytics at Tata Consultancy Services (Automotive Research Association of India)

Dr. Rupali (Parbhane) Kalate Mr. Swapnil Tambi Mr. Nilesh Joshi
Data, Analytics & AI Consulting at Topcoder/Wipro Director | Director – Data Engineering at
Technologies Ltd, Pune AI & ML at BNY Mellon Larsen and Toubro Infotech Limited (LTI)

Ms. Rutuja Udyawar


Optimum Data
Analyst CEO & Founder
HEAR FROM OUR ALUMNI

Prasad Rajadnya Shreevidya Menon


Entrepreneur, Ex- Director-Finastra,
Sr. Manager in a leading IT company in, Pune.
Former VP-D+H

I have 20 years of experience working as director in MNC. Now, I have I did edu plus now’s Data science course, which helped me to learn latest
started my own company and have started taking projects in Data technologies right from databases and analytics, statistical concepts,
Science. Edu plus now’s course in Data science has helped me to shift my machine learning cloud as well as data visualization. I am currently working
career. Thanks to edu plus now! in a leading software organization and the course is helping me to take new
initiatives and programs in my organization.

Shagufta H S Rohit Pohankar


Project Manager Junior research associate,
MindCraft Software Services Pvt. Ltd. Claim genius India private limited

Hi, I am Shagufta Sheikh and I’m pursuing my Post Graduate program from Hi, I am Rohit working in the research. We need several kinds of software and
edu plus Now. several kinds of tools. So, I chose edu plus now to upskill in my career. edu
Having consciously chosen to focus on my family by being a caregiver, plus now gives hands-on training with various tools which really helped me.
I took a career break. I wanted to effectively use my break to enhance edu plus now offers live interactive sessions, and we can ask them questions
my skills and follow my passion to pursue a career in the latest Software at any point time in our sessions, which helps us in learning more about data
Technology. So I chose edu plus now as my learning partner. It has been analytics. You are presented with some databases to work on it, which helps
a great experience to learn AI and machine learning through an intensive, us a lot in getting along with the new tools. These sessions are planned in
rigorous curriculum and hands-on training from eminent instructors. such a way that even from a non-IT background can easily understand the
Thank you edu plus now for providing this opportunity to further grow, tools!
enhance and upgrade my skills which will help me in accomplishing my
goals.

Somesh Valse Ipsita Mondal


Packaging Engineering Bachelor in power engineering from
Fresher Jadavpur University

Having absolutely no coding background, I was a little hesitant to sign up edu plus now bridges the gap through real-time online tuition and one-on-
for this PG Data Science program. But edu plus now provides the most one interaction with the faculty which enables instant doubt clearing and
comprehensive curriculum of all the available data science boot camps. It provides 100% engagement. Like many of my course-mates I too had very
provides materials for those who want to learn about non-practical aspects little knowledge about coding and to be honest, I had some apprehension at
of data science. During my master’s admission process in Australia, this the beginning of the course because of my lack of coding knowledge. But
course provided me an edge over other applications, and finally, I secured this course is specifically designed for people from all walks of career, and
my admission to the Royal Melbourne Institute of Technology for the the best part was even though I started with very limited coding experience, I
Master of Data Science program. Throughout the program, I learned that have gotten a pretty good handle on programming languages like Python, and
DS/ML concepts can be applied across many roles and companies. For SQL. and I owe it all to the wonderful and extremely skilful faculty members
finding the new opportunities there are helpful resources of edu Plus Now of edu plus now. The course is very extensive, and it is well structured to
- mock interviews, career advice, and networking where you can opt for accommodate and address the concerns and requirements of each student.
and gather a good amount of experience.

Karishma Chitnis Mr. Shubh Upadhyay


Junior Finance Analyst, Student @ University of Mumbai-
Colgate Mechanical Engineer- Fresher

The course PG Program in AI-ML & Data Science has been a great help “Being a fresher, I was confused about PG course selection, and I came
to me. Being a newbie in the field of Data Science and Data Analytics across a course of data science- offered by edu Plus. I did my undergrad in
it was difficult at the beginning to understand and grasp concepts. But mechanical engineering. The course curriculum is industry-based and well
thanks to the instructors who are immensely patient and are experts in designed by edu plus now. It helped me to get practical knowledge and the
their fields the process was an enjoyable one. The course content and industry application and got hands-on training on the tools like Power, Bi,
the structure are very precise and to the point. There is an emphasis on Tableau, Python, R, and many more.”
practical learning which is one of the biggest plus points. It has helped
me not only to understand the concepts but the actual implementation as
well. The overall experience has been amazing, and I am sure I will utilize
all that I have learned in advancing my career. A big thank you to the edu
plus now team and the faculty members for all the great advice and for
this wonderful experience!!
OUR CLIENTS

INTERVIEWS CONDUCTED FOR


OUR ALUMNI WORK AT

and many more...


Empowering careers of
learners around the globe!

Our Offerings :
• Advanced PGP In Data Science with AI & ML • Six Sigma Yellow Belt • Design for Six Sigma
• Advanced PG Program in Data Engineering • Six Sigma Green Belt • Lean Six Sigma Supplement Program
• Advanced PG Program in Data Analytics • Six Sigma Black Belt • Statistics for Researchers
• PG Program in Advanced Data Analytics for Executives • Six Sigma Master Black Belt • Executive Overview of Six Sigma Program

TM Other initiatives of Vishwakarma Group

An initiative of Vishwakarma Group Pune.


Vishwakarma Institute of Technology (VIT, Pune), Vishwakarma Institute of Information Technology (VIIT, Pune),
Vishwakarma University (VU, Pune), Vishwakarma Schools, Wisdom World School

603, Suyog Center, 6th Floor, Gultekadi Marketyard Road,


Giridhar Bhavan Chowk, Pune, Maharashtra 411037

For further details,


8956167195/ 96 / 97 / 98
8956416201 / 03 / 06 / 07 Scan QR Code
info@eduplusnow.com for more details
www.eduplusnow.com
@eduplusnow

You might also like