LinearGo now supports Go 1.6(github.com)
github.com
LinearGo now supports Go 1.6
https://github.com/lazywei/lineargo
9 comments
The title had me excited that this was going to be Go extended with a linear type system. Speaking of: is there a linear C variant?
LOL... the name is indeed a little bit misleading
Do you mean liblinear for C? actually, the original liblinear is written in C, and it has both binary executable and library file for advanced using.
please ref to: https://www.csie.ntu.edu.tw/~cjlin/liblinear/
No, as in linear types. http://citeseerx.ist.psu.edu/viewdoc/summary?doi=10.1.1.31.5...
ATS might be close to what you want, but its more ML than C. If you use any language with linear types I would be very curious of anecdotes you may have to share, more so if you have used them in anger.
There is linearML but sadly the development slowed down once pikatchu got hired by facebook.
There is linearML but sadly the development slowed down once pikatchu got hired by facebook.
Note that my golinear bindings have been around for ~3.5 years:
https://github.com/danieldk/golinear
These are API-stable and have been used in a couple of projects for some time, including my dependency parser:
https://github.com/danieldk/dpar
Glancing at the API docs, it seems that golinear is definitely more mature/extensive:
https://godoc.org/github.com/danieldk/golinear https://godoc.org/github.com/lazywei/lineargo
https://github.com/danieldk/golinear
These are API-stable and have been used in a couple of projects for some time, including my dependency parser:
https://github.com/danieldk/dpar
Glancing at the API docs, it seems that golinear is definitely more mature/extensive:
https://godoc.org/github.com/danieldk/golinear https://godoc.org/github.com/lazywei/lineargo
awesome! actually i did this for learning cgo and for my own project's purpose. it would be great to see there are some better options :-)
Doing is indeed the best road to learning :). I see that you have OpenCV bindings as well, will definitely look into them...
Now whever I read about Go I wonder if it's a program that plays Go or the language!
Lol the name is really misleading now... Didn't mean to confuse people with AlphaGo lol