All Projects → miku → Mlgo

miku / Mlgo

Licence: mit
Machine Learning with Go Session Material for Golab 2018

Labels

Projects that are alternatives of or similar to Mlgo

Variantbam
Filtering and profiling of next-generational sequencing data using region-specific rules
Stars: ✭ 11 (-26.67%)
Mutual labels:  makefile
Tornado Doc Chinese
Tornado 中文文档翻译.
Stars: ✭ 12 (-20%)
Mutual labels:  makefile
Xsensors
a fork of Xsensors with various improvements (GTK3, cleanup, bugfixes, enhancements)
Stars: ✭ 13 (-13.33%)
Mutual labels:  makefile
Last Makefile
The last makefile you'll ever need.
Stars: ✭ 11 (-26.67%)
Mutual labels:  makefile
Docker Unifi Armhf
UniFi 5 Controller for Raspberry Pi
Stars: ✭ 12 (-20%)
Mutual labels:  makefile
Electron Flatpak Base App
Flatpak runtime for electron apps based on the freedesktop runtime.
Stars: ✭ 13 (-13.33%)
Mutual labels:  makefile
Android device semc urushi
SEMC Xperia Ray (ST18i)
Stars: ✭ 10 (-33.33%)
Mutual labels:  makefile
Slugrunner
Buildpack application runner for Deis Workflow.
Stars: ✭ 14 (-6.67%)
Mutual labels:  makefile
Docker Node Opencv
Docker image for NodeJS with OpenCV
Stars: ✭ 12 (-20%)
Mutual labels:  makefile
Ferret
Ferret is a free software lisp implementation for real time embedded control systems.
Stars: ✭ 878 (+5753.33%)
Mutual labels:  makefile
Toolchain
C/C++ toolchain for MiniOS
Stars: ✭ 11 (-26.67%)
Mutual labels:  makefile
Tap
Stars: ✭ 12 (-20%)
Mutual labels:  makefile
Robopsychology
How to become a robopsychologist
Stars: ✭ 13 (-13.33%)
Mutual labels:  makefile
Android device motorola osprey
Device tree for 2015 Moto G (osprey)
Stars: ✭ 11 (-26.67%)
Mutual labels:  makefile
Stanford Drupal Profile
A dev / test-only version of the Drupal Hosting Service Configuration
Stars: ✭ 13 (-13.33%)
Mutual labels:  makefile
Buildroot Rs97
Please don't use this anymore, it's old.
Stars: ✭ 11 (-26.67%)
Mutual labels:  makefile
3d Semantic Segmentation For Scene Parsing
A new approach for the real time 3D semantic segmentation based on feature abstract and deep learning method
Stars: ✭ 13 (-13.33%)
Mutual labels:  makefile
Fdgw2
Build minimal NetBSD bootable disk image
Stars: ✭ 14 (-6.67%)
Mutual labels:  makefile
Cocos2d Lua Sproto
cocos2d-lua集成sproto协议
Stars: ✭ 14 (-6.67%)
Mutual labels:  makefile
Elixir.mk
A (very) experimental plugins for erlang.mk to use Elixir modules in Erlang
Stars: ✭ 13 (-13.33%)
Mutual labels:  makefile

Machine Learning with Go

A short tour through ML libraries in Go, golab 2018.

About ten self-contained examples.


Overview

  • (1) data acquisition and preparation (csv, xml, json, dataframe)
  • (2) linear regression example (regression)
  • (3) naive bayes spam classifier (bayesian)
  • (4) logistic regression (goml)
  • (5) a decision tree classifier (golearn)
  • (6) k-nearest neighbors (golearn)
  • (7) a simple neural network (gophernet, gonum)
  • (8) pre-trained model (tensorflow/go)

Note: This is an ongoing exploration and there are a few interesting libraries that I intend to include in the future:

  • tfgo, which solves a few issues with tensorflow
  • gorgonia, a generic machine learning library, which has been used for an AlphaZero implementation.

The initial version of the workshop traded overview for interactivity, which made it less interesting as it could have been.


Ombrelli bianchi sospesi in aria tra i palazzi di via Romana, a Firenze (Foto Cge Fotogiornalismo), (Source).

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].