Skip to content

Latest commit

 

History

History
138 lines (110 loc) · 6.56 KB

Sources.md

File metadata and controls

138 lines (110 loc) · 6.56 KB

Machine Learning

Table of Contents

Books

Websites

Libraries

Python

Java

JavaScript

Algorithms

  • Kernel Density Estimation and Non-parametric Bayes Classifier
  • K-Means
  • Affinity Propagation
  • Hierarchical clustering/Agglomerative clustering
  • Kernel Principal Components Analysis
  • Linear Regression
  • Logistic Regression
  • Neighbors (Nearest, Farthest, Range, k, Classification)
  • Non-Negative Matrix Factorization
  • Support Vector Machines
  • Dimensionality Reduction
  • Fast Singular Value Decomposition
  • Decision Tree
  • Random Forest
  • Bootstrapped SVM
  • DBSCAN
  • Principal Component Analysis(PCA)
  • Linear Discriminant Analysis (LDA)
  • Autoencoders

Popular Datasets

Relevant Research Papers

Will be updated soon!

Podcasts