Tags
Language
Tags
January 2025
Su Mo Tu We Th Fr Sa
29 30 31 1 2 3 4
5 6 7 8 9 10 11
12 13 14 15 16 17 18
19 20 21 22 23 24 25
26 27 28 29 30 31 1

Learn Statistics In Python

Posted By: ELK1nG
Learn Statistics In Python

Learn Statistics In Python
Published 1/2023
MP4 | Video: h264, 1280x720 | Audio: AAC, 44.1 KHz
Language: English | Size: 1.08 GB | Duration: 2h 59m

to excel in Data Science and Machine Learning

What you'll learn

Learn basic statistics

Learn to code the statistical algorithms in Python

Learn to use Python functions to code statistical metrics in machine learning projects

Learn basic hypothesis testing in Python

Requirements

The learner needs to have a basic understanding of Python

Description

Statistics is a fundamental part of data science. It provides the mathematical foundations for understanding and analyzing data, as well as the tools for building models and making predictions. Data scientists use statistical methods to clean, organize, and analyze data, and to build and evaluate models. They use these models to make predictions and draw insights from data. Additionally, they also use statistical techniques to validate their findings and evaluate the uncertainty in their predictions.Statistics and machine learning are closely related fields. Both are used to make predictions and gain insights from data. Machine learning is a subset of artificial intelligence that uses algorithms and statistical models to enable systems to learn from data and improve their performance over time.Statistics provides the mathematical foundations for many machine learning algorithms. For example, statistical methods such as probability and regression analysis are used in supervised learning to train models on labeled data. Unsupervised learning algorithms such as clustering and dimensionality reduction also heavily rely on statistical concepts. Additionally, statistical techniques like hypothesis testing and cross-validation are used to evaluate and validate the performance of machine learning models.In summary, Statistics provides the mathematical and conceptual background for many machine learning algorithms and techniques, which are used to understand and make predictions from data in a automated way.Statistics and Python programming are closely related in the field of data science and machine learning. Python is a popular programming language for data analysis and scientific computing, and it has many libraries and frameworks for statistical analysis and machine learning, such as NumPy, pandas, matplotlib, seaborn, scikit-learn and statsmodels.Python libraries like NumPy and pandas provide powerful tools for manipulating and analyzing data. For example, NumPy provides functions for performing mathematical operations on arrays of data, while pandas provides data structures and data analysis tools that are particularly useful for working with tabular data.Python libraries such as matplotlib and seaborn are useful for data visualization. They provide functions for creating various types of plots and charts, which can be used to visualize data and gain insights from it.statsmodels is a Python library for estimation and statistical modeling, it provides functions for fitting various statistical models, including linear regression, time series analysis, and more.In summary, Python programming and statistics are closely related in data science and machine learning. Python provides a wide range of powerful libraries and frameworks for statistical analysis and machine learning, which make it an excellent choice for data analysis and modeling.This course is designed to teach the learner basic statistics using the Python programming language. there are three main sections to this course, being:-1. Learn basic statistics to excel in Data Science,2. Code basic statistical formulas in Python, and3. Learn basic statistics for machine learning projects.In the first section, the student will learn basic statistics, probability, estimation, and hypothesis testing.In the second section of the course, the student will learn how to code in Python many statistical formulas, as well as cover important concepts like the five values, measure of centre, measure of variability, normalisation and standardisation, and more.In the third section of the course, the student will learn how to incorporate statistics into his machine learning projects. In the project, his work will include analysing data, visualisations, descriptive statistics, plotting graphs, correlation, proving the central limit theorem, confidence interval, linear regression, and hypothesis testing.

Overview

Section 1: Introduction

Lecture 1 Introduction

Section 2: Learn basic statistics

Lecture 2 Basic statistics

Lecture 3 Probability

Lecture 4 Estimation

Lecture 5 Hypothesis testing

Section 3: Code basic statistics

Lecture 6 Code basic statistics

Lecture 7 Five values

Lecture 8 Measure of centre

Lecture 9 Measure of variability

Lecture 10 Normalisation and standardisation

Lecture 11 Other formulas

Section 4: Learn basic statistics for machine learning projects

Lecture 12 Code statistics for machine learning

Lecture 13 Analyse dataset

Lecture 14 Visualisation

Lecture 15 Descriptive statistics

Lecture 16 Plots

Lecture 17 Correlation

Lecture 18 Central limit theorem

Lecture 19 Confidence interval

Lecture 20 Linear regression

Lecture 21 Normality tests

Lecture 22 Correlation tests

Lecture 23 Stationarity tests

Lecture 24 Parametric tests

Lecture 25 Non parametric tests

Section 5: Summary

Lecture 26 Congratulations

Individuals who would like to learn statistics,Individuals who would like to code statistical metrics in Python