Skip to content

Principal Component Analysis algorithm from scratch using only NumPy with notes.

Notifications You must be signed in to change notification settings

Ugenteraan/Principal-Component-Analysis-Scratch

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Principal-Component-Analysis-Scratch

Principal Component Analysis algorithm from scratch using NumPy.

This work is intended purely for understanding purpose only. All the codes are written in Python with the help of NumPy and pandas library. Dataset is taken from UCI Machine Learning Repository.

The dataset can be found here : https://archive.ics.uci.edu/ml/datasets/forest+fires

A pdf file is also included to aid with the mathematics behind the algorithm.

Have fun learning!

About

Principal Component Analysis algorithm from scratch using only NumPy with notes.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published