Birla Institute of Technology & Science, Pilani

Introduction to Data Analytics

Économisez sur les compétences qui vous font briller avec 40 % de réduction sur 3 mois de Coursera Plus. Économisez maintenant

Ce cours n'est pas disponible en Français (France)

Nous sommes actuellement en train de le traduire dans plus de langues.
Birla Institute of Technology & Science, Pilani

Introduction to Data Analytics

Inclus avec Coursera Plus

Obtenez un aperçu d'un sujet et apprenez les principes fondamentaux.
niveau Intermédiaire

Expérience recommandée

6 semaines à compléter
à 10 heures par semaine
Planning flexible
Apprenez à votre propre rythme
Préparer un diplôme
Obtenez un aperçu d'un sujet et apprenez les principes fondamentaux.
niveau Intermédiaire

Expérience recommandée

6 semaines à compléter
à 10 heures par semaine
Planning flexible
Apprenez à votre propre rythme
Préparer un diplôme

Ce que vous apprendrez

  • Apply data preprocessing techniques using Python libraries like Pandas and NumPy to clean, transform, and prepare datasets for analysis.

  • Use EDA and ML algorithms to identify patterns, trends & solve real-world data problems through regression, classification and clustering techniques.

  • Evaluate model performance using appropriate metrics and visualise insights through data visualisation tools to effectively communicate findings.

Compétences que vous acquerrez

  • Catégorie : Data Analysis
  • Catégorie : Data Structures
  • Catégorie : Data Ethics
  • Catégorie : Data Transformation
  • Catégorie : Regression Analysis
  • Catégorie : Analytics
  • Catégorie : Data Science
  • Catégorie : Exploratory Data Analysis
  • Catégorie : Data Cleansing
  • Catégorie : Feature Engineering
  • Catégorie : Unsupervised Learning
  • Catégorie : Machine Learning Algorithms
  • Catégorie : Data Preprocessing
  • Catégorie : Data Manipulation
  • Catégorie : Dimensionality Reduction
  • Catégorie : Data Visualization

Outils que vous découvrirez

  • Catégorie : Classification Algorithms
  • Catégorie : NumPy
  • Catégorie : Python Programming
  • Catégorie : Pandas (Python Package)

Détails à connaître

Certificat partageable

Ajouter à votre profil LinkedIn

Récemment mis à jour !

mai 2026

Évaluations

150 devoirs

Enseigné en Anglais

Découvrez comment les employés des entreprises prestigieuses maîtrisent des compétences recherchées

 logos de Petrobras, TATA, Danone, Capgemini, P&G et L'Oreal

Il y a 10 modules dans ce cours

This module provides a comprehensive introduction to data analytics, covering its definition, importance, key components, and industry applications. Students will learn to apply the four types of data analytics (descriptive, diagnostic, predictive, and prescriptive) to solve business problems and make data-driven decisions. They will also analyse real-world use cases, challenges, and future trends in data analytics across various domains. Additionally, the students will gain an understanding of structured, unstructured, semi-structured, quantitative, and qualitative data from primary, secondary, internal, and external sources, and learn how to apply this knowledge to data analytics projects.

Inclus

19 vidéos5 lectures16 devoirs

This module focuses on essential Python concepts and techniques for data analytics. The module introduces basic Python concepts, such as the Python interpreter, Jupyter Notebook, input/output, and indentation, enabling students to start developing Python programs for data analytics. Students will learn to apply Python scalar types, objects, attributes, methods, and operators to create and manipulate data structures. They will also apply control statements and iterations, such as conditional statements and loops, to control the flow of execution and process data efficiently. The module covers the use of regular and lambda functions to create reusable and modular code. Additionally, students will learn to apply file-handling techniques to read from and write to files, facilitating data persistence and external data processing. By the end of this module, students will have the necessary Python skills to perform data manipulation, analysis, and processing tasks.

Inclus

21 vidéos5 lectures17 devoirs

This module explores essential data structures in Python, covering both immutable and mutable types and the powerful NumPy library. Students will learn to apply tuples and strings, along with their methods, to store and manipulate fixed data. They will also apply lists, dictionaries, and sets, as well as their respective methods and operations, to handle changeable data effectively. The module introduces NumPy, enabling students to create, manipulate, and perform arithmetic operations on NumPy arrays using built-in functions. By the end of this module, students will have a solid understanding of Python data structures and NumPy, equipping them with the necessary tools for efficient data manipulation and numerical computations in data analytics tasks.

Inclus

18 vidéos3 lectures15 devoirs

This module focuses on exploratory data analysis (EDA) and visualisation using the Pandas library and Matplotlib in Python. Students will learn to apply Pandas to create, manipulate, and perform operations on Series and DataFrame objects, enabling efficient data analysis and preprocessing. They will conduct EDA to identify patterns, trends, and relationships in the data. Additionally, students will apply Matplotlib to create informative and visually appealing plots to effectively communicate insights derived from EDA. By the end of this module, students will have the skills to perform comprehensive exploratory data analysis and create meaningful visualisations using Python.

Inclus

18 vidéos3 lectures16 devoirs

This module focuses on data preprocessing techniques essential for preparing data for analysis. Students will learn to apply methods for reading and writing data in text format while identifying and addressing data quality issues. They will handle missing data by filtering out or filling in missing values and applying various data transformation techniques such as removing duplicates, mapping, replacing values, discretisation, outlier detection and filtering, and encoding categorical variables. Additionally, students will apply data aggregation techniques, including grouping, aggregation and combining functions, to summarise and analyse data. By the end of this module, students will have the skills to preprocess and clean datasets effectively, ensuring data quality and readiness for further analysis.

Inclus

20 vidéos4 lectures16 devoirs

This module focuses on advanced data preprocessing techniques for handling large and complex datasets. Students will learn to apply data reduction techniques, including dimensionality reduction, numerosity reduction, and sampling methods, to reduce the size and complexity of datasets while preserving important information. They will also apply feature selection techniques, such as filter methods, wrapper methods, and embedded methods, to identify and select the most relevant features for data analysis. Additionally, students will explore feature extraction techniques, including Principal Component Analysis (PCA) and Covariance Analysis, to transform and extract new, informative features from the original dataset. By the end of this module, students will have the skills to effectively preprocess and optimise datasets for improved performance and insights in data analysis tasks.

Inclus

13 vidéos3 lectures14 devoirs1 laboratoire non noté

This module focuses on regression analysis, a fundamental technique in predictive modeling and data analysis. Students will learn to apply linear regression techniques, including univariate and multivariate linear models, to analyse and model the relationship between dependent and independent variables in real-world applications. They will also apply model fitting techniques, such as gradient descent, and evaluate regression models using appropriate metrics to select the best-performing model for a given dataset. Additionally, students will explore nonlinear regression techniques, including smoothing methods, regularised models, robust regression, and nonlinear models, to capture and model complex, nonlinear relationships between variables. By the end of this module, students will have the skills to effectively apply regression techniques to solve real-world problems and make data-driven predictions.

Inclus

10 vidéos3 lectures10 devoirs1 laboratoire non noté

This module focuses on classification techniques, specifically rule-based and parameter-based models. Students will learn to apply decision trees to solve binary and multilabel classification problems and evaluate the performance of these models. They will explore decision tree induction algorithms, considering design issues and measures of impurity, and random forests, to build effective and interpretable models. Students will also apply model selection techniques, such as cross-validation, and address overfitting issues to optimise decision tree models and visualise decision boundaries. Additionally, they will learn to apply logistic regression and discriminant analysis, parameter-based models, to solve classification problems and evaluate its performance. By the end of this module, students will have the skills to effectively apply classification techniques to real-world problems and make data-driven predictions.

Inclus

16 vidéos4 lectures17 devoirs1 laboratoire non noté

This module focuses on unsupervised learning techniques for clustering, which aim to discover natural groupings and patterns in data without prior knowledge of class labels. Students will learn to apply partitional clustering techniques, specifically the k-Means algorithm, considering similarity measures, distance matrices, and cluster goodness evaluation. They will also explore hierarchical clustering methods, both bottom-up agglomerative and top-down divisive, to create nested clusters and analyse data at different levels of granularity. Additionally, students will apply cluster validation techniques, including external and internal indices, to assess the quality of clustering results and determine the optimal number of clusters for a given dataset. By the end of this module, students will have the skills to effectively apply clustering techniques to real-world problems and gain insights from unlabeled data.

Inclus

13 vidéos3 lectures13 devoirs

This module focuses on privacy, fairness, and security of data analytics. Students will learn about the risk assessment and threat modeling in the practical use of data analytics. Privacy-preserving data mechanism for model privacy will be surveyed. The attack strategies and defense mechanisms of model security will be emphasized. Notions of AI fairness and algorithmic bias will be covered at the stages of pre-processing, in-processing, post-processing stages of data analytics. Cost-sensitive classification and machine learning will be discussed to assess model fairness. Model security will be formalized under frameworks of adversarial data mining for game theory based AI with applications in the cyber kill chain for cybersecurity. Adversarial example games will be summarized for specific targets in adversarial capability, ability and goals. An adversarial risk analysis of the game theories and association optimization trade-offs will be presented in the setup of binary classification, multiclass classification, and multilabel classification. Relation between adversarial and robust data mining for classifier design will be motivated with respect to the robustness properties of analytics models satisfied in defense mechanisms such as semi-supervised machine learning, adversarial training and learning, empirical risk minimization, and mistake-bounds frameworks for adversarial classification. By the end of this module, students will have the skills to effectively apply data analytics techniques to real-world problems and gain insights in a safe, secure, and transparent manner.

Inclus

15 vidéos4 lectures16 devoirs1 laboratoire non noté

Préparer un diplôme

Ce site cours fait partie du (des) programme(s) diplômant(s) suivant(s) proposé(s) par Birla Institute of Technology & Science, Pilani. Si vous êtes admis et que vous vous inscrivez, les cours que vous avez suivis peuvent compter pour l'apprentissage de votre diplôme et vos progrès peuvent être transférés avec vous.¹

Instructeur

BITS Pilani Instructors Group
Birla Institute of Technology & Science, Pilani
40 Cours72 112 apprenants

Offert par

En savoir plus sur Data Analysis

Pour quelles raisons les étudiants sur Coursera nous choisissent-ils pour leur carrière ?

Felipe M.

Étudiant(e) depuis 2018
’Pouvoir suivre des cours à mon rythme à été une expérience extraordinaire. Je peux apprendre chaque fois que mon emploi du temps me le permet et en fonction de mon humeur.’

Jennifer J.

Étudiant(e) depuis 2020
’J'ai directement appliqué les concepts et les compétences que j'ai appris de mes cours à un nouveau projet passionnant au travail.’

Larry W.

Étudiant(e) depuis 2021
’Lorsque j'ai besoin de cours sur des sujets que mon université ne propose pas, Coursera est l'un des meilleurs endroits où se rendre.’

Chaitanya A.

’Apprendre, ce n'est pas seulement s'améliorer dans son travail : c'est bien plus que cela. Coursera me permet d'apprendre sans limites.’

Foire Aux Questions