Skip to content

Latest commit

 

History

History
9 lines (7 loc) · 599 Bytes

README.md

File metadata and controls

9 lines (7 loc) · 599 Bytes

ml-fun

This is a repository for small fun machine learning projects I do in my free time. Some are my own ideas, some are just my implementations of papers I find cool

Projects so far:

  1. ddpg My implementation of Deep Deterministic Policy Gradients
  2. kmeans_gd I implemented K-means clustering using gradient descent and Newton's method
  3. cma-es My implementation of Covariance Matrix Adaptation: Evolutionary Strategy.