
blog.chewxy.com/2016/09/19/gorgonia
Preview meta tags from the blog.chewxy.com website.
Linked Hostnames
11- 8 links toblog.chewxy.com
- 6 links togithub.com
- 2 links toen.wikipedia.org
- 1 link tocolah.github.io
- 1 link todave.cheney.net
- 1 link todeanattali.com
- 1 link todisqus.com
- 1 link togohugo.io
Search Engine Appearance
Gorgonia
I released Gorgonia on Thursday. Gorgonia is a library like Theano or TensorFlow, but mainly written in Go. It provides the necessary primitives for creating and executing neural networks and machine learning algorithms. According to cloc, these are the stats: chewxy@chewxy-Gallifrey:~/workspace/goworkspace7/src/github.com/chewxy/gorgonia$ cloc . 357 text files. 321 unique files. 604 files ignored. http://cloc.sourceforge.net v 1.60 T=0.83 s (296.5 files/s, 55471.5 lines/s) ------------------------------------------------------------------------------- Language files blank comment code ------------------------------------------------------------------------------- Go 219 6308 3924 30858 Assembly 22 585 740 2128 C/C++ Header 2 55 57 666 C 2 17 39 458 ------------------------------------------------------------------------------- SUM: 245 6965 4760 34110 ------------------------------------------------------------------------------- So, it’s a pretty huge library. But the original version is about 80,000 LoC (though most of the lines of codes were different experimental variations of assembly code). I managed to cut down 50,000 LoC to something more manageable. In this post I want to outline the release of Gorgonia, and share some of the reasoning regarding the design of the library, as well as go thru some of the weirdness found in the library. If you’re interested, here’s the video (otherwise, skip to the meat): And here are the slides:
Bing
Gorgonia
I released Gorgonia on Thursday. Gorgonia is a library like Theano or TensorFlow, but mainly written in Go. It provides the necessary primitives for creating and executing neural networks and machine learning algorithms. According to cloc, these are the stats: chewxy@chewxy-Gallifrey:~/workspace/goworkspace7/src/github.com/chewxy/gorgonia$ cloc . 357 text files. 321 unique files. 604 files ignored. http://cloc.sourceforge.net v 1.60 T=0.83 s (296.5 files/s, 55471.5 lines/s) ------------------------------------------------------------------------------- Language files blank comment code ------------------------------------------------------------------------------- Go 219 6308 3924 30858 Assembly 22 585 740 2128 C/C++ Header 2 55 57 666 C 2 17 39 458 ------------------------------------------------------------------------------- SUM: 245 6965 4760 34110 ------------------------------------------------------------------------------- So, it’s a pretty huge library. But the original version is about 80,000 LoC (though most of the lines of codes were different experimental variations of assembly code). I managed to cut down 50,000 LoC to something more manageable. In this post I want to outline the release of Gorgonia, and share some of the reasoning regarding the design of the library, as well as go thru some of the weirdness found in the library. If you’re interested, here’s the video (otherwise, skip to the meat): And here are the slides:
DuckDuckGo
Gorgonia
I released Gorgonia on Thursday. Gorgonia is a library like Theano or TensorFlow, but mainly written in Go. It provides the necessary primitives for creating and executing neural networks and machine learning algorithms. According to cloc, these are the stats: chewxy@chewxy-Gallifrey:~/workspace/goworkspace7/src/github.com/chewxy/gorgonia$ cloc . 357 text files. 321 unique files. 604 files ignored. http://cloc.sourceforge.net v 1.60 T=0.83 s (296.5 files/s, 55471.5 lines/s) ------------------------------------------------------------------------------- Language files blank comment code ------------------------------------------------------------------------------- Go 219 6308 3924 30858 Assembly 22 585 740 2128 C/C++ Header 2 55 57 666 C 2 17 39 458 ------------------------------------------------------------------------------- SUM: 245 6965 4760 34110 ------------------------------------------------------------------------------- So, it’s a pretty huge library. But the original version is about 80,000 LoC (though most of the lines of codes were different experimental variations of assembly code). I managed to cut down 50,000 LoC to something more manageable. In this post I want to outline the release of Gorgonia, and share some of the reasoning regarding the design of the library, as well as go thru some of the weirdness found in the library. If you’re interested, here’s the video (otherwise, skip to the meat): And here are the slides:
General Meta Tags
7- titleGorgonia - Bigger on the Inside
- charsetutf-8
- X-UA-CompatibleIE=edge
- viewportwidth=device-width, initial-scale=1.0, maximum-scale=1.0
- descriptionI released Gorgonia on Thursday. Gorgonia is a library like Theano or TensorFlow, but mainly written in Go. It provides the necessary primitives for creating and executing neural networks and machine learning algorithms. According to cloc, these are the stats: chewxy@chewxy-Gallifrey:~/workspace/goworkspace7/src/github.com/chewxy/gorgonia$ cloc . 357 text files. 321 unique files. 604 files ignored. http://cloc.sourceforge.net v 1.60 T=0.83 s (296.5 files/s, 55471.5 lines/s) ------------------------------------------------------------------------------- Language files blank comment code ------------------------------------------------------------------------------- Go 219 6308 3924 30858 Assembly 22 585 740 2128 C/C++ Header 2 55 57 666 C 2 17 39 458 ------------------------------------------------------------------------------- SUM: 245 6965 4760 34110 ------------------------------------------------------------------------------- So, it’s a pretty huge library. But the original version is about 80,000 LoC (though most of the lines of codes were different experimental variations of assembly code). I managed to cut down 50,000 LoC to something more manageable. In this post I want to outline the release of Gorgonia, and share some of the reasoning regarding the design of the library, as well as go thru some of the weirdness found in the library. If you’re interested, here’s the video (otherwise, skip to the meat): And here are the slides:
Open Graph Meta Tags
5- og:titleGorgonia
- og:descriptionI released Gorgonia on Thursday. Gorgonia is a library like Theano or TensorFlow, but mainly written in Go. It provides the necessary primitives for creating and executing neural networks and machine learning algorithms. According to cloc, these are the stats: chewxy@chewxy-Gallifrey:~/workspace/goworkspace7/src/github.com/chewxy/gorgonia$ cloc . 357 text files. 321 unique files. 604 files ignored. http://cloc.sourceforge.net v 1.60 T=0.83 s (296.5 files/s, 55471.5 lines/s) ------------------------------------------------------------------------------- Language files blank comment code ------------------------------------------------------------------------------- Go 219 6308 3924 30858 Assembly 22 585 740 2128 C/C++ Header 2 55 57 666 C 2 17 39 458 ------------------------------------------------------------------------------- SUM: 245 6965 4760 34110 ------------------------------------------------------------------------------- So, it’s a pretty huge library. But the original version is about 80,000 LoC (though most of the lines of codes were different experimental variations of assembly code). I managed to cut down 50,000 LoC to something more manageable. In this post I want to outline the release of Gorgonia, and share some of the reasoning regarding the design of the library, as well as go thru some of the weirdness found in the library. If you’re interested, here’s the video (otherwise, skip to the meat): And here are the slides:
- og:urlhttps://blog.chewxy.com/2016/09/19/gorgonia/
- og:typewebsite
- og:site_nameBigger on the Inside
Twitter Meta Tags
5- twitter:titleGorgonia
- twitter:descriptionI released Gorgonia on Thursday. Gorgonia is a library like Theano or TensorFlow, but mainly written in Go. It provides the necessary primitives for creating and executing neural networks and machine …
- twitter:cardsummary
- twitter:site@chewxy
- twitter:creator@chewxy
Link Tags
13- alternatehttps://blog.chewxy.com/index.xml
- stylesheethttps://cdnjs.cloudflare.com/ajax/libs/KaTeX/0.10.0/katex.min.css
- stylesheethttps://use.fontawesome.com/releases/v5.5.0/css/all.css
- stylesheethttps://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css
- stylesheethttps://blog.chewxy.com/css/main.css
Links
24- http://dave.cheney.net/2014/10/17/functional-options-for-friendly-apis
- http://tensorflow.org
- https://blog.chewxy.com
- https://blog.chewxy.com/2015/08/07/addendumerrata-for-monads-in-my-python
- https://blog.chewxy.com/2016/09/11/yes-and-no