Re: [go-nuts] Re: Building a neural net from scratch

2017-10-12 Thread Daniel Whitenack
could help them. > > Cheers, > A > > > On Wednesday, October 11, 2017 at 1:10:36 PM UTC-7, Daniel Whitenack wrote: >> >> Hi all. I just released a blog post about building a neural net in Go >> from scratch: http://www.datadan.io/building-a-neural-net-from-sc >> r

[go-nuts] Building a neural net from scratch

2017-10-11 Thread Daniel Whitenack
Hi all. I just released a blog post about building a neural net in Go from scratch: http://www.datadan.io/building-a-neural-net-from-scratch-in-go/. Hope this is interesting for some and inspires more of this sort of thing. Would love to talk about it here or in the #data-science channel on Slac

[go-nuts] Graphing libraries in golang

2017-09-29 Thread Daniel Whitenack
Hi Vikram, Great questions. In general for data related things, this is a great place to start looking for resources: https://github.com/gopherdata/resources/blob/master/tooling/README.md. that is a curated list that is kept up to date. I use https://github.com/gonum/plot quite a bit and found

[go-nuts] Re: Library for NLP: counting word syllables, words, sentences

2016-11-15 Thread Daniel Whitenack
Hi Johann, Looks like there are a good number of packages listed here: https://github.com/gopherds/resources/blob/master/tooling/README.md#nlp In particular, it sounds like this one has some of what you need: https://github.com/advancedlogic/go-freeling Daniel On Tuesday, November 15, 2016 at

[go-nuts] Re: [ANN] Go geospatial libraries: geometries, GeoJSON, WKB, KML, PostGIS, GPX, polyline

2016-11-14 Thread Daniel Whitenack
Thanks Tom! I think it would be great to add a few of these here: https://github.com/gopherds/resources/tree/master/tooling where you think it is appropriate. Would you consider submitting a PR with some additions? Daniel On Sunday, November 13, 2016 at 1:33:27 PM UTC-5, Tom Payne wrote: > >

[go-nuts] Re: go-gcnl: Golang library for accessing the Google Cloud Natural Language API

2016-09-29 Thread Daniel Whitenack
Thanks Josh! This is a nice complement to the auto generated libraries which as stated: "Due to the auto-generated nature of this collection of libraries, complete APIs or specific versions can appear or go away without notice." I added your library here: https://github.com/gopherds/resources/

[go-nuts] Re: [ANN] A Go based map reduce system (second attempt)

2016-09-13 Thread Daniel Whitenack
Chris, This is great to see! Nice work so far. I enjoyed experimenting with glow and am excited to follow this project. If you are able you might provide some updates in #data-science on gophers slack. I know people there would love to hear about gleam. Best, Daniel On Monday, September 1

Re: [go-nuts] Re: [ANN] A Go based map reduce system (second attempt)

2016-09-13 Thread Daniel Whitenack
Henrik and David, Yes, this is precisely what pachyderm is trying to accomplish (along with a built in data versioning system). It's pretty wonderful, and I recommend running through their quick start guide: http://pachyderm.readthedocs.io/en/latest/ Daniel On Monday, September 12, 2016 at 1

[go-nuts] Go data science resources and community

2016-08-16 Thread Daniel Whitenack
Hi Everyone, There are actually a lot of people doing data science with Go or just interested in the idea. We have been discussing this a good bit on the #data-science channel of gophers slack, but it was suggested there that a post here would help make more people aware of these discussion an