All Projects → mGalarnyk → Dse210_probability_statistics_python

mGalarnyk / Dse210_probability_statistics_python

Probability and Statistics Using Python Data Science Masters Course at UCSD (DSE 210)

Projects that are alternatives of or similar to Dse210 probability statistics python

Agem
Official implementation of the Averaged Gradient Episodic Memory (A-GEM) in Tensorflow
Stars: ✭ 141 (+0%)
Mutual labels:  jupyter-notebook
Pymatch
Stars: ✭ 139 (-1.42%)
Mutual labels:  jupyter-notebook
Image Caption Generator
[DEPRECATED] A Neural Network based generative model for captioning images using Tensorflow
Stars: ✭ 141 (+0%)
Mutual labels:  jupyter-notebook
Ccf Bdci Automotive Field Asc 2018
CCF-BDCI 2018年汽车行业用户观点主题及情感识别挑战赛 第6名解决方案
Stars: ✭ 141 (+0%)
Mutual labels:  jupyter-notebook
Kaggle Learning
Repository for sharing the knowledge from the learning path of Kaggle Learning. All contributions welcome :).
Stars: ✭ 141 (+0%)
Mutual labels:  jupyter-notebook
Raspberryturk
The Raspberry Turk is a robot that can play chess—it's entirely open source, based on Raspberry Pi, and inspired by the 18th century chess playing machine, the Mechanical Turk.
Stars: ✭ 140 (-0.71%)
Mutual labels:  jupyter-notebook
Stanford cs231n 2019
Solutions and comments to assignments for 2019 Stanford's course on convolutional neural networks
Stars: ✭ 141 (+0%)
Mutual labels:  jupyter-notebook
Makeyourownneuralnetwork
Code for the Make Your Own Neural Network book
Stars: ✭ 1,859 (+1218.44%)
Mutual labels:  jupyter-notebook
All4nlp
All For NLP, especially Chinese.
Stars: ✭ 141 (+0%)
Mutual labels:  jupyter-notebook
Bob Emploi
An application that provides personalized career and job search advice to jobseekers.
Stars: ✭ 141 (+0%)
Mutual labels:  jupyter-notebook
Ssd kerasv2
BetterNetWork4SSD
Stars: ✭ 141 (+0%)
Mutual labels:  jupyter-notebook
Starnet
StarNet
Stars: ✭ 141 (+0%)
Mutual labels:  jupyter-notebook
Notes On Statistical Learning Methods
李航《统计学习方法》中机器学习模型的LaTeX公式笔记
Stars: ✭ 141 (+0%)
Mutual labels:  jupyter-notebook
Py4chemoinformatics
Python for chemoinformatics
Stars: ✭ 140 (-0.71%)
Mutual labels:  jupyter-notebook
Hrv
A Python package for heart rate variability analysis
Stars: ✭ 141 (+0%)
Mutual labels:  jupyter-notebook
Quantum Native Dojo
量子コンピュータ初学者のための自習教材
Stars: ✭ 141 (+0%)
Mutual labels:  jupyter-notebook
Www.julialang.org
Julia Project website
Stars: ✭ 140 (-0.71%)
Mutual labels:  jupyter-notebook
Sketchy
Stars: ✭ 141 (+0%)
Mutual labels:  jupyter-notebook
Glmnet python
Stars: ✭ 140 (-0.71%)
Mutual labels:  jupyter-notebook
Data Ppf.github.io
website
Stars: ✭ 141 (+0%)
Mutual labels:  jupyter-notebook

DSE210_Probability_Statistics_Python

Looks best on google chrome. Probability and Statistics Using Python: Data Science Masters Course (DSE 210). Highly similar to UCSD's "CSE 250B. Principles of Artificial Intelligence: Learning Algorithms" course. Most of the early portions of the class are worksheet based, but the later portions are mostly in ipython notebook (numpy, sklearn, pandas).

IPython Notebooks for Assignments (From Newest to Oldest)

[Hypothesis testing](https://github.com/mGalarnyk/DSE210_Probability_Statistics_Python/blob/master/10_Hypothesis_Testing.ipynb) (1, 2, 6, 7, 8, 9, 10) [Sampling](https://github.com/mGalarnyk/DSE210_Probability_Statistics_Python/blob/master/9_Sampling.ipynb) (1, 3, 5, 8, 9, 10, 11) [Matrix factorization](https://github.com/mGalarnyk/DSE210_Probability_Statistics_Python/blob/master/8_Matrix_Factorization.ipynb) # 1,2,3,4 (PCA Projection, python),5 (PCA Projection, python) [Clustering](https://github.com/mGalarnyk/DSE210_Probability_Statistics_Python/blob/master/7_Clustering.ipynb) [Generative models 2](https://github.com/mGalarnyk/DSE210_Probability_Statistics_Python/blob/master/6_Generative_Models_number_9-FINAL.ipynb) Gaussian Classifier [Generative models 1](https://github.com/mGalarnyk/DSE210_Probability_Statistics_Python/blob/master/5_Generative_Models_I_Class_Generators.ipynb) (object oriented, next up is pandas and sql) [Random variable, expectation, and variance](https://github.com/mGalarnyk/DSE210_Probability_Statistics_Python/blob/master/4_RandomVariable_Expectation_Variance.ipynb) (1,2,3,6,7a,7c,8,12) [Multiple events, conditioning, and independence](https://github.com/mGalarnyk/DSE210_Probability_Statistics_Python/blob/master/3_Multiple_events_%20conditioning_and_independence.ipynb) (1,2,3,5,6,10,15a,16) [Probability spaces](https://github.com/mGalarnyk/DSE210_Probability_Statistics_Python/blob/master/2_Probability_spaces.ipynb) (1a,1b,1e,2,3,4a,5,6,7,14,16) [Sets and counting](https://github.com/mGalarnyk/DSE210_Probability_Statistics_Python/blob/master/1_Sets_and_Counting_mGalarnyk.ipynb) (1,2,3,4,5,6)

Worksheets (From Newest to Oldest)

[Hypothesis testing](https://github.com/mGalarnyk/DSE210_Probability_Statistics_Python/blob/master/worksheets/worksheet10Hypothesis_testing.pdf) (1, 2, 6, 7, 8, 9, 10) [Sampling](https://github.com/mGalarnyk/DSE210_Probability_Statistics_Python/blob/master/worksheets/worksheet9Sampling.pdf) (1, 3, 5, 8, 9, 10, 11) [Matrix factorization](https://github.com/mGalarnyk/DSE210_Probability_Statistics_Python/blob/master/worksheets/worksheet8Matrix_factorization.pdf) (1,2,3,4,5) [Clustering](https://github.com/mGalarnyk/DSE210_Probability_Statistics_Python/blob/master/worksheets/worksheet7Clustering.pdf) (all) [Generative models 2](https://github.com/mGalarnyk/DSE210_Probability_Statistics_Python/blob/master/worksheets/worksheet6GenerativeModels2.pdf) (#9 python based Gaussian Classifier) [Generative models 1](https://github.com/mGalarnyk/DSE210_Probability_Statistics_Python/blob/master/worksheets/worksheet5Generative_models_1.pdf) (all) [Random variable, expectation, and variance](https://github.com/mGalarnyk/DSE210_Probability_Statistics_Python/blob/master/worksheets/worksheet4Random_variable_expectation_and_variance.pdf) (1,2,3,6,7a,7c,8,12) [Multiple events, conditioning, and independence](https://github.com/mGalarnyk/DSE210_Probability_Statistics_Python/blob/master/worksheets/worksheet3_Multiple_events_%20conditioning_and_independence.pdf) (1,2,3,5,6,10,15a,16) [Probability spaces](https://github.com/mGalarnyk/DSE210_Probability_Statistics_Python/blob/master/worksheets/worksheet2_Probability_spaces.pdf) (1a,1b,1e,2,3,4a,5,6,7,14,16) [Sets and counting](https://github.com/mGalarnyk/DSE210_Probability_Statistics_Python/blob/master/worksheets/worksheet1_Sets_and_counting.pdf) (1,2,3,4,5,6)

Other (Iris Dataset plus other scratch worksheet)

[K-Means, PCA, and Dendrogram on the Animals with Attributes Dataset](https://github.com/mGalarnyk/DSE210_Probability_Statistics_Python/blob/master/K-Means%2C%20PCA%2C%20and%20Dendrogram%20on%20the%20Animals%20with%20Attributes%20Dataset.ipynb) [Iris Dataset](https://github.com/mGalarnyk/DSE210_Probability_Statistics_Python/blob/master/IRIS%20data%20set.ipynb) [Scratch stats problems](https://github.com/mGalarnyk/DSE210_Probability_Statistics_Python/blob/master/Other_worksheet.pdf)
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].