Data science courses
About Data science
Data scientists try to make sense of the data that’s all around us. Taking a data science course can help you make informed decisions, create beautiful visualizations, and even try to predict future events through Machine Learning. If you’re curious about what you can learn about the world using the data produced every day, then data science might be for you!
Data science courses
Filters
1 filter selected
3 resultsLevel
Price
View plansType
Average time to complete
Average based on combined completion rates — individual pacing in lessons, projects, and quizzes may vary.
Most relevant
3 results
Most relevant
- Prepare for the PL-300 Power BI Data Analyst exam by exploring data modeling, transformation, visualizations, DAX, filters, and advanced analytics with Power BI.
- Includes 18 Courses
- Intermediate.27 hours
- Study for DP-100 Designing and Implementing a Data Science Solution on Azure certification exam covering machine learning models and data analytics.
- Includes 20 Courses
- Intermediate.22 hours
- Learn Oracle Data Platform fundamentals and prepare for the 1Z0-1195-25 exam. Explore Autonomous Database, Data Lakehouse, Analytics and OCI data management.
- Includes 20 Courses
- Beginner Friendly.23 hours
Related resources
Related projects
- Practice projectAI • Machine learning • Python • Data science
Classifying CIFAR-10 with Pretrained CLIP: Original vs Reconstructed Images
Explore how image reconstruction quality affects zero-shot classification performance of a pretrained CLIP model on CIFAR-10.More guidance, - Practice projectData science • Python • Machine learning
Analyzing Recommendation System Performance Across Model Versions
Analyze the performance and cost-effectiveness of an e-commerce recommendation system across three model versions. You’ll investigate whether newer models deliver better results, identify performance differences across customer segments, and determine which model version provides the best ROI.More guidance, - Practice projectPython • AI • Data science • Machine learning
Build Neural Networks for Classifying Digits and Time-Series Predictions
Apply your knowledge of neural network architectures by building and training various models for classification and time series prediction tasks using popular real-world datasets.More guidance, - Practice projectPython • Data science • Machine learning • AI
Build an AI Image Classification Dashboard with Streamlit
Build a professional web application for image classification using Streamlit and Hugging Face transformers, featuring real-time predictions, classification history, and analytics visualization.More guidance,
Related articles
- Article
What is Apache Spark? A Complete Guide
Learn what Apache Spark is - a powerful big data framework for fast processing. Compare Spark vs Hadoop with examples. - Article
Normalization: Min-Max and Z-Score Normalization
Learn how to normalize data in machine learning using techniques such as min-max normalization and z-score normalization. - Article
How To Install Jupyter Notebook on Mac and Windows
Learn how to install Jupyter Notebook using conda with Anaconda or Miniconda. Step-by-step installation guide for Windows and Mac users. - Article
Log Transformation in Linear Regression: When and How to Use It
Learn when and how to apply log transformations in linear regression to fix skewed data and improve model accuracy. Python examples included.