• Getting Started
  • How Gorgonia works
    • Computation Graph
    • Differentiation
      • Automatic Differentiation
      • Symbolic Differentiation
  • Tutorials
    • Hello World
    • Simple Convolution Neural Net (MNIST)
    • Multivariate linear regression on Iris Dataset
  • How To
    • Drawing the ExprGraph with Graphviz (dot)
    • Create a tensor from a Dataframe (gota)
    • Save Weights
  • Reference guide
    • Graph / Exprgraph
    • Present
    • Tensor
    • Solvers
    • VM
      • LispMachine
      • Tapemachine
  • Miscellaneous

More

  • GitHub repo
  • Godoc

  • 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