GitXplorerGitXplorer
H

data-science-guide

public
1 stars
0 forks
0 issues

Commits

List of commits on branch master.
Unverified
898d6b79799ea61f0905bcca59f18d14635ec386

Stat updates

HHKumar99 committed 6 years ago
Unverified
8a9f09e0a742974f52570da0b4131f8b592f75b1

Stat updates

HHKumar99 committed 6 years ago
Unverified
447bf9301414bee1b76f39a4981d686141535b21

Stat updates

HHKumar99 committed 6 years ago
Unverified
83e55c3cc0f8f73f0bd36bebb92a438268312817

Stat updates

HHKumar99 committed 6 years ago
Unverified
5686283045018179504b7500a4e8cdbf5d6fc282

Stat updates

HHKumar99 committed 6 years ago
Unverified
f17f49dd6ec045bd61c180f622d67cdc4382b4b6

Stat updates

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