Skip to content

Commit 6e5f2fd

Browse files
authored
Update 2016-10-19-current-environment.md
1 parent fe1d645 commit 6e5f2fd

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

_posts/2016-10-19-current-environment.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -154,7 +154,7 @@ This is very experimental and will change. The Störmer-Verlet generates a corre
154154

155155

156156

157-
### Machine Learning frameworks
157+
## Machine Learning frameworks
158158
- **probably-baysig** [](https://github.com/glutamate/probably-baysig){:.github} [![Hackage](https://img.shields.io/hackage/v/probably-baysig.svg)](https://hackage.haskell.org/package/probably-baysig) [![probably-baysig](http://stackage.org/package/probably-baysig/badge/nightly)](http://stackage.org/nightly/package/probably-baysig) : This library contains definitions and functions for probabilistic and statistical inference.
159159
- Math.Probably.Sampler defines the sampling function monad
160160
- Math.Probably.PDF defines some common parametric log-probability density functions
@@ -279,7 +279,7 @@ Note that this project is in early development and should only be used by contri
279279
- Q-Learning
280280
- Neural Network Q-Learning
281281

282-
### Clustering
282+
## Clustering
283283

284284
- K-Means
285285
- **kmeans** [](http://hub.darcs.net/gershomb/kmeans){:.darcs} [![Hackage](https://img.shields.io/hackage/v/kmeans.svg)](https://hackage.haskell.org/package/kmeans) [![kmeans](http://stackage.org/package/kmeans/badge/nightly)](http://stackage.org/nightly/package/kmeans) : A simple implementation of the standard k-means clustering algorithm.
@@ -297,7 +297,7 @@ Note that this project is in early development and should only be used by contri
297297
- **clustering**
298298
- Birch
299299

300-
### Dimensionality reduction
300+
## Dimensionality reduction
301301

302302
- Principal Component Analysis (PCA)
303303
- Kernel PCA
@@ -308,7 +308,7 @@ Note that this project is in early development and should only be used by contri
308308
- **tsne** [![Hackage](https://img.shields.io/hackage/v/tsne.svg)](https://hackage.haskell.org/package/tsne) [![tsne](http://stackage.org/package/tsne/badge/nightly)](http://stackage.org/nightly/package/tsne)
309309

310310

311-
### Misc.
311+
## Machine Learning Misc.
312312
- **sibe** [](https://github.com/mdibaiee/sibe){:.github} [![Hackage](https://img.shields.io/hackage/v/sibe.svg)](https://hackage.haskell.org/package/sibe) [![sibe](http://stackage.org/package/sibe/badge/nightly)](http://stackage.org/nightly/package/sibe) : A simple, experimental machine learning library. Contains implementations of
313313
- Multi-class Naive Bayes classification
314314
- Word2Vec word embedding

0 commit comments

Comments
 (0)