From d0cb37173a612b558d4971627e3c75b4dad1fc2c Mon Sep 17 00:00:00 2001 From: Ted Date: Tue, 15 Dec 2015 22:11:05 -0500 Subject: [PATCH 1/2] Added Machine Learning and Data Analysis section --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/README.md b/README.md index 6807874..0a24600 100644 --- a/README.md +++ b/README.md @@ -34,6 +34,7 @@ The goal is to have only projects that are mostly stable and useful to users. - [Geospatial](#geospatial) - [GUI](#gui) - [Image processing](#image-processing) + - [Machine Learning and Data Analysis](#machine-learning-and-data-analysis) - [Markup language](#markup-language) - [Mobile](#mobile) - [Network programming](#network-programming) @@ -351,6 +352,12 @@ See also [http://areweideyet.com/](http://areweideyet.com/) and [Rust and IDEs]( * [PistonDevelopers/image](https://github.com/PistonDevelopers/image) — Basic imaging processing functions and methods for converting to and from image formats [](https://travis-ci.org/PistonDevelopers/image) +### Machine Learning and Data Analysis +* [autumnai/leaf](https://github.com/autumnai/leaf) - Open Machine Intelligence Framework. ![Build Status](https://travis-ci.org/autumnai/leaf.svg?branch=master) +* [rust-bio/rust-bio](https://github.com/rust-bio/rust-bio) - This library provides implementations of many algorithms and data structures that are useful for bioinformatics. [![Travis](https://img.shields.io/travis/rust-bio/rust-bio.svg?style=flat-square)](https://travis-ci.org/rust-bio/rust-bio) +* [maciejkula/rustlearn](https://github.com/maciejkula/rustlearn) - Machine learning crate for Rust. [![Circle CI](https://circleci.com/gh/maciejkula/rustlearn.svg?style=svg)](https://circleci.com/gh/maciejkula/rustlearn) + + ### Markup language * CommonMark From d4ad5613f1a2f2f1554d2809081bd0066cc9b35b Mon Sep 17 00:00:00 2001 From: Ted Date: Tue, 15 Dec 2015 22:13:07 -0500 Subject: [PATCH 2/2] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 0a24600..1a5d6a0 100644 --- a/README.md +++ b/README.md @@ -353,7 +353,7 @@ See also [http://areweideyet.com/](http://areweideyet.com/) and [Rust and IDEs]( ### Machine Learning and Data Analysis -* [autumnai/leaf](https://github.com/autumnai/leaf) - Open Machine Intelligence Framework. ![Build Status](https://travis-ci.org/autumnai/leaf.svg?branch=master) +* [autumnai/leaf](https://github.com/autumnai/leaf) - Open Machine Intelligence Framework. [![Build Status](https://travis-ci.org/autumnai/leaf.svg?branch=master)](https://travis-ci.org/autumnai/leaf) * [rust-bio/rust-bio](https://github.com/rust-bio/rust-bio) - This library provides implementations of many algorithms and data structures that are useful for bioinformatics. [![Travis](https://img.shields.io/travis/rust-bio/rust-bio.svg?style=flat-square)](https://travis-ci.org/rust-bio/rust-bio) * [maciejkula/rustlearn](https://github.com/maciejkula/rustlearn) - Machine learning crate for Rust. [![Circle CI](https://circleci.com/gh/maciejkula/rustlearn.svg?style=svg)](https://circleci.com/gh/maciejkula/rustlearn)