Re: [go-nuts] Go and AI Recommendations

2020-12-28 Thread Vitaly
https://www.tensorflow.org/install/lang_go понедельник, 28 декабря 2020 г. в 15:01:07 UTC+5, Vitaly: > https://www.tensorflow.org/ > > понедельник, 28 декабря 2020 г. в 11:09:48 UTC+5, meera: > >> I don't know what resources you have tried already so I'm probably going >> to state the obvious.

Re: [go-nuts] Go and AI Recommendations

2020-12-28 Thread Vitaly
https://www.tensorflow.org/ понедельник, 28 декабря 2020 г. в 11:09:48 UTC+5, meera: > I don't know what resources you have tried already so I'm probably going > to state the obvious. > > You're probably looking for some language agnostic resources on the > subject, since having it be Go speci

Re: [go-nuts] Go and AI Recommendations

2020-12-27 Thread Artur Vianna
I don't know what resources you have tried already so I'm probably going to state the obvious. You're probably looking for some language agnostic resources on the subject, since having it be Go specific will narrow your search. ML like any part of computer science can be described with algorithms

Re: [go-nuts] Go and AI Recommendations

2020-12-27 Thread Nikolay Dubina
Go does not have much traction in ML and for good reasons: * not a single one organization or company is backing Go ML projects * with exception couple papers, no research in neither computer vision, NLP, or RL is done in Go, no papers are implemented in Go. It is mostly Pytorch these days. * Go

Re: [go-nuts] Go and AI Recommendations

2020-12-27 Thread robert engels
I think you might be better off learning AI/ML using Python - to understand the concepts - most tutorials use Python/Colab as well since it is so easy. Once you understand the concepts you can use Go libraries  to implement the

[go-nuts] Go and AI Recommendations

2020-12-27 Thread Philip Chapman
I am an experienced developer and fairly knowledgeable in Go, but new to AI and machine learning. I'd like to expand my skillset in that direction. I would be happy for and recommendations and advice on good material for learning AI and machine learning with Go. Most of the material out there seem