From 5e47b63014c3c05f2b4f476253b8ae2f5f6c6d4e Mon Sep 17 00:00:00 2001 From: kud1ing Date: Wed, 23 Dec 2015 08:51:17 +0100 Subject: [PATCH] simplify "Machine learning" section --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 218044f..4cf93e2 100644 --- a/README.md +++ b/README.md @@ -35,7 +35,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) + - [Machine learning](#machine-learning) - [Markup language](#markup-language) - [Mobile](#mobile) - [Network programming](#network-programming) @@ -360,9 +360,9 @@ 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)](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) +### Machine learning + +* [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) * [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)