/100DaysOfMLCode

Contains the work done in 100DaysOfMLCode Challenge

Primary LanguageJupyter NotebookGNU General Public License v3.0GPL-3.0

100DaysOfMLCode

Contains the work done in 100DaysOfMLCode Challenge

Day1

  • Goal Getting started with Linear Algebra -- Course link MIT 18.06
  • Status Completed Geometry of Linear Equations and elimination with matrices

Day2

  • Goal Get acquainted with basic statistical graphs
  • Status Learned about Histograms, Box plots, heat map, scatter plot.

Day3

  • Goal Load a dataset and do EDA (Exploratory Data Analysis)
  • Status Dataset chosen -- Graduate Admissions Dataset Basic statistical analysis done Plots used -- Histogram, pairplots, boxplot, heatmap, Scatter plot Libraries used -- Matplotlib and Seaborn