0% found this document useful (0 votes)
62 views2 pages

Introduction To Data Science With Artificial Intelligence Preview

The document provides an overview of topics related to data science and artificial intelligence including key elements of data science, machine learning, artificial intelligence, and getting started with Python. It outlines an introduction to machine learning, covering types of learning and algorithms. It also discusses mathematics and statistics concepts. Further, it details data processing for machine learning, covering data collection, missing value treatment, and dimensionality reduction. Finally, it lists advanced machine learning algorithms and a section on case studies and projects.

Uploaded by

Somil N Swarna
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
62 views2 pages

Introduction To Data Science With Artificial Intelligence Preview

The document provides an overview of topics related to data science and artificial intelligence including key elements of data science, machine learning, artificial intelligence, and getting started with Python. It outlines an introduction to machine learning, covering types of learning and algorithms. It also discusses mathematics and statistics concepts. Further, it details data processing for machine learning, covering data collection, missing value treatment, and dimensionality reduction. Finally, it lists advanced machine learning algorithms and a section on case studies and projects.

Uploaded by

Somil N Swarna
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
You are on page 1/ 2

1.

INTRODUCTION TO DATA SCIENCE WITH ARTIFICIAL INTELLIGENCE PREVIEW


Data science & its importance
• Key Elements of Data Science
• Data Warehousing
• Business Intelligence
• Data Visualization
• Data Mining
• Machine Learning
• Artificial Intelligence
• Cloud Computing
• Big Data
• Artificial Intelligence: A preview
o What is Artificial Intelligence & its importance
o Artificial Intelligence vs Machine Learning

2. INTRODUCTION TO MACHINE LEARNING


• What is Machine Learning (ML)?
• How machines learn
 Types of learning: Supervised, Semi-supervised, Unsupervised, Reinforcement.
• Basics of Classification, Regression and Clustering algorithms
• Creating your first Prediction Model
• Training & Model evaluation
• Choosing Machine Learning algorithm

3. BACK TO BASICS (MATHS WITH STATISTICS)

A quick refresh on basic intermediate math’s:


 Linear Algebra (Vectors, Matrix, Eigen Values) o Probability and Statistics
 Hypothesis testing
 Optimization

4. GETTING STARTED WITH PYTHON

A quick crash course on basics of Python


o What is Python
o Working with Python
o Basic scripts on
 Read, write, data handling
 Loops
 Conditions (if-else)
o Function
o Code modularization
o Scikit-Learn package
o Basic visualization

5. DATA PROCESSING FOR MACHINE LEARNING

o Data Collection & Preparation


o Data Mugging
o Outlier Analysis
o Missing value treatment
o Feature Engineering
o Data Transformation
 Normalization vs Standardization
 Creating Dummies

o Dimensionality Reduction
o Principal Component Analysis

6. ADVANCED MACHINE LEARNING ALGORITHMS

• Supervised Machine Learning algorithms


o Linear Regression
o Logistic Regression
o Decision/Classification Tree
o Ensemble Models
 Bagging
 Boosting
 Random Forest
o K-Nearest Neighbors (KNN)
o Naive Bayes
o Neural Network (Deep Learning)
o Support Vector Machine
• Unsupervised Machine Learning algorithms
o Clustering with K-means Clustering
• Bias-Variance Trade off
• Regularization
• Parameter tuning & grid search optimization

7. CASE STUDY AND PROJECTS

Real life cases with Python

You might also like