0% found this document useful (0 votes)
23 views8 pages

Aenexz Tech Data Science Curriculum 8 Weeks

Aenexz Tech offers an 8-week intensive Data Science Curriculum designed for aspiring data scientists, focusing on practical applications through hands-on projects. The program covers core data science fundamentals, machine learning, and data visualization, culminating in a major project that allows students to apply their skills to real-world problems. Graduates will gain essential skills in Python, statistics, and project management, along with access to career resources and an alumni network for ongoing support.

Uploaded by

bennybenjamin738
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)
23 views8 pages

Aenexz Tech Data Science Curriculum 8 Weeks

Aenexz Tech offers an 8-week intensive Data Science Curriculum designed for aspiring data scientists, focusing on practical applications through hands-on projects. The program covers core data science fundamentals, machine learning, and data visualization, culminating in a major project that allows students to apply their skills to real-world problems. Graduates will gain essential skills in Python, statistics, and project management, along with access to career resources and an alumni network for ongoing support.

Uploaded by

bennybenjamin738
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/ 8

Aenexz Tech: Data Science

Curriculum - 8 Weeks
Welcome to Aenexz Tech's intensive 8-week Data Science Curriculum! This program
This program is meticulously designed for aspiring data scientists eager to dive into
to dive into the practical applications of data science. Our hands-on approach,
approach, featuring both micro and major projects, ensures you build a solid
solid foundation and gain real-world experience, preparing you for a successful
successful career in the field.
Week 1-4: Core Data Science Training
The first four weeks are dedicated to building a robust foundation in data science fundamentals. Each week focuses on a critical module, ensuring a
comprehensive understanding of the tools and theories essential for data analysis and machine learning.

Module 1: Python for Module 2: Statistics Module 3: Machine Module 4: Data


Data Science (1 week) and Probability (1 Learning Visualization (1 week)
week) Fundamentals (1 week)
• Python basics, data • Matplotlib: creating plots and
structures. • Descriptive statistics. • Supervised vs. Unsupervised charts.
• NumPy for numerical • Probability distributions. learning. • Seaborn: advanced statistical
computing. • Hypothesis testing (t-tests, • Regression: linear, multiple visualizations.
• Pandas for data manipulation tests, chi-squared). regression. • Interactive dashboards
manipulation and cleaning. • A/B testing principles. • Classification: logistic (Plotly, Bokeh).
cleaning. regression, decision trees. • Principles of effective data
• Practice: Data import/export, • Model evaluation metrics. storytelling.
import/export, cleaning.
Micro-Project 1-2: Week 1-2 (Python & Stats)
These initial micro-projects provide practical application of Python, statistics, and foundational data visualization. You'll work with real-world
datasets to solidify your understanding and begin to extract meaningful insights.

Project 1: EDA on Titanic Dataset Project 2: A/B Testing Analysis


Load and clean the Titanic dataset. Calculate descriptive statistics Analyze a simulated A/B test dataset, focusing on website
statistics for passenger demographics. Visualize survival rates by conversion rates. Perform hypothesis testing to determine
rates by gender, age, and class to identify key influencing factors. statistical significance of different versions. Visualize the results
factors. This project emphasizes data cleaning and basic statistical clearly and formulate recommendations based on your findings,
statistical analysis. simulating a real-world business scenario.
Micro-Project 3-6: Week 3-4 (ML & Viz)
Building on your core skills, these micro-projects challenge you to apply machine learning algorithms and advanced visualization techniques to solve
more complex problems, preparing you for the major project phase.

Project 3: Simple Linear Regression Project 4: Classification with Logistic


Build a linear regression model to predict house prices based on
Regression
size using a dataset of at least 1000 points. Evaluate performance Predict customer churn using a logistic regression model on a
with R-squared and RMSE, understanding prediction accuracy. dataset of at least 5000 points. Assess model effectiveness using
accuracy, precision, and recall metrics.

Project 5: Interactive Dashboard for Sales Project 6: Visualization of Climate Change


Data Data
Create an interactive sales dashboard using Plotly or Bokeh. Visualize global temperature trends from 1850-2023 using
Include KPIs like total revenue and sales growth, allowing users Matplotlib and Seaborn. Create informative charts showing
to filter by region, product, and time to explore insights temperature anomalies and long-term trends, emphasizing clear
dynamically. data storytelling.
Micro-Project 7-10: Week 3-4 (ML & Viz)
These advanced micro-projects further deepen your expertise in machine learning and data visualization. You will tackle diverse challenges, from
predicting species and credit defaults to creating dynamic dashboards for financial data, enhancing your portfolio with practical, impactful solutions.

Project 7: Decision Tree Project 8: Credit Card Project 9: Stock Market Project 10: COVID-19
for Iris Species Default Prediction Interactive Dashboard Data Visualization
Build a Decision Tree classifier using Predict credit card defaults using a Develop an interactive dashboard Visualize COVID-19 trends from
the Iris dataset (150 rows, 4 loan dataset of at least 30,000 data for stock market data using Plotly or 2020-2024 using Matplotlib and
features) to predict flower species points. Focus on model Bokeh. Allow users to filter by ticker Seaborn. Create informative charts
based on sepal and petal performance using accuracy, and time, displaying KPIs like stock to show daily case, mortality, and
dimensions. Evaluate accuracy, precision, and recall to identify price, volume, and moving averages recovery trends over time,
precision, and recall. potential risks. for real-time insights. highlighting key periods and
impacts.
Week 5-8: Major Data Science Project
The final four weeks are dedicated to a comprehensive major project. This is your opportunity to apply all learned skills to solve a real-world data science problem from end-to-end, showcasing your ability to deliver impactful solutions.

Project Selection
Choose from options like Customer Segmentation, Fraud Detection, Predictive Maintenance, or NLP Sentiment Analysis, or propose your own approved topic, allowing for personalized learning and interest alignment.

Data Collection and Cleaning


Source relevant data, meticulously handle missing values, and transform data into a clean, usable format. This foundational step ensures data quality for robust analysis.

Exploratory Data Analysis (EDA)


Perform in-depth EDA to visualize data, identify key trends, outliers, and patterns. This critical phase informs feature engineering and model selection for optimal results.

Feature Engineering
Create new, impactful features from existing data to significantly improve model performance and capture complex relationships within the dataset.

Model Building and Evaluation


Train and rigorously evaluate multiple machine learning models. Select the best-performing model based on appropriate metrics, ensuring robustness and predictive accuracy.

Deployment (Optional)
Optionally deploy your final model using Flask or Streamlit, turning your analytical solution into a functional, accessible application, demonstrating real-world impact.
Project Deliverables and Evaluation
Your major project culminates in several key deliverables that will be rigorously evaluated. These components are designed to demonstrate not only your technical prowess but also your ability to communicate
complex findings effectively, mirroring professional expectations.

Project Report Comprehensive report (min. 15 pages) detailing objectives, Not applicable
methodology, results, and conclusions.

Code Repository Well-documented, clean code in a GitHub repository, Not applicable


showcasing best coding practices.

Presentation A 15-minute presentation summarizing your project to Aenexz Not applicable


Techata staff, highlighting key insights.

Data understanding and preparation Assessment of data sourcing, cleaning, and preparation 20%
techniques.

Model selection and evaluation Effectiveness of model choice and evaluation metrics. 30%

Insights and recommendations Clarity and actionable nature of derived insights. 20%

Code quality and documentation Readability, efficiency, and documentation of code. 15%

Presentation skills Clarity, engagement, and delivery of project presentation. 15%


Conclusion: Next Steps and Resources
Congratulations on completing the Aenexz Tech Data Science Curriculum! You've gained a comprehensive skill set. Now, let's look at how you can leverage this experience for your
career and continue your growth in the dynamic field of data science.

Career Resources

Key Skills Learned Access to curated job boards, valuable networking


opportunities, and personalized advice for optimizing
Mastered Python, statistics, machine learning, data
your resume and project portfolio.
visualization, and project management, forming a
robust foundation for a data science career.

Continuing Education
Guidance on advanced online courses, industry
certifications, and recommended readings to ensure
continuous professional development.

Contact Information
Stay in touch with Aenexz Techata for updates on Alumni Network
advanced programs, events, and future career
Join the Aenexz Techata alumni network for exclusive
opportunities within our growing community.
mentorship opportunities, collaborative projects, and
ongoing peer support.

You might also like