0% found this document useful (0 votes)
51 views

PDF

The document outlines a comprehensive 180-hour training program focused on data science and machine learning, delivered through both in-person and virtual instructor-led formats. It covers essential topics such as data manipulation, visualization, predictive analytics, and includes hands-on projects to build a professional portfolio. Participants who complete the program and meet attendance requirements will receive a verified digital certificate from Epsilon AI.
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
51 views

PDF

The document outlines a comprehensive 180-hour training program focused on data science and machine learning, delivered through both in-person and virtual instructor-led formats. It covers essential topics such as data manipulation, visualization, predictive analytics, and includes hands-on projects to build a professional portfolio. Participants who complete the program and meet attendance requirements will receive a verified digital certificate from Epsilon AI.
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 25

1

2
PROGRAM OVERVIEW

1) Learning Methodology
• Instructor-Led Classroom Training (ILT).
• Virtual Online Instructor-Led Classroom Training (VILT).

2) Prerequisites:
• Basic skills with at least one programming language are desirable - optional.
• Familiar with the basic math and statistic concepts – optional

3) Training Program Description:


• Build expertise in data manipulation, visualization, predictive analytics, machine learning,
and data science. With the skills you learn in a program, you can launch or advance a
successful data career. Start acquiring valuable skills right away, create a project portfolio
to demonstrate your abilities, and get support from mentors, peers, and experts in the
field.

• The demand for Machine Learning and Data science professionals is booming, far
exceeding the supply of personnel skilled in this field. The industry is clearly embracing
AI, embedding it within its fabric. The demand for Machine Learning and Data science
skills by employers -- and the job salaries of Machine Learning and Data Science
practitioners -- are only bound to increase over time, as AI becomes more pervasive in
society. Machine Learning and Data Science are a future-proof career.

• Gain real-world data science experience with projects designed by industry experts. Build
your portfolio and advance your data science and machine learning career.

• Throughout this program you will practice your Data Science and Machine Learning skills
through a series of hands-on labs, assignments, and projects inspired by real world
problems and data sets from the industry. You will also complete the program by
preparing a Data Science and Machine Learning capstone project that will showcase your
applied skills to prospective employers.

• Length of Program: 180 Hours


3
• WHO SHOULD ATTEND?
o This Program is primarily for individuals who are passionate about the field of data
science, Machine Learning, and data analysts and who are aspiring to apply machine
learning in their business, industry, or research.
o Developers and Software Engineers
o Analytics Managers and Professionals
o Statisticians with an interest in Machine

4) program outcomes:
• Build predictive models using a variety of unsupervised and supervised machine learning
techniques.
• Perform feature engineering to improve the performance of machine learning models.
• Optimize, tune, and improve algorithms according to specific metrics like accuracy and speed.
• Compare the performances of learned models using suitable metrics.
• analyze, design and document a system component using appropriate data analytical techniques
and models.
• demonstrate an understanding of fundamental principles of data analytics systems and
technologies.
• Able to use standard techniques of mathematics, probability, and statistics to address problems
typical of a career in data science.
• Apply appropriate modeling techniques to conduct quantitative analyses of complex big data
sets.
• Use statistical software packages such Python to solve data science problems.
• Communicate results effectively to stakeholders.
• Use principles of statistics and probability to design and execute A/B tests and recommendation.
• Deploy machine learning models into the cloud.
• Send and receive requests from deployed machine learning models.
• Build reproducible machine learning pipelines.
• Create continuous and automated integrations to deploy your models.
• Build machine learning model APIs.
• Design testable, version controlled and reproducible production code for model deployment.
• Perform feature engineering to improve the performance of machine learning models.
• Transition from the Very Basics to a Point Where You Can Effortlessly Work with Large SQL
Queries
• Web Scraping using Python, scrape data and store it locally or globally to access the data sets
whenever needed.
• Boost your Profile.
• identifying opportunities for data science across many functional areas of the business
4
5) Projects
• This program is comprised of many career-oriented projects. Each project you build will be an
opportunity to demonstrate what you’ve learned in the lessons. Your completed projects will
become part of a career portfolio that will demonstrate to potential employers that you have
skills in data analysis and feature engineering, machine learning algorithms, and training and
evaluating models.

• One of our main goals at EAII is to help you create a job-ready portfolio of completed projects.
Building a project is one of the best ways to test the skills you’ve acquired and to demonstrate
your newfound abilities to future employers or colleagues. Throughout this program, you’ll have
the opportunity to prove your skills by building the following projects.

• Project 1: Rock paper scissors


• Project 2: Hung man.
• Project 3: Thanos
• Project 4: Library System using OOP.
• Project 5: Bank System using OOP.
• Project 6: Wuzzuf Jobs data collecting using web services.
• Project 7: Diwan Books data collecting system.
• Project 8: Design E-commerce Database.
• Project 9: Ecommerce system database analysis
• Project 10: Lynda Courses database analysis
• Project 11: Movies dataset from Kaggle
• Project 12: Shopping cart dataset from Kaggle
• Project 13: FIFA dataset from Kaggle
• Project 14: Google Play Store
• Project 15: Data Analyst Jobs Analysis
• Project 16: Uber Analysis
• Project 17: Netflix data Analysis
• Project 18: Used Cars Prices Prediction
• Project 19: Uber fares Predictions
• Project 20: Air flight price Predictions
• Project 21: Airline passenger satisfaction Problem
• Project 22: Credit card approval Problem
• Project 23: House clustering
• Project 24: Online retail clustering
• Project 25: Mnist Data
• Project 26: X-ray Data
• Project 27: Used Cars price predictor web application deployment on Streamlit
• Capstone Project
5
Training Program Curriculum

1. MODULE I: Intro to Data Analysis World Using Python


• Introduction to Data Analysis, Machine Learning, Data Science
• Introduction to AI, Computer Vision, Autonomous and NLP
• Data Science Process Activities
• Data Different jobs (Data Engineer – Data Analyst – Data scientist –
ML engineer – MLOps Engineer).
• Roadmap for Data Science and AI

2. MODULE II: Python Programming


• Environment Setup (Anaconda)
• Virtual Environments Concept
• Command Line
• Conda & pip package managers
• Jupyter Notebook
• Why python for data science
• Intro to python
o Input & Output
o Variables
o Data types
▪ Numbers & Math
▪ Boolean & Comparison & Bitwise and Logic.
▪ Strings – Strings Methods.
o If Conditions
o For & While Loops
o Lists
o Tuples
o Sets
o Dictionaries
o List Comprehensions
o Dictionary Comprehensions
• Exceptions
• File Handling
• Functions
• Built-in functions & Operators (zip, enumerate, range, …)
• Map, Filter, Reduce
• Lambda Expressions
• PROJECT #1 ROCK PAPER SCISSORS
• PROJECT #2 HANG MAN
• Modules & Packages
• Git & GitHub (Version Control)
• GitKraken
• PROJECT #3 THANOS.PY
6
• Object-Oriented Programming (OOP)
o Classes & Objects
o Data Hiding and Encapsulation
o Inheritance
o PROJECT #4 LIBRARY SYSTEM USING OOP
o PROJECT #5 BANK SYSTEM USING OOP

3. MODULE III: Data Collecting – (Web Scraping & Web Services)


• Public datasets websites
• Network Topologies
• Internet and Web Servers
• HTTP Request/Response Cycle
• Web Services & JSON
• Intro to HTML and CSS – Online Playlist
• Scrapping Concept
• Download Files
• Beautiful Soap Library
• PROJECT #6 WUZZUF JOBS DATA COLLECTING USING WEB
SERVICES
• PROJECT #7 DIWAN BOOKS DATA COLLECTING SYSTEM

4. MODULE IV: Databases & MySQL


• RDBMS.
• Tables, Columns and Data types
• How to design a database.
• One-To-Many & Many-To-Many Relationships.
• MySQL Workbench
• ACTIVITY DESIGN DATABASE STRUCTURE LIKE FACEBOOK,
TALABAT, YOUTUBE
• PROJECT #8 DESIGN E-COMMERCE DATABASE
• SQL
• CRUD
• Selecting data
• Filtering data
• Ordering data
• Limiting data
• Aggregate Functions
• Joining tables
• Grouping data
• Dealing with date and time SQL
• Subqueries
7
• Window Functions
• Inserting new data
• Updating data
• Deleting data
• Python and MySQL
• PROJECT #9 ECOMMERCE SYSTEM DATABASE ANALYSIS
• PROJECT #10 LYNDA COURSES DATABASE ANALYSIS

5. MODULE V: Mathematics for Data Science


• Liner Algebra
o Vector’s operations
o Matrix operations
o Victor Norm
o Eigen Values, Eigen Vectors and Eigen decomposition
• Statistics
o Understanding data
o Central Tendency
o Measures of Dispersions
o Correlation
o Normal Distributions
o Standard Normal Distributions
o Sample Distribution
o Central Limit Theorem
o Confidence Interval
o Statistical Significance
o Hypothesis Testing
o A/B Testing
• Probability
• Calculus
o Rate of Change
o First order and second order derivatives
o Partial Derivatives
o Chain rule
8
6. MODULE VI: Exploratory Data Analysis with NumPy & Pandas
• EDA Process
• Linear Algebra
o Vector’s operations
o Matrix operations
o Victor Norm
• NumPy
o Create NumPy Array
o Indexing
o Arithmetic and Logic
o Universal Array Functions
• Statistics
o Understanding data
o Central Tendency
o Measures of Dispersions
o Correlation
o Normal Distributions
o Standard Normal Distributions
o Sample Distribution
o Central Limit Theorem
o Confidence Interval
o Statistical Significance
o Hypothesis Testing
o A/B Testing
• Pandas
o Series
o Data Frames
o Data Input & Output
o Useful Methods
o Apply function.
o Grouping data and aggregate functions
o Merging, Joining and Concatenating
o Pivoting
• PROJECT #11 MOVIES DATASET FROM KAGGLE
• PROJECT #12 SHOPPING CART DATASET FROM KAGGLE
• PROJECT #13 FIFA DATASET FROM KAGGLE
9
7. MODULE VII: Data Visualization with Plotly & Dash
• Plotly
o Distribution Plots
o Categorical Plots
o Matrix Plots
• Dash
o Customize plots (colors, markers, line styles, Limits, Legends,
Layouts
o Text and Annotations
• PROJECT #11 MOVIES DATASET FROM KAGGLE CONT.
• PROJECT #12 SHOPPING CART DATASET FROM KAGGLE CONT.
• PROJECT #13 FIFA DATASET FROM KAGGLE CONT.

8. MODULE VIII: Data Preprocessing


• Feature Engineering and Extraction
o Domain knowledge features
o Date and Time features
o String operations
o Web Data
o Geospatial features
• Feature Transformations
o Data Cleaning or Cleansing
o Work with Duplicated data
o Detect and Handle Outliers
o Work with Missing data
o Work with Categorical data
o Deal with Imbalanced classes
o Split data to Train and Test Sets
o Feature Scaling
o Data Preprocessing Mind Map
o PROJECT #14 GOOGLE PLAY STORE
• PROJECT #15 DATA ANALYST JOBS ANALYSIS
• PROJECT #16 UBER ANALYSIS
• PROJECT #17 SALES PRODUCT DATA ANALYSIS

9. MODULE IX: Data Analysis Final Project


• DATA ANALYSIS FINAL PROJECT DISCUSSION
10
10. MODULE X: Machine Learning
• Intro to Machine Learning
• Calculus
o Rate of Change
o First order and second order derivatives
o Partial Derivatives
o Chain rule
• Supervised Learning
o Regression
▪ Simple Linear Regression
▪ Multiple Linear Regression
▪ Other Regression Methods (polynomial).
▪ Normal Equation
▪ Regularization
▪ Evaluating Model Performance
▪ PROJECT #18 USED CARS PRICES PREDICTION
▪ PROJECT #19 UBER FARES PREDICTIONS
▪ PROJECT #20 AIR FLIGHT PRICE PREDICTIONS
o Classification
▪ Logistic Regression
▪ K-Nearest Neighbors (KNN)
▪ SVM
▪ Probability
▪ Bayes Theorem
▪ Naive Bayes
▪ Decision Trees
▪ Random Forests
▪ Ensemble Methods
▪ Bagging & Boosting
▪ XGBoost
▪ Evaluating Model Performance
o Feature selection
▪ PROJECT #21 AIRLINE PASSENGER SATISFACTION
PROBLEM
▪ PROJECT #22 CREDIT CARD APPROVAL PROBLEM
• Unsupervised Learning
o Clustering
▪ K-Means
▪ Hierarchical Clustering
▪ DBSCAN
▪ PROJECT #23 HOUSE CLUSTERING
▪ PROJECT #24 ONLINE RETAIL CLUSTERING
o Dimension Reduction
11
▪ Linear Transformations
▪ Eigen Values, Eigen Vectors and Eigen decomposition
▪ PCA
▪ PROJECT #25 MNIST DATA
▪ PROJECT #26 X-RAY DATA
• Model Selection & Evaluation
o Cross Validation
o Hyperparameter Tuning
▪ Grid Search
▪ Randomized Search

11. MODULE XI: Software Engineering & Model Deployment


• Streamlit as an app framework for data apps.
• Streamlit layouts and objects
• Deployment with Streamlit
• PROJECT #27 USED CARS PRICE PREDICTOR WEB APPLICATION
DEPLOYMENT ON STREAMLIT

12. MODULE XII: Advance your Career.


• Boost your Profile on Kaggle
• Build up your online presence.
• Build your Resume.
• LinkedIn and Networking
• Learn how to seek a job.

13. MODULE XIII: CAPSTONE PROJECT


• FINAL PROJECT DISCUSSION

12
13
CERTIFICATE
Upon successful completion of the Program, participants will receive a verified
digital certificate from EPSILON AI, Delaware, USA. if they attend a minimum of
80 percent of the direct contact hours of the Program and after fulfilling program
requirements (passing both Final Exam and Project to obtain the Certificate)

14
• Duration:
180 Hours

• Location:
o Elserag Shopping Mall, Residential Building 1, Entrance 1,
Floor 11, Makram Ebeid, Nasr City, Cairo, Egypt

o Alfouad administrative Tower, Building 22, Floor 2, Anas


ebn malek str., Shehab Str., Mohandessin, Cairo, Egypt

Contact US
To get more details Regarding
special discount for groups.
FOR MORE INFORMATION:

Website: https://epsiloneg.com
E-mail: info@epsiloneg.com
Mobile: +2 01122885566 / +2 01011933233
15
TERMS AND CONDITIONS

CERTIFICATE
• Participants will be granted a completion certificate from Epsilon AI, Delaware, USA if they
attend a minimum of 80 percent of the direct contact hours of the Program and after
fulfilling program requirements (passing both Final Exam and Project to obtain the
Certificate)

REGISTRATION PROCEDURES
• Confirmation of registration is based on receipt of a Purchase Order or Registration Form.
• Training Program registrations will not be confirmed until registration is complete and
billing information is received in full.

PAYMENT TERMS AND METHODS


Payment must be made prior to Program commencement at Epsilon AI Institute, HQs
• In-Person
o In Cash to our address:
• Elserag shopping mall, Residential Building 1, Entrance 1, Floor 11
• Alfouad administrative Tower, Building 22, Floor 2, Anas ebn malek
str., Shehab Str., Mohandessin, Cairo, Egypt

o By cheque - Payable to: Epsilon ‫ابسلون للتدريب‬


o Credit Card
• Bank transfer to our ACC in (Excluding Bank Transfer Fees):
o QNB ALAHLI Acc /20318280579-69 EGP Branch code / 00078
• Vodafone Cash to 01011933233
• Credit Card online
• Cash Collection from Client’s Premises
• Masary/Aman Service
• Fawry Service
• Wallet Transfer
• Banks Credit Card Installments (up to 36 months)
• VALU Installments (up to 36 months)
• Credit Card Bank installments
16
17
18
OUR TEAM 1/3

MGM. ENG. ENG.


Ahmed Yahia Karim yahia Abdalrhman Olabi
--Chairman @Epsilon AI --Chief executive officer CEO --Training Director @Epsilon AI
--Production Director & Board @Epsilon AI --Training Director @AIT
Member @ AIO --Director @ AIT --Chairman @ RTS
--decade of experience in --Production engineer executive
leading successful technology @ Mogassam
startups and business consulting

PH.D. PH.D.
ENG. PH.D.
Ahmed Qattan Hesham Asem
Mostafa Osman Mohsen Moftah
--Chief Technical officer CTO @Epsilon --PH. D., University of
-- MSc, Cairo university – Data --Ph.D., AIN SHAMS UNIVERSITY
AI Plymouth - data science and electronics and communication
science & Data Analysis
--Post-Doc, Massachusetts Institute of machine learning -- NLP SPECIALIST @ Epsilon AI
--Data Scientist @ Epsilon AI
Technology - MIT -- Machine Learning --NLP SPECIALIST - Arab Academy for
--Ph. D. University of Cambridge – Engineer @ Epsilon AI Science & Technology and Maritime
Computer Vision Transport
--Current research: using machine --Post Graduate Studies in Computer
learning and deep neural nets in time Engineering, New Mexico State University
series forecasting, image coloring and New Mexico, USA
image segmentation
19
OUR TEAM 2/3

ENG. ENG. ENG. ENG.


Eslam Abdelhameed Karim Hamdy Ali Abdelaal Ahmed Emad
--Senior Technical Lead @ Epsilon --Technical Lead @ Epsilon AI --NLP Specialist at Epsilon AI --Big Data Analyst at Epsilon AI
AI -- Machine Learning Engineer @ --Siri Language Engineer @ Apple --Senior Big Data analyst at Vodafone
--Data Scientist at EG-CERT BARQ Systems --NLP engineer at Mawdoo3 --Senior Big Data analyst at Vodafone
--AI Engineer at adam.ai --Big Data Analytics Engineer at CIB
--Certified AI engineer, IBM Egypt
--Big Data Engineer at Think Big

MS.C. ENG. MS.C. ENG.


Hassan Badawy Mohamed ElTouny Ahmed ElNaggar Taha hussien
--M.Sc., AI TECHNICAL TEAM --Predictive Analysis at Epsilon AI --M.Sc., Research Assistant at --Data scientist at Epsilon AI
LEADER at INTDV --Predictive Analysis at NBE CATLab (communications and --Data scientist at Etisala Misr
--NLP Specialist @ Epsilon AI --Senior Big Data Engineer at aerospace lab), Zewail city of
--Artificial Intelligence Researcher Vodafone science and technology
(Part Time) at orange labs --Sr. Big Data & BI Engineer at e- --Senior Cognitive Engineer (RPA) at
finance Epsilon AI
--Senior Cognitive Engineer (RPA) at
Advansys-ESC
20
OUR TEAM 3/3

MS.C. ENG. ENG. ENG.


Ahmed Medhat Mohab Metwally Omar Hammad Mohamed Gamal
--M.sc in Operations Research, -- senior Machine learning --Machine Learning engineer --Machine learning engineer @
Statistics & Mathematics. Engineer @ medsoft @Brightskies EpsilonAI
--Senior Machine learning --Machine Learning engineer
-- Data Scientist at Epsilon AI
--Data Scientist at AUC engineer @ epsilonAI @EpsilonAI

ENG. ENG. ENG. ENG.


Wael Mohamed Mohamed ElHaddad Loay Wael Karim Kohel
--Artificial Intelligence Engineer --Data Science Co-instructor @ --Perception Research Assistant --Head of Artificial Intelligence @RobEn
@Cyshield EpsilonAI @Autotronics Research Lab ARL --Data Science Co-instructor @EpsilonAI
--Data Scientist @ EpsilonAI --Data Scientist @ EpsilonAI

ENG. ENG. ENG ENG.


Hussein ali Ahmed Hafez Mohamed Naggar Mohamed Abdelatty
--Data Science Co-instructor @ --BI Data Analysis Team Leader --Data analyst @ Epsilon AI --Data/PM Analyst @ Julphar
EpsilonAI @ Nana | ‫نعناع‬ --data analyst @ CIB consultancy services
--Data analyst @ EpsilonAI --Data Analyst @ EpsilonAI
21
22
Previous Trainings
Our Partners

23
Get in Touch.

Egypt USA

Location: Elserag Shopping Mall, Location: 919 N Market St, Wilmington, DE


Residential Building 1, 19801
Makram Ebeid, Nasr City,
cairo 11762

Alfouad administrative
Tower, Building 22, Floor 2,
Anas ebn malek str., Shehab
Str., Mohandessin, Cairo,
Egypt

Telephone: +2 (011) 2288-5566 / Telephone: +1 (408) 641-4068 / +1(415) 683-


+2 (010) 1193-3233 / 7459
+2 02 2274 9985 +1 (415) 877-6750 / +1 (917) 472-
1201
Website: https://epsiloneg.com Website: https://epsilonaii.org
Email: info@epsiloneg.com Email: info@epsilonaii.org

CR# 118268 TAX# 672-411-008 CR# 7078427 TAX# 38-4095665


24
www.epsiloneg.com

Schedule a call with a Program Advisor to learn how this Program can help you

SCHEDULE A CALL

Apply for the program here

APPLY NOW

E-mail: info@epsiloneg.com
Telephone: +201122885566 / +201011933233 / +202-22749985
Location: Elserag mall, Building 1, entrance 1, floor 11, Nasr city 1,Cairo, Egypt
Location: 22 Anas ebn malek street, Shehab Street, Alfouad administrative tower, Mohandessin,Cairo, Egypt

We attempt to respond to queries in 24 hours or less. However, over weekends and holidays, our responses may
take up to 72 hours.
25

You might also like

pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy