GitXplorerGitXplorer
H

data-science-guide

public
1 stars
0 forks
0 issues

Commits

List of commits on branch master.
Unverified
c242f895da0c463f97927cb98bcb51e49227495c

Stat updates

HHKumar99 committed 6 years ago
Unverified
189c1e27d763c0318bc0ffb1fc51898a7c8ac398

Stat updates

HHKumar99 committed 6 years ago
Unverified
e86d80fb8fabe2e4d40faff3dfecd9a17600cd17

Stat updates

HHKumar99 committed 6 years ago
Unverified
4de25fc408f9aea10ef1473b73cead7021d5427f

Stat updates

HHKumar99 committed 6 years ago
Unverified
05987d14a0961c3d583b1d86c0b633e4cd4f4309

Added statistics unit

HHKumar99 committed 6 years ago
Unverified
f5c543818c83f628e80393cc497d9dba3c2748de

UpdateR

HHKumar99 committed 6 years ago

README

The README file for this repository.

The Data Science Guide

This is a guide that I created to self-teach data science and machine learning. There are tons of resources online, but I feel a consolidated and complete guide will help me learn better. I will use Jupyter Notebooks to run code in Python and R. Here is the curriculum, which will be updated as material gets added:

  • Python 3
    • Data Types and Structures
    • Logic and Loops
    • Methods, Objects, and Classes
    • Advanced Python
  • R for Data Science
  • Statistics (Calculus-based)
    • Descriptive Statistics
    • Set Theory
    • Probability
    • Discrete Probability Distributions
    • Continuous Distributions
    • Joint Probability Distributions
    • Point Estimation
    • Confidence Intervals
  • Numpy
  • Pandas
    • Data Frames
    • Data Manipulation
    • Pivot Tables
  • Matplotlib
  • Data Analysis Techniques
    • Regression
    • K-Means Clustering
  • Scikit Learn
  • Tensorflow

More to come...