SlideShare a Scribd company logo
1 of 8
Imtiaz Khan
Hyderabad Email: imtiaz.a.khan@accenture.com
Mobile: +919493377607
A passionate engineer from R/Azure Machine Learning, Machine Learning and
Algorithms background with strong research interest, loves to play with large volume,
velocity and variety of data. Other experience includes web and windows application in C#,
visual studio and SQL.
Professional Summary:
 Intensive, hands-on experience on Data Analytics. Technical skills spanning from
Statistics to Programming including data engineering, data visualization, machine
learning and programming in R and SQL.
 Trained on most common data analysis problems that arise in most business verticals:
Classification, Regression, Recommender Systems, Clustering, Association
Analysis, Frequent Pattern Mining and Outlier Detection.
 Have a strong foundation in business analysis.
 Exposure to environment of Microsoft Technologies like .NET framework, and
Visual Studio IDE.
Key Skills and Technologies:
 Data Analytics: Predictive Analytics Problems: Supervised and Unsupervised
Learning
 R Language- RStudio
 Azure Machine Learning Studio
 Language Understanding Intelligent service(LUIS)
 packages required for data Science in R
 other IDE’s : Visual Studio 2010,2012
 Microsoft .NET Framework 4.0
 SQL Server Management Studio 2008, 2010,2012,2013
 Microsoft Excel 2010,2013
 Windows7, Windows 8.
Technical Skills:
Data Collection
Techniques
Excel/csv/tsv
Databases
Scraping
 Collecting data from Excel/csv/tsv files
 Collecting data from databases
 Collecting data via scraping
Data Preparation
Techniques
Structured Data
Preparation
 Data Type Conversion
 Category to Numeric Conversion
 Numeric to Category Conversion
 Data Normalization:0-1, Z-Score
 Handling Skew Data: Box-Cox Idea
 Handling Missing Data
Text Data Preparation  Normalizing Text
 Stop word Removal
 Whitespace Removal
 Stemming
 Building Document Term Matrix
Image Data Preparation  Converting to gray scale
 Pixel Value Normalization
 Building Pixel Intensity Matrix
Data Analytics Predictive Analytics  Classification
 Regression
 Recommenders
Machine
Learning
Algorithms
Classification and
Regression
KNN Model
Decision Tree Model
Naive Bayes Model
Logistic Regression
SVM Model
Recommenders Content based Recommendation
User-User KNN Model
Item-Item KNN Model
Latent Factor Model
Clustering Iterative Models
Hierarchical Models
Density Models
Outliers Detection  Probabilistic Model
 Density Model
 KNN Model
Association Analysis  Apriori Model
Mathematical
skills
Linear Algebra, Vector
Algebra, Probability ,
Calculus and Statistics
Matrix Algebra
 Understanding of factorization: Spectral
factorization, Eigen factorization, SVD
factorization
 Applications of matrices: image processing,
solving systems of equations, modelling
discrete systems
Probability
 Bayes Rule/Reasoning
 MAP vs. MLE Reasoning
 Properties of Random variables: expectation,
variance, entropy and cross-entropy, covariance
and correlation
 Understanding standard random processes
Probability Distributions: Normal, Gamma.
Parameter Estimation in Distributions: MAP and
MLE approaches
Statistics
 Descriptive stats for single variable
 mean, median, mode, quantiles,
percentiles
 standard deviation, variance
 MAD, IQR
 Descriptive stats for two variables
 covariance
 correlation
 chi-squared Analysis
Hypothesis Testing
Job Experience:
Accenture
Senior Software Engineer
Machine Learning Projects:
Project: Ticket Classification in Application Management using Natural Language
processing (NLP) and Recommendation Systems
Problem Domain: Tickets come in many forms from end users; how can we
reduce the time to classify and resolve these tickets
This project is aimed at enabling substantial reduction of cost-to-serve in Application
Management by reducing the number of tickets and considerable time to resolve
tickets through cognitive automation. Cognitive Automation can be used to help
developers, testers & project managers make better decisions for various tasks
during defect logging, defect resolution, and test execution phases. This would
reduce the effort in analysing and classifying the known issues, provide
recommendations of similar issues and automate the process of creating a Team
Foundation Server (TFS) Work item and assigning the right team member to fix the
issue.
Use Case 1: Issue to Issue
 Identification of similarities of the defect observed with historic issues.
 Removal of duplicate issues, if similar ones being worked upon.
 Consolidated view of similar defects, which can be targeted to fix together
with same fix.
Use Case 2: Issue to Resolver/Tester/Developer and (Assignee Recommendation)
 Enabling Build/Test Leads to identify the best candidate who can fix/test it
faster, based on analytics the tool provides.
 History of Testers and Developers who worked on similar fixes, to help decide
whom to assign the defect for faster turnaround.
Use Case 3: Root Cause Analysis
 Assist users in the identification and analysis of root causes underlying a
ticket using available log data and other information sources pertaining to
incident.
Cognitive Solution: High Level Approach
 When a new ticket arrives, parse its details and would map the ticket to earlier built
knowledge model and determine semantically highly similar tickets as duplicates
 Based upon user acceptance or rejection of the recommendation, tool incrementally
learn and improve its performance on the duplication process.
 If duplicate tickets do not exist, would list semantically related tickets in ranked
order together with degree of semantic associations.
Technology Support
 Language Understanding Intelligent Service (LUIS) – for Natural Language
Processing of the email content.
 Azure Machine Learning (ML) – For classifying the content and finding
recommendations.
Project: Churn Modelling in Telecom using R
This project is in the domain of telecommunication (prepaid segment) .It involves
voluntary churn modelling enabling the business personnel in understanding the business
problem i.e. voluntary customer churn (e.g. Drop in usage, movement to another
network, no revenue generation) is a significant concern in many service industries. One
way to decrease churn is to identify customers in advance who are at risk of churning and
target an incentive to encourage them to stay. However, this requires accurate predictions
about which customers are at risk. Churn is a term for customers quitting and joining another
service provider. Most telecom companies suffer from voluntary churn. Churn rate has strong
impact on the life time value of the customer because it affects the length of service and the
future revenue of the company.
This problem domain was termed as classification as it was to determine two possibilities
“1” (churn) or “0” (not churn). The two machine learning models in the interest were
logistic regression and Decision Tree. Logistic regression had an edge on the accuracy
giving around 78.4%. The business proactive action was to treat the customers based on the
revenue they are generating to the company. For example high revenue customers were given
regular calls and follow-ups and low revenue customers were emailed regularly.
Packages used in R
Outliers: This package used for detecting outliers in the data set.
VIM: This package is used for the visualization of missing and/or imputed values, which can
be used for exploring the data and the structure of the missing and/or imputed values
Rattle: A GUI that provides a graphical user interface specifically for data mining using R
Car: A function VIF (variance inflation factor, to determine multicollinearity between
predictors)
Rpart: A machine learning decision tree package for building the tree model.
ROCR: This package used in determining the AUC metric to evaluate across models.
Projects: Learning Projects
 A knowledge driven supervised learning approach to identify image of a
handwritten single digit, and determine what that digit is. (Kaggle.com)
This competition is aimed at identifying a handwritten image of a single digit and
determining what the digit is. K-Nearest Neighbours and Naive Bayes has been used
separately for prediction.
KNN performed better with an accuracy of 97%. The dataset containing different
parameters are first pre-processed to remove near zero variance parameters. The most
effective parameters are then filtered and used for prediction. Cross Validation (10-fold) is
used to create training and test sets.
 A Supervised learning approach to identify an insulting comment
The challenge is to detect when a comment from a conversation would be considered
insulting to another participant in the conversation. Naive Bayes has been used for
prediction. The dataset containing different parameters (terms) are first pre-processed so as
to normalize, to remove punctuations, stop words, numbers, punctuations and stemmed
words. The most effective parameters of the bigram terms obtained are then filtered and
used for prediction. Cross Validation (10-fold) is used to create training and test sets
 Predict survival on the Titanic (Kaggle.com)
This competition is aimed at analysing what sorts of people are likely to survive or
applying different tools of Machine learning to predict which passengers survived the
tragedy. Logistic regression and random forest has been used separately for prediction
and gave same ranking (0.77990). The dataset containing different parameters are first pre-
processed to impute missing values. The most effective parameters are then filtered and
used for prediction. Cross Validation (10-fold) is used to create training and test sets.
Responsibilities:
1. Collected data from Excel/csv/tsv files, databases, services, web scrapping.
2. Performed data normalization using Z-score and max min normalization, smoothing
skew data and missing data through box-cox transformation.
3. Conducted exploratory and descriptive data analysis for large data sets
4. Explored features using univariate(mean, median and mode), bivariate(Covariance
and correlation) and multivariate(using R package: ggplot2) relationship by stats
quantities.
5. Applied Dimensionality Reduction, Image Compression using Principle component
Analysis (PCA).
6. Used Logistic regression model in Titanic Survivor dataset to measures the
relationship between the categorical dependent variable and independent variables by
estimating probabilities.
7. Implemented K-Nearest Neighbors (KNN) to identify digit in hand written image
dataset (Image Processing).
8. Identified text and sentiment analysis posted in social media network to classify the
indignity of a comment via Naïve Bayes approach
9. Improved the model build through K-fold cross validation
Accenture
Senior Software Engineer
Projects
The projects mentioned below are about developing a Fare Management Solution using
multiple technologies. We have implemented this Solution using BizTalk, SharePoint, BI and
Dynamics AX. AX supports transactional, Finance and back office support for the Solution.
We have integrated Dynamics AX with Payment providers, BizTalk and online website using
AIF and WCF services.
Project -3: Accenture Fare Management Solution
Senior Software Engineer (May 2013 – May 2015)
1. Worked on Coded UI Tool which is integrated with Visual studio, written scripts,
developed framework which would enable faster execution of Test Cases over night.
2. Integrated our test suite with several technologies like BizTalk, SQL server,
Microsoft Dynamics AX and Web application.
3. Effectively learnt new technologies like Microsoft Dynamics AX and created XPO
files which would enable faster creation of data required for the test cases.
4. Developed and configured the result set produced after execution to be sent over the
mail to all the team members using SMTP settings.
5. Implemented and developed automated test practices for both web and windows
applications primarily using Visual Studio’s Coded UI module for both web and
windows applications.
6. Designed and created test scripts using C# to address areas such as database impacts,
software scenarios, regression testing, negative testing, error or bug retests, or
usability in preparation for implementation.
Project - 2: Accenture Software’s
Software Engineer (Nov 2012 - May 2013)
Responsibilities:
1. Contributed to testing and validating of AX solution per requirements
2. Delivered testing results in a professional manner to customer
3. Delivered testing results according to required timeline and per quality
4. Provided inputs for continuous improvements of testing group
5. Cooperated with centralized Technical and Functional departments.
6. Documented test results and evaluate results to log defects
Project - 1: Presto E-ticketing
Associate Software Engineer (May 2012 - Nov 2012)
Responsibilities:
1. Major Technologies involved while deploying the solution include .NET, SQL,
BizTalk and Microsoft Dynamics AX
2. Monitoring the Connectivity of servers and informing the same to the developers to
ensure stability of the environment
3. Involved in mentoring the fresher’s in performing the tasks by guiding them with
necessary knowledge transfer.
4. Provided timely report to the supervisor about the fluctuations in the Environment and
took necessary actions to ensure stability.
Certifications:
BCS, The Chartered Institute for IT Foundation Certificate in Business Analysis
Educational Background:
Course of
Study
Board/
University Year Of Passing Percentage
B.E
(Electronics
and
Nagarjuna University 2012
78
Communicati
on)
Intermediate
(Higher
Secondary
Education)
Board Of
Intermediate
Education, AP 2008 96.4
10th standard
(Schooling) ICSE 2006 87.5
Personal Details:
Name Imtiaz khan
Date of Birth 02 Nov, 1990
Father’s Name Mohammad khan
Sex Male
Nationality Indian
Declaration:
I hereby declare that the information furnished above is true to the best of my knowledge.
Date:
Place: (Imtiaz khan)

More Related Content

What's hot

Machine Learning and Real-World Applications
Machine Learning and Real-World ApplicationsMachine Learning and Real-World Applications
Machine Learning and Real-World ApplicationsMachinePulse
 
DagdelenSiriwardaneY..
DagdelenSiriwardaneY..DagdelenSiriwardaneY..
DagdelenSiriwardaneY..butest
 
Who is responsible for adversarial defense
Who is responsible for adversarial defenseWho is responsible for adversarial defense
Who is responsible for adversarial defenseKishor Datta Gupta
 
Machine Learning Unit 1 Semester 3 MSc IT Part 2 Mumbai University
Machine Learning Unit 1 Semester 3  MSc IT Part 2 Mumbai UniversityMachine Learning Unit 1 Semester 3  MSc IT Part 2 Mumbai University
Machine Learning Unit 1 Semester 3 MSc IT Part 2 Mumbai UniversityMadhav Mishra
 
Lecture1 introduction to machine learning
Lecture1 introduction to machine learningLecture1 introduction to machine learning
Lecture1 introduction to machine learningUmmeSalmaM1
 
Machine Learning AND Deep Learning for OpenPOWER
Machine Learning AND Deep Learning for OpenPOWERMachine Learning AND Deep Learning for OpenPOWER
Machine Learning AND Deep Learning for OpenPOWERGanesan Narayanasamy
 
Explainable AI - making ML and DL models more interpretable
Explainable AI - making ML and DL models more interpretableExplainable AI - making ML and DL models more interpretable
Explainable AI - making ML and DL models more interpretableAditya Bhattacharya
 
Machine learning presentation (razi)
Machine learning presentation (razi)Machine learning presentation (razi)
Machine learning presentation (razi)Rizwan Shaukat
 
Sentiment Analysis
Sentiment AnalysisSentiment Analysis
Sentiment AnalysisDinesh V
 
Introduction to Machine Learning
Introduction to Machine LearningIntroduction to Machine Learning
Introduction to Machine LearningLior Rokach
 
797_NaveenKKapoor_CEE
797_NaveenKKapoor_CEE797_NaveenKKapoor_CEE
797_NaveenKKapoor_CEENaveen Kapoor
 
Model Evaluation in the land of Deep Learning
Model Evaluation in the land of Deep LearningModel Evaluation in the land of Deep Learning
Model Evaluation in the land of Deep LearningPramit Choudhary
 
Sentiment Analysis on Twitter Data
Sentiment Analysis on Twitter DataSentiment Analysis on Twitter Data
Sentiment Analysis on Twitter DataIRJET Journal
 
776_AlluruMPranav_CEE
776_AlluruMPranav_CEE776_AlluruMPranav_CEE
776_AlluruMPranav_CEEPranav A
 
IRJET- An Extensive Study of Sentiment Analysis Techniques and its Progressio...
IRJET- An Extensive Study of Sentiment Analysis Techniques and its Progressio...IRJET- An Extensive Study of Sentiment Analysis Techniques and its Progressio...
IRJET- An Extensive Study of Sentiment Analysis Techniques and its Progressio...IRJET Journal
 
An introduction to Machine Learning
An introduction to Machine LearningAn introduction to Machine Learning
An introduction to Machine Learningbutest
 

What's hot (20)

Machine Learning and Real-World Applications
Machine Learning and Real-World ApplicationsMachine Learning and Real-World Applications
Machine Learning and Real-World Applications
 
DagdelenSiriwardaneY..
DagdelenSiriwardaneY..DagdelenSiriwardaneY..
DagdelenSiriwardaneY..
 
Who is responsible for adversarial defense
Who is responsible for adversarial defenseWho is responsible for adversarial defense
Who is responsible for adversarial defense
 
Machine Learning Unit 1 Semester 3 MSc IT Part 2 Mumbai University
Machine Learning Unit 1 Semester 3  MSc IT Part 2 Mumbai UniversityMachine Learning Unit 1 Semester 3  MSc IT Part 2 Mumbai University
Machine Learning Unit 1 Semester 3 MSc IT Part 2 Mumbai University
 
Lecture1 introduction to machine learning
Lecture1 introduction to machine learningLecture1 introduction to machine learning
Lecture1 introduction to machine learning
 
Machine Learning AND Deep Learning for OpenPOWER
Machine Learning AND Deep Learning for OpenPOWERMachine Learning AND Deep Learning for OpenPOWER
Machine Learning AND Deep Learning for OpenPOWER
 
Explainable AI - making ML and DL models more interpretable
Explainable AI - making ML and DL models more interpretableExplainable AI - making ML and DL models more interpretable
Explainable AI - making ML and DL models more interpretable
 
Machine learning presentation (razi)
Machine learning presentation (razi)Machine learning presentation (razi)
Machine learning presentation (razi)
 
Sentiment Analysis
Sentiment AnalysisSentiment Analysis
Sentiment Analysis
 
Miraj Vashi_CPEE
Miraj Vashi_CPEEMiraj Vashi_CPEE
Miraj Vashi_CPEE
 
Machine learning
Machine learningMachine learning
Machine learning
 
Introduction to Machine Learning
Introduction to Machine LearningIntroduction to Machine Learning
Introduction to Machine Learning
 
797_NaveenKKapoor_CEE
797_NaveenKKapoor_CEE797_NaveenKKapoor_CEE
797_NaveenKKapoor_CEE
 
HiteshAgarwal_CPEE
HiteshAgarwal_CPEEHiteshAgarwal_CPEE
HiteshAgarwal_CPEE
 
Model Evaluation in the land of Deep Learning
Model Evaluation in the land of Deep LearningModel Evaluation in the land of Deep Learning
Model Evaluation in the land of Deep Learning
 
Sentiment Analysis on Twitter Data
Sentiment Analysis on Twitter DataSentiment Analysis on Twitter Data
Sentiment Analysis on Twitter Data
 
776_AlluruMPranav_CEE
776_AlluruMPranav_CEE776_AlluruMPranav_CEE
776_AlluruMPranav_CEE
 
402_DheerajKura
402_DheerajKura402_DheerajKura
402_DheerajKura
 
IRJET- An Extensive Study of Sentiment Analysis Techniques and its Progressio...
IRJET- An Extensive Study of Sentiment Analysis Techniques and its Progressio...IRJET- An Extensive Study of Sentiment Analysis Techniques and its Progressio...
IRJET- An Extensive Study of Sentiment Analysis Techniques and its Progressio...
 
An introduction to Machine Learning
An introduction to Machine LearningAn introduction to Machine Learning
An introduction to Machine Learning
 

Viewers also liked

First Air Certificate - 106622
First Air Certificate - 106622First Air Certificate - 106622
First Air Certificate - 106622Hussain Al-Khabbaz
 
Behave automatically: (Almost) Effortless feature testing
Behave automatically: (Almost) Effortless feature testingBehave automatically: (Almost) Effortless feature testing
Behave automatically: (Almost) Effortless feature testingSTX Next
 
Kaca seni dekorasi simbol rumah eksklusif
Kaca seni dekorasi simbol rumah eksklusifKaca seni dekorasi simbol rumah eksklusif
Kaca seni dekorasi simbol rumah eksklusifStevie Alexandra
 
Resume and Project History - Jim Herrmann (Rev. 05-11-2016)
Resume and Project History - Jim Herrmann (Rev. 05-11-2016)Resume and Project History - Jim Herrmann (Rev. 05-11-2016)
Resume and Project History - Jim Herrmann (Rev. 05-11-2016)James Herrmann
 
IS-1 Short Report [Muhammad Akram Abbasi]
IS-1 Short Report [Muhammad Akram Abbasi]IS-1 Short Report [Muhammad Akram Abbasi]
IS-1 Short Report [Muhammad Akram Abbasi]Akram Abbasi
 
Report - Baltic SCOPE Southwest Baltic case stakeholder meeting*
Report - Baltic SCOPE Southwest Baltic case stakeholder meeting*Report - Baltic SCOPE Southwest Baltic case stakeholder meeting*
Report - Baltic SCOPE Southwest Baltic case stakeholder meeting*Pan Baltic Scope / Baltic SCOPE
 
Travel and tourism in india class x a english power point ppt
Travel and tourism in india class x a english power point pptTravel and tourism in india class x a english power point ppt
Travel and tourism in india class x a english power point pptAman Sharma
 
Informe Dirección de Administración CLET I Trimestre 2011
Informe Dirección de Administración CLET I Trimestre 2011Informe Dirección de Administración CLET I Trimestre 2011
Informe Dirección de Administración CLET I Trimestre 2011cletachira
 
SCOM-网络分享课模板-APS-20161026-A
SCOM-网络分享课模板-APS-20161026-ASCOM-网络分享课模板-APS-20161026-A
SCOM-网络分享课模板-APS-20161026-ARalph Yin
 
couchsurfing in india
couchsurfing in indiacouchsurfing in india
couchsurfing in indiaGaurav Sharma
 
Easy Steps to Chinese Teacher's Book 3
Easy Steps to Chinese Teacher's Book 3Easy Steps to Chinese Teacher's Book 3
Easy Steps to Chinese Teacher's Book 3Chao Shi
 

Viewers also liked (16)

Song kran
Song kranSong kran
Song kran
 
First Air Certificate - 106622
First Air Certificate - 106622First Air Certificate - 106622
First Air Certificate - 106622
 
one
oneone
one
 
Resume Upload
Resume UploadResume Upload
Resume Upload
 
Behave automatically: (Almost) Effortless feature testing
Behave automatically: (Almost) Effortless feature testingBehave automatically: (Almost) Effortless feature testing
Behave automatically: (Almost) Effortless feature testing
 
Readme
ReadmeReadme
Readme
 
Kaca seni dekorasi simbol rumah eksklusif
Kaca seni dekorasi simbol rumah eksklusifKaca seni dekorasi simbol rumah eksklusif
Kaca seni dekorasi simbol rumah eksklusif
 
первая
перваяпервая
первая
 
Resume and Project History - Jim Herrmann (Rev. 05-11-2016)
Resume and Project History - Jim Herrmann (Rev. 05-11-2016)Resume and Project History - Jim Herrmann (Rev. 05-11-2016)
Resume and Project History - Jim Herrmann (Rev. 05-11-2016)
 
IS-1 Short Report [Muhammad Akram Abbasi]
IS-1 Short Report [Muhammad Akram Abbasi]IS-1 Short Report [Muhammad Akram Abbasi]
IS-1 Short Report [Muhammad Akram Abbasi]
 
Report - Baltic SCOPE Southwest Baltic case stakeholder meeting*
Report - Baltic SCOPE Southwest Baltic case stakeholder meeting*Report - Baltic SCOPE Southwest Baltic case stakeholder meeting*
Report - Baltic SCOPE Southwest Baltic case stakeholder meeting*
 
Travel and tourism in india class x a english power point ppt
Travel and tourism in india class x a english power point pptTravel and tourism in india class x a english power point ppt
Travel and tourism in india class x a english power point ppt
 
Informe Dirección de Administración CLET I Trimestre 2011
Informe Dirección de Administración CLET I Trimestre 2011Informe Dirección de Administración CLET I Trimestre 2011
Informe Dirección de Administración CLET I Trimestre 2011
 
SCOM-网络分享课模板-APS-20161026-A
SCOM-网络分享课模板-APS-20161026-ASCOM-网络分享课模板-APS-20161026-A
SCOM-网络分享课模板-APS-20161026-A
 
couchsurfing in india
couchsurfing in indiacouchsurfing in india
couchsurfing in india
 
Easy Steps to Chinese Teacher's Book 3
Easy Steps to Chinese Teacher's Book 3Easy Steps to Chinese Teacher's Book 3
Easy Steps to Chinese Teacher's Book 3
 

Similar to Imtiaz Khan Data Engineer Resume

Sivrama Sarma - Profile_July_2015
Sivrama Sarma - Profile_July_2015Sivrama Sarma - Profile_July_2015
Sivrama Sarma - Profile_July_2015Siva Rama Sarma
 
CUSTOMER CHURN PREDICTION
CUSTOMER CHURN PREDICTIONCUSTOMER CHURN PREDICTION
CUSTOMER CHURN PREDICTIONIRJET Journal
 
Datascience101presentation4
Datascience101presentation4Datascience101presentation4
Datascience101presentation4Salford Systems
 
Machine_Learning_with_MATLAB_Seminar_Latest.pdf
Machine_Learning_with_MATLAB_Seminar_Latest.pdfMachine_Learning_with_MATLAB_Seminar_Latest.pdf
Machine_Learning_with_MATLAB_Seminar_Latest.pdfCarlos Paredes
 
LOAN APPROVAL PRDICTION SYSTEM USING MACHINE LEARNING.
LOAN APPROVAL PRDICTION SYSTEM USING MACHINE LEARNING.LOAN APPROVAL PRDICTION SYSTEM USING MACHINE LEARNING.
LOAN APPROVAL PRDICTION SYSTEM USING MACHINE LEARNING.Souma Maiti
 
MACHINE LEARNING CLASSIFIERS TO ANALYZE CREDIT RISK
MACHINE LEARNING CLASSIFIERS TO ANALYZE CREDIT RISKMACHINE LEARNING CLASSIFIERS TO ANALYZE CREDIT RISK
MACHINE LEARNING CLASSIFIERS TO ANALYZE CREDIT RISKIRJET Journal
 
Dwdm ppt for the btech student contain basis
Dwdm ppt for the btech student contain basisDwdm ppt for the btech student contain basis
Dwdm ppt for the btech student contain basisnivatripathy93
 
DATI, AI E ROBOTICA @POLITO
DATI, AI E ROBOTICA @POLITODATI, AI E ROBOTICA @POLITO
DATI, AI E ROBOTICA @POLITOMarcoMellia
 
MIS637_Final_Project_Rahul_Bhatia
MIS637_Final_Project_Rahul_BhatiaMIS637_Final_Project_Rahul_Bhatia
MIS637_Final_Project_Rahul_BhatiaRahul Bhatia
 
IRJET- Machine Learning
IRJET- Machine LearningIRJET- Machine Learning
IRJET- Machine LearningIRJET Journal
 
Email Spam Detection Using Machine Learning
Email Spam Detection Using Machine LearningEmail Spam Detection Using Machine Learning
Email Spam Detection Using Machine LearningIRJET Journal
 
Threat Detection System Using Data-science and NLP
Threat Detection System Using Data-science and NLPThreat Detection System Using Data-science and NLP
Threat Detection System Using Data-science and NLPIRJET Journal
 
IRJET- Credit Card Fraud Detection Analysis
IRJET- Credit Card Fraud Detection AnalysisIRJET- Credit Card Fraud Detection Analysis
IRJET- Credit Card Fraud Detection AnalysisIRJET Journal
 
Screening of Mental Health in Adolescents using ML.pptx
Screening of Mental Health in Adolescents using ML.pptxScreening of Mental Health in Adolescents using ML.pptx
Screening of Mental Health in Adolescents using ML.pptxNitishChoudhary23
 

Similar to Imtiaz Khan Data Engineer Resume (20)

Sivrama Sarma - Profile_July_2015
Sivrama Sarma - Profile_July_2015Sivrama Sarma - Profile_July_2015
Sivrama Sarma - Profile_July_2015
 
Text Analytics for Legal work
Text Analytics for Legal workText Analytics for Legal work
Text Analytics for Legal work
 
362_NeelimaKandepu (1)
362_NeelimaKandepu (1)362_NeelimaKandepu (1)
362_NeelimaKandepu (1)
 
CUSTOMER CHURN PREDICTION
CUSTOMER CHURN PREDICTIONCUSTOMER CHURN PREDICTION
CUSTOMER CHURN PREDICTION
 
Datascience101presentation4
Datascience101presentation4Datascience101presentation4
Datascience101presentation4
 
Machine_Learning_with_MATLAB_Seminar_Latest.pdf
Machine_Learning_with_MATLAB_Seminar_Latest.pdfMachine_Learning_with_MATLAB_Seminar_Latest.pdf
Machine_Learning_with_MATLAB_Seminar_Latest.pdf
 
Data Analytics_BigData Cert
Data Analytics_BigData CertData Analytics_BigData Cert
Data Analytics_BigData Cert
 
Presentation1.pptx
Presentation1.pptxPresentation1.pptx
Presentation1.pptx
 
LOAN APPROVAL PRDICTION SYSTEM USING MACHINE LEARNING.
LOAN APPROVAL PRDICTION SYSTEM USING MACHINE LEARNING.LOAN APPROVAL PRDICTION SYSTEM USING MACHINE LEARNING.
LOAN APPROVAL PRDICTION SYSTEM USING MACHINE LEARNING.
 
Machine learning
Machine learningMachine learning
Machine learning
 
MACHINE LEARNING CLASSIFIERS TO ANALYZE CREDIT RISK
MACHINE LEARNING CLASSIFIERS TO ANALYZE CREDIT RISKMACHINE LEARNING CLASSIFIERS TO ANALYZE CREDIT RISK
MACHINE LEARNING CLASSIFIERS TO ANALYZE CREDIT RISK
 
Dwdm ppt for the btech student contain basis
Dwdm ppt for the btech student contain basisDwdm ppt for the btech student contain basis
Dwdm ppt for the btech student contain basis
 
DATI, AI E ROBOTICA @POLITO
DATI, AI E ROBOTICA @POLITODATI, AI E ROBOTICA @POLITO
DATI, AI E ROBOTICA @POLITO
 
MIS637_Final_Project_Rahul_Bhatia
MIS637_Final_Project_Rahul_BhatiaMIS637_Final_Project_Rahul_Bhatia
MIS637_Final_Project_Rahul_Bhatia
 
IRJET- Machine Learning
IRJET- Machine LearningIRJET- Machine Learning
IRJET- Machine Learning
 
Email Spam Detection Using Machine Learning
Email Spam Detection Using Machine LearningEmail Spam Detection Using Machine Learning
Email Spam Detection Using Machine Learning
 
Threat Detection System Using Data-science and NLP
Threat Detection System Using Data-science and NLPThreat Detection System Using Data-science and NLP
Threat Detection System Using Data-science and NLP
 
ml mini project (1).pptx
ml mini project (1).pptxml mini project (1).pptx
ml mini project (1).pptx
 
IRJET- Credit Card Fraud Detection Analysis
IRJET- Credit Card Fraud Detection AnalysisIRJET- Credit Card Fraud Detection Analysis
IRJET- Credit Card Fraud Detection Analysis
 
Screening of Mental Health in Adolescents using ML.pptx
Screening of Mental Health in Adolescents using ML.pptxScreening of Mental Health in Adolescents using ML.pptx
Screening of Mental Health in Adolescents using ML.pptx
 

Recently uploaded

专业一比一美国俄亥俄大学毕业证成绩单pdf电子版制作修改
专业一比一美国俄亥俄大学毕业证成绩单pdf电子版制作修改专业一比一美国俄亥俄大学毕业证成绩单pdf电子版制作修改
专业一比一美国俄亥俄大学毕业证成绩单pdf电子版制作修改yuu sss
 
Customer Service Analytics - Make Sense of All Your Data.pptx
Customer Service Analytics - Make Sense of All Your Data.pptxCustomer Service Analytics - Make Sense of All Your Data.pptx
Customer Service Analytics - Make Sense of All Your Data.pptxEmmanuel Dauda
 
20240419 - Measurecamp Amsterdam - SAM.pdf
20240419 - Measurecamp Amsterdam - SAM.pdf20240419 - Measurecamp Amsterdam - SAM.pdf
20240419 - Measurecamp Amsterdam - SAM.pdfHuman37
 
GA4 Without Cookies [Measure Camp AMS]
GA4 Without Cookies [Measure Camp AMS]GA4 Without Cookies [Measure Camp AMS]
GA4 Without Cookies [Measure Camp AMS]📊 Markus Baersch
 
Saket, (-DELHI )+91-9654467111-(=)CHEAP Call Girls in Escorts Service Saket C...
Saket, (-DELHI )+91-9654467111-(=)CHEAP Call Girls in Escorts Service Saket C...Saket, (-DELHI )+91-9654467111-(=)CHEAP Call Girls in Escorts Service Saket C...
Saket, (-DELHI )+91-9654467111-(=)CHEAP Call Girls in Escorts Service Saket C...Sapana Sha
 
vip Sarai Rohilla Call Girls 9999965857 Call or WhatsApp Now Book
vip Sarai Rohilla Call Girls 9999965857 Call or WhatsApp Now Bookvip Sarai Rohilla Call Girls 9999965857 Call or WhatsApp Now Book
vip Sarai Rohilla Call Girls 9999965857 Call or WhatsApp Now Bookmanojkuma9823
 
꧁❤ Greater Noida Call Girls Delhi ❤꧂ 9711199171 ☎️ Hard And Sexy Vip Call
꧁❤ Greater Noida Call Girls Delhi ❤꧂ 9711199171 ☎️ Hard And Sexy Vip Call꧁❤ Greater Noida Call Girls Delhi ❤꧂ 9711199171 ☎️ Hard And Sexy Vip Call
꧁❤ Greater Noida Call Girls Delhi ❤꧂ 9711199171 ☎️ Hard And Sexy Vip Callshivangimorya083
 
1:1定制(UQ毕业证)昆士兰大学毕业证成绩单修改留信学历认证原版一模一样
1:1定制(UQ毕业证)昆士兰大学毕业证成绩单修改留信学历认证原版一模一样1:1定制(UQ毕业证)昆士兰大学毕业证成绩单修改留信学历认证原版一模一样
1:1定制(UQ毕业证)昆士兰大学毕业证成绩单修改留信学历认证原版一模一样vhwb25kk
 
Dubai Call Girls Wifey O52&786472 Call Girls Dubai
Dubai Call Girls Wifey O52&786472 Call Girls DubaiDubai Call Girls Wifey O52&786472 Call Girls Dubai
Dubai Call Girls Wifey O52&786472 Call Girls Dubaihf8803863
 
EMERCE - 2024 - AMSTERDAM - CROSS-PLATFORM TRACKING WITH GOOGLE ANALYTICS.pptx
EMERCE - 2024 - AMSTERDAM - CROSS-PLATFORM  TRACKING WITH GOOGLE ANALYTICS.pptxEMERCE - 2024 - AMSTERDAM - CROSS-PLATFORM  TRACKING WITH GOOGLE ANALYTICS.pptx
EMERCE - 2024 - AMSTERDAM - CROSS-PLATFORM TRACKING WITH GOOGLE ANALYTICS.pptxthyngster
 
Beautiful Sapna Vip Call Girls Hauz Khas 9711199012 Call /Whatsapps
Beautiful Sapna Vip  Call Girls Hauz Khas 9711199012 Call /WhatsappsBeautiful Sapna Vip  Call Girls Hauz Khas 9711199012 Call /Whatsapps
Beautiful Sapna Vip Call Girls Hauz Khas 9711199012 Call /Whatsappssapnasaifi408
 
科罗拉多大学波尔得分校毕业证学位证成绩单-可办理
科罗拉多大学波尔得分校毕业证学位证成绩单-可办理科罗拉多大学波尔得分校毕业证学位证成绩单-可办理
科罗拉多大学波尔得分校毕业证学位证成绩单-可办理e4aez8ss
 
Indian Call Girls in Abu Dhabi O5286O24O8 Call Girls in Abu Dhabi By Independ...
Indian Call Girls in Abu Dhabi O5286O24O8 Call Girls in Abu Dhabi By Independ...Indian Call Girls in Abu Dhabi O5286O24O8 Call Girls in Abu Dhabi By Independ...
Indian Call Girls in Abu Dhabi O5286O24O8 Call Girls in Abu Dhabi By Independ...dajasot375
 
04242024_CCC TUG_Joins and Relationships
04242024_CCC TUG_Joins and Relationships04242024_CCC TUG_Joins and Relationships
04242024_CCC TUG_Joins and Relationshipsccctableauusergroup
 
PKS-TGC-1084-630 - Stage 1 Proposal.pptx
PKS-TGC-1084-630 - Stage 1 Proposal.pptxPKS-TGC-1084-630 - Stage 1 Proposal.pptx
PKS-TGC-1084-630 - Stage 1 Proposal.pptxPramod Kumar Srivastava
 
9711147426✨Call In girls Gurgaon Sector 31. SCO 25 escort service
9711147426✨Call In girls Gurgaon Sector 31. SCO 25 escort service9711147426✨Call In girls Gurgaon Sector 31. SCO 25 escort service
9711147426✨Call In girls Gurgaon Sector 31. SCO 25 escort servicejennyeacort
 
Predictive Analysis - Using Insight-informed Data to Determine Factors Drivin...
Predictive Analysis - Using Insight-informed Data to Determine Factors Drivin...Predictive Analysis - Using Insight-informed Data to Determine Factors Drivin...
Predictive Analysis - Using Insight-informed Data to Determine Factors Drivin...ThinkInnovation
 
dokumen.tips_chapter-4-transient-heat-conduction-mehmet-kanoglu.ppt
dokumen.tips_chapter-4-transient-heat-conduction-mehmet-kanoglu.pptdokumen.tips_chapter-4-transient-heat-conduction-mehmet-kanoglu.ppt
dokumen.tips_chapter-4-transient-heat-conduction-mehmet-kanoglu.pptSonatrach
 

Recently uploaded (20)

专业一比一美国俄亥俄大学毕业证成绩单pdf电子版制作修改
专业一比一美国俄亥俄大学毕业证成绩单pdf电子版制作修改专业一比一美国俄亥俄大学毕业证成绩单pdf电子版制作修改
专业一比一美国俄亥俄大学毕业证成绩单pdf电子版制作修改
 
Customer Service Analytics - Make Sense of All Your Data.pptx
Customer Service Analytics - Make Sense of All Your Data.pptxCustomer Service Analytics - Make Sense of All Your Data.pptx
Customer Service Analytics - Make Sense of All Your Data.pptx
 
20240419 - Measurecamp Amsterdam - SAM.pdf
20240419 - Measurecamp Amsterdam - SAM.pdf20240419 - Measurecamp Amsterdam - SAM.pdf
20240419 - Measurecamp Amsterdam - SAM.pdf
 
GA4 Without Cookies [Measure Camp AMS]
GA4 Without Cookies [Measure Camp AMS]GA4 Without Cookies [Measure Camp AMS]
GA4 Without Cookies [Measure Camp AMS]
 
Saket, (-DELHI )+91-9654467111-(=)CHEAP Call Girls in Escorts Service Saket C...
Saket, (-DELHI )+91-9654467111-(=)CHEAP Call Girls in Escorts Service Saket C...Saket, (-DELHI )+91-9654467111-(=)CHEAP Call Girls in Escorts Service Saket C...
Saket, (-DELHI )+91-9654467111-(=)CHEAP Call Girls in Escorts Service Saket C...
 
vip Sarai Rohilla Call Girls 9999965857 Call or WhatsApp Now Book
vip Sarai Rohilla Call Girls 9999965857 Call or WhatsApp Now Bookvip Sarai Rohilla Call Girls 9999965857 Call or WhatsApp Now Book
vip Sarai Rohilla Call Girls 9999965857 Call or WhatsApp Now Book
 
꧁❤ Greater Noida Call Girls Delhi ❤꧂ 9711199171 ☎️ Hard And Sexy Vip Call
꧁❤ Greater Noida Call Girls Delhi ❤꧂ 9711199171 ☎️ Hard And Sexy Vip Call꧁❤ Greater Noida Call Girls Delhi ❤꧂ 9711199171 ☎️ Hard And Sexy Vip Call
꧁❤ Greater Noida Call Girls Delhi ❤꧂ 9711199171 ☎️ Hard And Sexy Vip Call
 
Deep Generative Learning for All - The Gen AI Hype (Spring 2024)
Deep Generative Learning for All - The Gen AI Hype (Spring 2024)Deep Generative Learning for All - The Gen AI Hype (Spring 2024)
Deep Generative Learning for All - The Gen AI Hype (Spring 2024)
 
1:1定制(UQ毕业证)昆士兰大学毕业证成绩单修改留信学历认证原版一模一样
1:1定制(UQ毕业证)昆士兰大学毕业证成绩单修改留信学历认证原版一模一样1:1定制(UQ毕业证)昆士兰大学毕业证成绩单修改留信学历认证原版一模一样
1:1定制(UQ毕业证)昆士兰大学毕业证成绩单修改留信学历认证原版一模一样
 
Dubai Call Girls Wifey O52&786472 Call Girls Dubai
Dubai Call Girls Wifey O52&786472 Call Girls DubaiDubai Call Girls Wifey O52&786472 Call Girls Dubai
Dubai Call Girls Wifey O52&786472 Call Girls Dubai
 
E-Commerce Order PredictionShraddha Kamble.pptx
E-Commerce Order PredictionShraddha Kamble.pptxE-Commerce Order PredictionShraddha Kamble.pptx
E-Commerce Order PredictionShraddha Kamble.pptx
 
EMERCE - 2024 - AMSTERDAM - CROSS-PLATFORM TRACKING WITH GOOGLE ANALYTICS.pptx
EMERCE - 2024 - AMSTERDAM - CROSS-PLATFORM  TRACKING WITH GOOGLE ANALYTICS.pptxEMERCE - 2024 - AMSTERDAM - CROSS-PLATFORM  TRACKING WITH GOOGLE ANALYTICS.pptx
EMERCE - 2024 - AMSTERDAM - CROSS-PLATFORM TRACKING WITH GOOGLE ANALYTICS.pptx
 
Beautiful Sapna Vip Call Girls Hauz Khas 9711199012 Call /Whatsapps
Beautiful Sapna Vip  Call Girls Hauz Khas 9711199012 Call /WhatsappsBeautiful Sapna Vip  Call Girls Hauz Khas 9711199012 Call /Whatsapps
Beautiful Sapna Vip Call Girls Hauz Khas 9711199012 Call /Whatsapps
 
科罗拉多大学波尔得分校毕业证学位证成绩单-可办理
科罗拉多大学波尔得分校毕业证学位证成绩单-可办理科罗拉多大学波尔得分校毕业证学位证成绩单-可办理
科罗拉多大学波尔得分校毕业证学位证成绩单-可办理
 
Indian Call Girls in Abu Dhabi O5286O24O8 Call Girls in Abu Dhabi By Independ...
Indian Call Girls in Abu Dhabi O5286O24O8 Call Girls in Abu Dhabi By Independ...Indian Call Girls in Abu Dhabi O5286O24O8 Call Girls in Abu Dhabi By Independ...
Indian Call Girls in Abu Dhabi O5286O24O8 Call Girls in Abu Dhabi By Independ...
 
04242024_CCC TUG_Joins and Relationships
04242024_CCC TUG_Joins and Relationships04242024_CCC TUG_Joins and Relationships
04242024_CCC TUG_Joins and Relationships
 
PKS-TGC-1084-630 - Stage 1 Proposal.pptx
PKS-TGC-1084-630 - Stage 1 Proposal.pptxPKS-TGC-1084-630 - Stage 1 Proposal.pptx
PKS-TGC-1084-630 - Stage 1 Proposal.pptx
 
9711147426✨Call In girls Gurgaon Sector 31. SCO 25 escort service
9711147426✨Call In girls Gurgaon Sector 31. SCO 25 escort service9711147426✨Call In girls Gurgaon Sector 31. SCO 25 escort service
9711147426✨Call In girls Gurgaon Sector 31. SCO 25 escort service
 
Predictive Analysis - Using Insight-informed Data to Determine Factors Drivin...
Predictive Analysis - Using Insight-informed Data to Determine Factors Drivin...Predictive Analysis - Using Insight-informed Data to Determine Factors Drivin...
Predictive Analysis - Using Insight-informed Data to Determine Factors Drivin...
 
dokumen.tips_chapter-4-transient-heat-conduction-mehmet-kanoglu.ppt
dokumen.tips_chapter-4-transient-heat-conduction-mehmet-kanoglu.pptdokumen.tips_chapter-4-transient-heat-conduction-mehmet-kanoglu.ppt
dokumen.tips_chapter-4-transient-heat-conduction-mehmet-kanoglu.ppt
 

Imtiaz Khan Data Engineer Resume

  • 1. Imtiaz Khan Hyderabad Email: imtiaz.a.khan@accenture.com Mobile: +919493377607 A passionate engineer from R/Azure Machine Learning, Machine Learning and Algorithms background with strong research interest, loves to play with large volume, velocity and variety of data. Other experience includes web and windows application in C#, visual studio and SQL. Professional Summary:  Intensive, hands-on experience on Data Analytics. Technical skills spanning from Statistics to Programming including data engineering, data visualization, machine learning and programming in R and SQL.  Trained on most common data analysis problems that arise in most business verticals: Classification, Regression, Recommender Systems, Clustering, Association Analysis, Frequent Pattern Mining and Outlier Detection.  Have a strong foundation in business analysis.  Exposure to environment of Microsoft Technologies like .NET framework, and Visual Studio IDE. Key Skills and Technologies:  Data Analytics: Predictive Analytics Problems: Supervised and Unsupervised Learning  R Language- RStudio  Azure Machine Learning Studio  Language Understanding Intelligent service(LUIS)  packages required for data Science in R  other IDE’s : Visual Studio 2010,2012  Microsoft .NET Framework 4.0  SQL Server Management Studio 2008, 2010,2012,2013  Microsoft Excel 2010,2013  Windows7, Windows 8. Technical Skills: Data Collection Techniques Excel/csv/tsv Databases Scraping  Collecting data from Excel/csv/tsv files  Collecting data from databases  Collecting data via scraping Data Preparation Techniques Structured Data Preparation  Data Type Conversion  Category to Numeric Conversion  Numeric to Category Conversion  Data Normalization:0-1, Z-Score  Handling Skew Data: Box-Cox Idea  Handling Missing Data Text Data Preparation  Normalizing Text  Stop word Removal  Whitespace Removal  Stemming
  • 2.  Building Document Term Matrix Image Data Preparation  Converting to gray scale  Pixel Value Normalization  Building Pixel Intensity Matrix Data Analytics Predictive Analytics  Classification  Regression  Recommenders Machine Learning Algorithms Classification and Regression KNN Model Decision Tree Model Naive Bayes Model Logistic Regression SVM Model Recommenders Content based Recommendation User-User KNN Model Item-Item KNN Model Latent Factor Model Clustering Iterative Models Hierarchical Models Density Models Outliers Detection  Probabilistic Model  Density Model  KNN Model Association Analysis  Apriori Model Mathematical skills Linear Algebra, Vector Algebra, Probability , Calculus and Statistics Matrix Algebra  Understanding of factorization: Spectral factorization, Eigen factorization, SVD factorization  Applications of matrices: image processing, solving systems of equations, modelling discrete systems Probability  Bayes Rule/Reasoning  MAP vs. MLE Reasoning  Properties of Random variables: expectation, variance, entropy and cross-entropy, covariance and correlation  Understanding standard random processes Probability Distributions: Normal, Gamma. Parameter Estimation in Distributions: MAP and MLE approaches
  • 3. Statistics  Descriptive stats for single variable  mean, median, mode, quantiles, percentiles  standard deviation, variance  MAD, IQR  Descriptive stats for two variables  covariance  correlation  chi-squared Analysis Hypothesis Testing Job Experience: Accenture Senior Software Engineer Machine Learning Projects: Project: Ticket Classification in Application Management using Natural Language processing (NLP) and Recommendation Systems Problem Domain: Tickets come in many forms from end users; how can we reduce the time to classify and resolve these tickets This project is aimed at enabling substantial reduction of cost-to-serve in Application Management by reducing the number of tickets and considerable time to resolve tickets through cognitive automation. Cognitive Automation can be used to help developers, testers & project managers make better decisions for various tasks during defect logging, defect resolution, and test execution phases. This would reduce the effort in analysing and classifying the known issues, provide recommendations of similar issues and automate the process of creating a Team Foundation Server (TFS) Work item and assigning the right team member to fix the issue. Use Case 1: Issue to Issue  Identification of similarities of the defect observed with historic issues.  Removal of duplicate issues, if similar ones being worked upon.  Consolidated view of similar defects, which can be targeted to fix together with same fix. Use Case 2: Issue to Resolver/Tester/Developer and (Assignee Recommendation)  Enabling Build/Test Leads to identify the best candidate who can fix/test it faster, based on analytics the tool provides.
  • 4.  History of Testers and Developers who worked on similar fixes, to help decide whom to assign the defect for faster turnaround. Use Case 3: Root Cause Analysis  Assist users in the identification and analysis of root causes underlying a ticket using available log data and other information sources pertaining to incident. Cognitive Solution: High Level Approach  When a new ticket arrives, parse its details and would map the ticket to earlier built knowledge model and determine semantically highly similar tickets as duplicates  Based upon user acceptance or rejection of the recommendation, tool incrementally learn and improve its performance on the duplication process.  If duplicate tickets do not exist, would list semantically related tickets in ranked order together with degree of semantic associations. Technology Support  Language Understanding Intelligent Service (LUIS) – for Natural Language Processing of the email content.  Azure Machine Learning (ML) – For classifying the content and finding recommendations. Project: Churn Modelling in Telecom using R This project is in the domain of telecommunication (prepaid segment) .It involves voluntary churn modelling enabling the business personnel in understanding the business problem i.e. voluntary customer churn (e.g. Drop in usage, movement to another network, no revenue generation) is a significant concern in many service industries. One way to decrease churn is to identify customers in advance who are at risk of churning and target an incentive to encourage them to stay. However, this requires accurate predictions about which customers are at risk. Churn is a term for customers quitting and joining another
  • 5. service provider. Most telecom companies suffer from voluntary churn. Churn rate has strong impact on the life time value of the customer because it affects the length of service and the future revenue of the company. This problem domain was termed as classification as it was to determine two possibilities “1” (churn) or “0” (not churn). The two machine learning models in the interest were logistic regression and Decision Tree. Logistic regression had an edge on the accuracy giving around 78.4%. The business proactive action was to treat the customers based on the revenue they are generating to the company. For example high revenue customers were given regular calls and follow-ups and low revenue customers were emailed regularly. Packages used in R Outliers: This package used for detecting outliers in the data set. VIM: This package is used for the visualization of missing and/or imputed values, which can be used for exploring the data and the structure of the missing and/or imputed values Rattle: A GUI that provides a graphical user interface specifically for data mining using R Car: A function VIF (variance inflation factor, to determine multicollinearity between predictors) Rpart: A machine learning decision tree package for building the tree model. ROCR: This package used in determining the AUC metric to evaluate across models. Projects: Learning Projects  A knowledge driven supervised learning approach to identify image of a handwritten single digit, and determine what that digit is. (Kaggle.com) This competition is aimed at identifying a handwritten image of a single digit and determining what the digit is. K-Nearest Neighbours and Naive Bayes has been used separately for prediction. KNN performed better with an accuracy of 97%. The dataset containing different parameters are first pre-processed to remove near zero variance parameters. The most effective parameters are then filtered and used for prediction. Cross Validation (10-fold) is used to create training and test sets.  A Supervised learning approach to identify an insulting comment The challenge is to detect when a comment from a conversation would be considered insulting to another participant in the conversation. Naive Bayes has been used for prediction. The dataset containing different parameters (terms) are first pre-processed so as to normalize, to remove punctuations, stop words, numbers, punctuations and stemmed words. The most effective parameters of the bigram terms obtained are then filtered and used for prediction. Cross Validation (10-fold) is used to create training and test sets
  • 6.  Predict survival on the Titanic (Kaggle.com) This competition is aimed at analysing what sorts of people are likely to survive or applying different tools of Machine learning to predict which passengers survived the tragedy. Logistic regression and random forest has been used separately for prediction and gave same ranking (0.77990). The dataset containing different parameters are first pre- processed to impute missing values. The most effective parameters are then filtered and used for prediction. Cross Validation (10-fold) is used to create training and test sets. Responsibilities: 1. Collected data from Excel/csv/tsv files, databases, services, web scrapping. 2. Performed data normalization using Z-score and max min normalization, smoothing skew data and missing data through box-cox transformation. 3. Conducted exploratory and descriptive data analysis for large data sets 4. Explored features using univariate(mean, median and mode), bivariate(Covariance and correlation) and multivariate(using R package: ggplot2) relationship by stats quantities. 5. Applied Dimensionality Reduction, Image Compression using Principle component Analysis (PCA). 6. Used Logistic regression model in Titanic Survivor dataset to measures the relationship between the categorical dependent variable and independent variables by estimating probabilities. 7. Implemented K-Nearest Neighbors (KNN) to identify digit in hand written image dataset (Image Processing). 8. Identified text and sentiment analysis posted in social media network to classify the indignity of a comment via Naïve Bayes approach 9. Improved the model build through K-fold cross validation Accenture Senior Software Engineer Projects The projects mentioned below are about developing a Fare Management Solution using multiple technologies. We have implemented this Solution using BizTalk, SharePoint, BI and Dynamics AX. AX supports transactional, Finance and back office support for the Solution. We have integrated Dynamics AX with Payment providers, BizTalk and online website using AIF and WCF services. Project -3: Accenture Fare Management Solution Senior Software Engineer (May 2013 – May 2015) 1. Worked on Coded UI Tool which is integrated with Visual studio, written scripts, developed framework which would enable faster execution of Test Cases over night. 2. Integrated our test suite with several technologies like BizTalk, SQL server, Microsoft Dynamics AX and Web application. 3. Effectively learnt new technologies like Microsoft Dynamics AX and created XPO files which would enable faster creation of data required for the test cases.
  • 7. 4. Developed and configured the result set produced after execution to be sent over the mail to all the team members using SMTP settings. 5. Implemented and developed automated test practices for both web and windows applications primarily using Visual Studio’s Coded UI module for both web and windows applications. 6. Designed and created test scripts using C# to address areas such as database impacts, software scenarios, regression testing, negative testing, error or bug retests, or usability in preparation for implementation. Project - 2: Accenture Software’s Software Engineer (Nov 2012 - May 2013) Responsibilities: 1. Contributed to testing and validating of AX solution per requirements 2. Delivered testing results in a professional manner to customer 3. Delivered testing results according to required timeline and per quality 4. Provided inputs for continuous improvements of testing group 5. Cooperated with centralized Technical and Functional departments. 6. Documented test results and evaluate results to log defects Project - 1: Presto E-ticketing Associate Software Engineer (May 2012 - Nov 2012) Responsibilities: 1. Major Technologies involved while deploying the solution include .NET, SQL, BizTalk and Microsoft Dynamics AX 2. Monitoring the Connectivity of servers and informing the same to the developers to ensure stability of the environment 3. Involved in mentoring the fresher’s in performing the tasks by guiding them with necessary knowledge transfer. 4. Provided timely report to the supervisor about the fluctuations in the Environment and took necessary actions to ensure stability. Certifications: BCS, The Chartered Institute for IT Foundation Certificate in Business Analysis Educational Background: Course of Study Board/ University Year Of Passing Percentage B.E (Electronics and Nagarjuna University 2012 78
  • 8. Communicati on) Intermediate (Higher Secondary Education) Board Of Intermediate Education, AP 2008 96.4 10th standard (Schooling) ICSE 2006 87.5 Personal Details: Name Imtiaz khan Date of Birth 02 Nov, 1990 Father’s Name Mohammad khan Sex Male Nationality Indian Declaration: I hereby declare that the information furnished above is true to the best of my knowledge. Date: Place: (Imtiaz khan)