The memo of the technical survey.
Fast and Scalable Machine Learning with GoLang Discussion of Machine Learning, Go Libraries, Project Examples ...
Collaborative Filtering (CF) Algorithms in Go - timkaye11/goRecommend
Recommendation engine for Go - muesli/regommend
tile38 : Real-time Geospatial and Geofencing tidwall/tile38
BuntDB is an embeddable, in-memory key/value database for Go with custom indexing and geospatial support tidwall/buntdb
In-memory NoSQL database with ACID transactions, Raft consensus, and Redis API tidwall/summitdb
3D Wireframe Drawing Library for Go tidwall/pinhole
10,000 Cities with Latitude, Longitude, and Elevation in Go tidwall/cities
The adorable charts library for Golang https://go-echarts.github.io/go-echarts/ go-echarts
dataDash Visualize streaming or tabular data inside the terminal keithknott26/datadash A graphing application written in go using termdash, inspired by termeter. Delimited Data can be passed in by pipe or directly from a file.
dash is a terminal dashboard solution inspired by Grafana, to visualize and explore your data. ricoberger/dash
Realtime visualization of your access logs on a map geoip-live-map
A real-time visualization tool to train neural networks makerforceio/nviz
A repository for plotting and visualizing data gonum/plot is the new, official fork of plotinum. It provides an API for building and drawing plots in Go.
Resource: https://github.com/FlowsMind/Technical_Survey/blob/master/anomaly-detection.md
paper : awesome-anomaly-detection.md
https://github.com/FlowsMind/Technical_Survey/blob/master/ZK.md
micrograd: karpathy/micrograd A tiny scalar-valued autograd engine and a neural net library on top of it with PyTorch-like API
tinygrad: geohot/tinygrad For something in between a pytorch and a karpathy/micrograd This may not be the best deep learning framework, but it is a deep learning framework. The Tensor class is a wrapper around a numpy array, except it does Tensor things.