• Getting Started
    • Ubiquitous Language and glossary
    • Start contributing to the doc
  • How Gorgonia works
    • Computation Graph
    • Differentiation
      • Automatic Differentiation
      • Symbolic Differentiation
  • Tutorials
    • Hello World
    • Simple Convolution Neural Net (MNIST)
    • Convnet with CUDA
    • Multivariate linear regression on Iris Dataset
  • How To
    • Troubleshoot GPU Issues
    • Drawing the ExprGraph with Graphviz (dot)
    • Create a tensor from a Dataframe (gota)
    • Save Weights
    • How to compute gradient (differentiation)
  • Reference guide
    • Graph / Exprgraph
    • Present
    • CUDA support
    • Tensor
    • Solvers
    • VM
      • Go Machine
      • LispMachine
      • Tapemachine
  • Miscellaneous

More

  • GitHub repo
  • API Doc
  • Contact us

  • Clear History
Star

Built with from Grav and Hugo

Edit this page
main > Miscellaneous
    • Video related to Gorgonia
    • Articles mentioning Gorgonia

Miscellaneous

Video related to Gorgonia

  • Gorgonia, A library that helps facilitate machine learning in Go - Sydney Go Meetup, September 2016
  • “A Funny Thing Happened On The Way To Reimplementing AlphaGo” (in Go) by Xuanyi Chew

Articles mentioning Gorgonia

  • Gorgonia (original post on Xuanyi Chew’s blog)
  • Tensor Refactor: A Go Experience Report
  • Think like a vertex: using Go’s concurrency for graph computation