Skip to content

Latest commit

 

History

History
28 lines (16 loc) · 1.4 KB

File metadata and controls

28 lines (16 loc) · 1.4 KB

Data Science in Python from Scratch

Introduction

This repository was initially created to submit machine learning assignments for Siraj Raval's online machine learning course. The purpose of the course was to learn how to implement the most common machine learning algorithms from scratch (without using machine learning libraries such as tensorflow, PyTorch, scikit-learn, etc).

Although that course has ended now, I am continuing to learn data science and machine learning from other sources such as Coursera, online blogs, and attending machine learning lectures at University of Toronto. Sticking to the theme of implementing machine learning algortihms from scratch, I will continue to post detailed notebooks in python here as I learn more.

The eventual goal for this repository is to contain detailed notebooks on statitistical analysis, machine learning, and deep learning with everything coded mainly using numpy and pandas.

Style of notebooks

I write the notebooks to contain:

  1. Intuition

  2. Mathematics and Statistics behind the tool/algorithm

  3. Code implementation from scratch (using numpy)

  4. Application to real (publicly available) data

If you spot any mistakes in the code or the theory, feel free to raise an issue.

Contact

If you would like to directly contact me with queries related to this repository:

Email: [email protected]

Twitter: https://twitter.com/HammadShaikhha