Skip to content

Latest commit

 

History

History
158 lines (128 loc) · 7.34 KB

Sources.md

File metadata and controls

158 lines (128 loc) · 7.34 KB
title category
Machine Learning
Libraries

Machine Learning

Table of Contents

Books

Websites

Libraries

Python

Java

JavaScript

Lua

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
  • Bagging and boosting

Popular Datasets

Relevant Research Papers

Will be updated soon!

Podcasts