Re: [go-nuts] Re: golang for AI

2017-12-25 Thread Sebastien Binet
Not sure what Fabien is using but the Go equivalent of numpy is Gonum: https://gonum.org. (At least it's the closest to numpy that I know of) -s sent from my droid On Dec 25, 2017 7:47 AM, "Lee Rick" wrote: Can you share some name What package is used? python has a package called numpy, it i

Re: [go-nuts] Re: golang for AI

2017-12-24 Thread Lee Rick
it's not update for years, it means it not helpful? 在 2017年12月24日星期日 UTC+8上午4:12:20,Maurizio Totti写道: > > 2017-12-22 15:08 GMT+01:00 Fabien >: > > I'm working in an AI research lab and use golang a lot, so I would tend > to > > say yes. We're working in the symbolic AI field though (ontologies

[go-nuts] Re: golang for AI

2017-12-24 Thread Lee Rick
Can you share some name What package is used? python has a package called numpy, it is useful, but ,i can't find similar package in golang, do you use similar numpy package in golang ? 在 2017年12月22日星期五 UTC+8下午10:08:28,Fabien写道: > > I'm working in an AI research lab and use golang a lot, so I w

Re: [go-nuts] Re: golang for AI

2017-12-23 Thread Maurizio Totti
2017-12-22 15:08 GMT+01:00 Fabien : > I'm working in an AI research lab and use golang a lot, so I would tend to > say yes. We're working in the symbolic AI field though (ontologies, > constraint solving and that stuff), not machine learning. > > Le vendredi 22 décembre 2017 07:33:04 UTC+1, Lee Ric

[go-nuts] Re: golang for AI

2017-12-22 Thread Fabien
I'm working in an AI research lab and use golang a lot, so I would tend to say yes. We're working in the symbolic AI field though (ontologies, constraint solving and that stuff), not machine learning. Le vendredi 22 décembre 2017 07:33:04 UTC+1, Lee Rick a écrit : > > hi, >Artificial intelli

[go-nuts] Re: golang for AI

2017-12-22 Thread Lin Hao
In this case, I just saw one library of scientific computing: gonum . Therefore, I also put forward this suggestion here and hope to make positive progress. 在 2017年12月22日星期五 UTC+8下午2:33:04,Lee Rick写道: > > hi, >Artificial intelligence is a big trend, and i want