Revision: 2f1a0ebff7c4
Branch: default
Author:
vidales....@gmail.com
Date: Wed Nov 19 13:16:59 2014 UTC
Log: Edited wiki page Projects through web user interface.
https://code.google.com/p/go-wiki/source/detail?r=2f1a0ebff7c4&repo=wiki
Modified:
/Projects.wiki
=======================================
--- /Projects.wiki Wed Nov 19 13:13:35 2014 UTC
+++ /Projects.wiki Wed Nov 19 13:16:59 2014 UTC
@@ -623,7 +623,7 @@
== Machine Learning ==
* [
https://github.com/daviddengcn/go-pr go-pr] - Gaussian classifier.
- * [
https://github.com/alonsovidales/go_ml] - Linear Regression, Logistic
Regression, Neural Networks, Collaborative Filtering, Gaussian Multivariate
Distribution.
+ * [
https://github.com/alonsovidales/go_ml go_ml] - Linear Regression,
Logistic Regression, Neural Networks, Collaborative Filtering, Gaussian
Multivariate Distribution.
* [
https://github.com/jbrukh/bayesian bayesian] - A naive bayes
classifier.
* [
https://github.com/thoj/go-galib go-galib] - Genetic algorithms.
* [
https://github.com/reiver/go-porterstemmer go-porterstemmer] - An
efficient native Go clean room implementation of the Porter Stemming
algorithm.
@@ -635,7 +635,7 @@
== Mathematics ==
* [
https://github.com/hrautila/cvx Cvx] - Convex optimization package,
port of CVXOPT python package
- * [
https://godoc.org/github.com/alonsovidales/go_matrix_cuda] -
GPU-Accelerated Linear Algebra Libraries
+ * [
https://godoc.org/github.com/alonsovidales/go_matrix_cuda
go_matrix_cuda] - GPU-Accelerated Linear Algebra Libraries based in CUDA
* [
https://github.com/smyrman/units Units] - Implements types, units,
converter functions and some mathematics for some common physical types. lib
* [
https://github.com/jbrukh/bayesian bayesian] - Naive Bayesian
Classification for Go
* [
https://github.com/ziutek/blas blas] - Go implementation of BLAS
(Basic Linear Algebra Subprograms)