Certifications Guide

Displaying 1 - 10 of 93
Certification Provider Description Time to complete
Python Data Science Handbook Jake VanderPlas

A guide for data analysis using Python, covering essential libraries such as IPython, NumPy, Pandas, Matplotlib, and Scikit-Learn, and offering practical guidance through Jupyter notebooks.

eBook
Python for Data Analysis Wes McKinney

A guide to using Python for data analysis, covering topics such as data wrangling with pandas, numerical computing with NumPy, and data visualization with matplotlib.

eBook
Difference Between Big Data and Data Science GeeksforGeeks

The article explains how Big Data involves the management and processing of vast datasets, while Data Science focuses on analyzing these datasets to extract meaningful insights and inform decision-making.

Article
A Mind Map of Core Machine Learning Concepts Ruslan Diachenko

This blog post provides a visual mind map outlining core machine learning concepts, including supervised, unsupervised, and reinforcement learning. It serves as a beginner-friendly roadmap that connects key topics, methods, and tools like scikit-learn, TensorFlow, and PyTorch.

blog
Machine Learning Mastery Jason Brownlee

Learn practical machine learning with Python and scikit-learn, progressing from basics to advanced topics through modules tailored to your interests.

eBook
Linear Regression for Business Statistics Coursera

Learn how to use linear regression to analyze business data, interpret results, and make data-driven decisions, using Excel and real-world examples.

30 hours
Python Pandas Tutorial (Part 2): DataFrame and Series Basics - Selecting Rows and Columns IMIBigDataHub

A video from Corey Schafer that provides an introduction to the fundamental data structures in the Pandas library

 

35 mins
Python and Pandas Fundamentals IMIBigDataHub

A video from UTM faculty teaching Python basics, including syntax, data types, control structures, and functions

2 hours
Pandas Advanced Data IMIBigDataHub

A video from UTM faculty introducing variables and basic Python programming concepts.

2 hours
Learn Data Analysis with Pandas Codeacademy

A course that covers tabular data manipulation and analysis using Python's Pandas library, covering data ingestion, cleaning, aggregation, and integration with Scipy and Matplotlib.