brangerbriz / machine-learning-docs

Free (libre) Machine Learning Documentation & Guides

Home Page:http://labs.brangerbriz.com/machine-learning

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Machine Learning Docs

This repository contains text, source code, and build tools for the open source Machine Learning Documentation & Guides project at Branger_Briz. The goal of this project is to provide free (libre) documentation, tutorials, and guides for developers at Branger_Briz & elsewhere to learn about contemporary machine learning techniques and practices, with hopes that they can include these techniques in their own software development projects. The project was authored from 2017 to 2018 by Brannon Dorsey and is released under the terms of the GPLv3 and CC-BY-SA 4.0 creative commons licenses (for source code and text respectively).

The live version of this website is available here.

UPDATE (Oct 19, 2018): This project is under active development and should be considered a draft release.

For Developers & Contributors

Install

# clone the repository and the necessary submodules
git clone --recursive git@brangerbriz.com:bdorsey/machine-learning-docs
cd machine-learning-docs

# Install dependencies
npm install

Build

To build the docs/*.html website files from the markdown/*.md source files, run build.sh. If you have Firefox installed, a local copy of the website will also be opened in your browser.

# rebuild the site after edits to files in markdown/
./build.sh

About

Free (libre) Machine Learning Documentation & Guides

http://labs.brangerbriz.com/machine-learning


Languages

Language:Jupyter Notebook 99.7%Language:HTML 0.2%Language:Python 0.1%Language:Shell 0.0%