All Projects → TerenceLiu98 → Undergraduate-in-Statistics

TerenceLiu98 / Undergraduate-in-Statistics

Licence: MIT license
Using Computer with your Statistics Major Course

Programming Languages

Jupyter Notebook
11667 projects

Projects that are alternatives of or similar to Undergraduate-in-Statistics

Awesome-Math-Learning
📜 Collection of the most awesome Math learning resources in the form of notes, videos and cheatsheets.
Stars: ✭ 73 (+28.07%)
Mutual labels:  calculus, linear-algebra, probability, mathematics
Basic Mathematics For Machine Learning
The motive behind Creating this repo is to feel the fear of mathematics and do what ever you want to do in Machine Learning , Deep Learning and other fields of AI
Stars: ✭ 300 (+426.32%)
Mutual labels:  calculus, linear-algebra, probability, mathematics
Mathematics for Machine Learning
Learn mathematics behind machine learning and explore different mathematics in machine learning.
Stars: ✭ 28 (-50.88%)
Mutual labels:  calculus, linear-algebra, probability, mathematics
Machine Learning Curriculum
Complete path for a beginner to become a Machine Learning Scientist!
Stars: ✭ 279 (+389.47%)
Mutual labels:  calculus, linear-algebra, mathematics
discrete-math-python-scripts
Python code snippets from Discrete Mathematics for Computer Science specialization at Coursera
Stars: ✭ 98 (+71.93%)
Mutual labels:  probability, mathematics, bayes
Quant Notes
Quantitative Interview Preparation Guide, updated version here ==>
Stars: ✭ 180 (+215.79%)
Mutual labels:  calculus, linear-algebra, probability
data-science-notes
Open-source project hosted at https://makeuseofdata.com to crowdsource a robust collection of notes related to data science (math, visualization, modeling, etc)
Stars: ✭ 52 (-8.77%)
Mutual labels:  calculus, linear-algebra, probability
Data Science Masters
Self-study plan to achieve mastery in data science
Stars: ✭ 179 (+214.04%)
Mutual labels:  calculus, linear-algebra, mathematics
Math Php
Powerful modern math library for PHP: Features descriptive statistics and regressions; Continuous and discrete probability distributions; Linear algebra with matrices and vectors, Numerical analysis; special mathematical functions; Algebra
Stars: ✭ 2,009 (+3424.56%)
Mutual labels:  linear-algebra, probability, mathematics
Awesome Machine Learning Deep Learning Mathematics
A curated list of mathematics documents ,Concepts, Study Materials , Algorithms and Codes available across the internet for machine learning and deep learning
Stars: ✭ 138 (+142.11%)
Mutual labels:  linear-algebra, probability, mathematics
Teaching
Teaching Materials for Dr. Waleed A. Yousef
Stars: ✭ 435 (+663.16%)
Mutual labels:  linear-algebra, probability, mathematics
maths-for-deep-learning-ai
A open source book covering the foundational maths of deep learning and machine learning using TensorFlow
Stars: ✭ 35 (-38.6%)
Mutual labels:  calculus, linear-algebra, mathematics
From 0 To Research Scientist Resources Guide
Detailed and tailored guide for undergraduate students or anybody want to dig deep into the field of AI with solid foundation.
Stars: ✭ 247 (+333.33%)
Mutual labels:  calculus, linear-algebra, probability
Calculo
Escrita colaborativa de recursos educacionais abertos sobre cálculo diferencial e integral..
Stars: ✭ 18 (-68.42%)
Mutual labels:  calculus, mathematics
Python-Matematica
Explorando aspectos fundamentais da matemática com Python e Jupyter
Stars: ✭ 41 (-28.07%)
Mutual labels:  calculus, mathematics
The Math Of Intelligence
List of resources & possible pathway for the Math of Machine Learning and AI.
Stars: ✭ 370 (+549.12%)
Mutual labels:  calculus, linear-algebra
Fractional Differentiation Time Series
As described in Advances of Machine Learning by Marcos Prado.
Stars: ✭ 78 (+36.84%)
Mutual labels:  calculus, mathematics
Symbolic-computation-Python
Symbolic computation using SymPy and various applications
Stars: ✭ 18 (-68.42%)
Mutual labels:  calculus, linear-algebra
Hackermath
Introduction to Statistics and Basics of Mathematics for Data Science - The Hacker's Way
Stars: ✭ 1,380 (+2321.05%)
Mutual labels:  calculus, linear-algebra
Computator.net
Computator.NET is a special kind of numerical software that is fast and easy to use but not worse than others feature-wise. It's features include: - Real and complex functions charts - Real and complex calculator - Real functions numerical calculations including different methods - Over 107 Elementary functions - Over 141 Special functions - Over 21 Matrix functions and operations - Scripting language with power to easy computations including matrices - You can declare your own custom functions with scripting language
Stars: ✭ 174 (+205.26%)
Mutual labels:  calculus, mathematics

Undergraduate-in-Statistics

Original Name: Using-X-Series The idea of using the new name is that, I am trying to combine all the course during the statistsics's bacholar period, not only using python, R or MATLAB, in fact this programming language are all important

Also, Happy 2020, I will try to finish this project before the end of 2020! (not finished, and continue in 2021)

What's more, I have removed the topic Data Mining, I thought there are multiple name in this area, "Data Mining", "Data Analysis", "Machine Learning", "Statistical Learning". Overall, there are very similar with tiny differences. In the new version, I would like to use "Statistical Learning" instead of other name.

In this series, I will try to teach the basic knowledge in Calculus, Linear Algebra, Advanced statistics and etc., which are required courses in UIC.



*In these articles, most of the time, I will use numpy, sumpy and matplotlib. We can use numpy and scipy to deal with the high dimensional array or the matrix operation easily. With matplotlib, we can visualize the data and this is more intuitionistic. *

Calculus

  1. What is Function
  2. Composition
  3. Euler's Formula
  4. Limits
  5. Derivative
  6. Newton's Method
  7. Optimization
  8. Integration and Differentiation
  9. Ordinary Differential Equations,ODE)

Linear Algebra

  1. Chapter Zero multiplication in LA and the lib we use
  2. Chapter One Matrix
  3. Chapter Two Determinant
  4. Chapter Three Vector
  5. Chapter Four Vector Space
  6. Chapter Five Linear Algebra Advanced Text

Advanced Statistics(Probability and Statistics)

  1. Chapter One Probability
  • Random Experiment and Sample Space
  • Law of Total Probability and Bayes Formula
  • Random Variable
  • Discrete Distribution and Python Code
  • Contiuous Distribution and Python Code
  1. Chapter Two Statistics

Bayesian Statistics

  1. Chapter Zero Review
  • Omission
  1. Chapter One Introduction
  • Conditional Probability
  • Conjoint Probability
  • Bayes's Theorem (in this semester, we has finished Bayesian Analysis course, but the course is to use R language as auxiliary material. I am now looking for Bayes theorem related python, Think Bayes too simple)

Statistical Learning

  • This repo is writen with jupyter notebook*

  • Who is suitable for this lesson? Those who are interested in both statistics and python

Reference

用 python 学微积分

机器学习的数学基础:矩阵篇

机器学习的数学基础:向量篇

机器学习的数学基础:线性代数进阶篇

Python-for-Probability-Statistics-and-Machine-Learning

Think bayes

统计分布 [Statistical Distribution] Written by Prof.Kai Tai Fang, Prof.Jian Lun Xu

概率论与数理统计 [Probailities and Statistics] Written by Prof Xi Ru Chen

Linear Regression in Python with Scikit-Learn

Introduction to Data Mining

Introduction to Statsitcal Learning with R aka ISLR

Contributors

Timothy Wu put forward a amendments: `

  1. Higher order function应为 composite function复合函数;
  2. Big O 那段写的不是很清楚,其实Big O主要是表示算法的计算复杂度,微积分里面用的不多;
  3. 切线前面可以介绍割线,再用极限的概念引入切线;
  4. 可加入包括原函数、一阶导和二阶导(或更高阶导)图像的图;
  5. 常微分方程是比不定积分更“高级”的概念,最好使用微积分基本定理引入不定积分;
  6. 可以加入曲线下(间)面积、黎曼和和定积分的关系;
  7. 可以加入求旋转体的体积作为积分的应用

Wiki

中文版文檔請看: README_CN

If you like it, you can buy me a coffee!

Buy Me A Coffee

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].