All Projects → tirthajyoti → Stats Maths With Python

tirthajyoti / Stats Maths With Python

Licence: mit
General statistics, mathematical programming, and numerical/scientific computing scripts and notebooks in Python

Programming Languages

python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to Stats Maths With Python

Machine Learning With Python
Practice and tutorial-style notebooks covering wide variety of machine learning techniques
Stars: ✭ 2,197 (+476.64%)
Mutual labels:  jupyter-notebook, data-science, statistics, pandas, numpy, clustering, matplotlib
Data Science For Marketing Analytics
Achieve your marketing goals with the data analytics power of Python
Stars: ✭ 127 (-66.67%)
Mutual labels:  jupyter-notebook, data-science, pandas, numpy, matplotlib
Python-Matematica
Explorando aspectos fundamentais da matemática com Python e Jupyter
Stars: ✭ 41 (-89.24%)
Mutual labels:  numpy, mathematics, pandas, scipy, matplotlib
Data Analysis
主要是爬虫与数据分析项目总结,外加建模与机器学习,模型的评估。
Stars: ✭ 142 (-62.73%)
Mutual labels:  jupyter-notebook, pandas, numpy, scipy, matplotlib
Mlcourse.ai
Open Machine Learning Course
Stars: ✭ 7,963 (+1990.03%)
Mutual labels:  data-science, pandas, numpy, scipy, matplotlib
Data Science Ipython Notebooks
Data science Python notebooks: Deep learning (TensorFlow, Theano, Caffe, Keras), scikit-learn, Kaggle, big data (Spark, Hadoop MapReduce, HDFS), matplotlib, pandas, NumPy, SciPy, Python essentials, AWS, and various command lines.
Stars: ✭ 22,048 (+5686.88%)
Mutual labels:  data-science, pandas, numpy, scipy, matplotlib
Machine Learning Projects
This repository consists of all my Machine Learning Projects.
Stars: ✭ 135 (-64.57%)
Mutual labels:  jupyter-notebook, pandas, numpy, clustering, matplotlib
Orange3
🍊 📊 💡 Orange: Interactive data analysis
Stars: ✭ 3,152 (+727.3%)
Mutual labels:  data-science, pandas, numpy, clustering, scipy
Ai Learn
人工智能学习路线图,整理近200个实战案例与项目,免费提供配套教材,零基础入门,就业实战!包括:Python,数学,机器学习,数据分析,深度学习,计算机视觉,自然语言处理,PyTorch tensorflow machine-learning,deep-learning data-analysis data-mining mathematics data-science artificial-intelligence python tensorflow tensorflow2 caffe keras pytorch algorithm numpy pandas matplotlib seaborn nlp cv等热门领域
Stars: ✭ 4,387 (+1051.44%)
Mutual labels:  data-science, pandas, numpy, mathematics, matplotlib
Thesemicolon
This repository contains Ipython notebooks and datasets for the data analytics youtube tutorials on The Semicolon.
Stars: ✭ 345 (-9.45%)
Mutual labels:  jupyter-notebook, data-science, numpy, matplotlib
Interactive machine learning
IPython widgets, interactive plots, interactive machine learning
Stars: ✭ 140 (-63.25%)
Mutual labels:  jupyter-notebook, data-science, statistics, analytics
Data Science Hacks
Data Science Hacks consists of tips, tricks to help you become a better data scientist. Data science hacks are for all - beginner to advanced. Data science hacks consist of python, jupyter notebook, pandas hacks and so on.
Stars: ✭ 273 (-28.35%)
Mutual labels:  jupyter-notebook, data-science, pandas, numpy
Dat8
General Assembly's 2015 Data Science course in Washington, DC
Stars: ✭ 1,516 (+297.9%)
Mutual labels:  jupyter-notebook, data-science, pandas, clustering
Seaborn Tutorial
This repository is my attempt to help Data Science aspirants gain necessary Data Visualization skills required to progress in their career. It includes all the types of plot offered by Seaborn, applied on random datasets.
Stars: ✭ 114 (-70.08%)
Mutual labels:  jupyter-notebook, data-science, pandas, numpy
Stock Market Analysis And Prediction
Stock Market Analysis and Prediction is the project on technical analysis, visualization and prediction using data provided by Google Finance.
Stars: ✭ 112 (-70.6%)
Mutual labels:  jupyter-notebook, pandas, numpy, matplotlib
Opendatawrangling
공공데이터 분석
Stars: ✭ 148 (-61.15%)
Mutual labels:  jupyter-notebook, pandas, numpy, matplotlib
Andrew Ng Notes
This is Andrew NG Coursera Handwritten Notes.
Stars: ✭ 180 (-52.76%)
Mutual labels:  jupyter-notebook, data-science, pandas, numpy
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 (-21.26%)
Mutual labels:  jupyter-notebook, statistics, mathematics, probability
Windrose
A Python Matplotlib, Numpy library to manage wind data, draw windrose (also known as a polar rose plot), draw probability density function and fit Weibull distribution
Stars: ✭ 208 (-45.41%)
Mutual labels:  jupyter-notebook, pandas, numpy, matplotlib
introduction to ml with python
도서 "[개정판] 파이썬 라이브러리를 활용한 머신 러닝"의 주피터 노트북과 코드입니다.
Stars: ✭ 211 (-44.62%)
Mutual labels:  numpy, pandas, scipy, matplotlib

Statistics/ Mathematical Computing Notebooks

Jupyter Notebooks on the topics of statistical analysis, mathematics, and numerical/sceintific computing (in Python).

Please feel free to connect with me on LinkedIn if you are interested in data science and like to connect.


Requirements

  • Python 3.6+
  • NumPy ($ pip install numpy)
  • Pandas ($ pip install pandas)
  • Scikit-learn ($ pip install scikit-learn)
  • SciPy ($ pip install scipy)
  • Statsmodels ($ pip install statsmodels)
  • MatplotLib ($ pip install matplotlib)
  • Seaborn ($ pip install seaborn)

Set Algebra basics

set

Permutations and Combinations

permutation and combination

Probability distributions (Discrete)

binom

Linear Regression Methods

lm

R-style Statistical functions written using Python

rstyle

Diagnostics of a linear regression problem

Introduction to hypothesis testing

Articles

Check out this article I wrote on Medium: Essential Math for Data Science.

Check out this article I wrote on Medium about "How to write your favorite R functions — in Python?"

Check out this article I wrote on Medium about "Mathematical programming — a key habit to build up for advancing in data science?"

Check out this article I wrote on Medium about "Bayes’ rule with a simple and practical example"

Check out this article I wrote on Medium about "Statistical modeling with “Pomegranate” — fast and intuitive"

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].