GNU Project Introduces Gneural Network AI Package (gnu.org)
jones_supa writes: The GNU free software project is introducing a new neural network computation package called Gneural Network. The GNU project has been impressed by the work of Google, IBM, AlphaGo and Watson on the field of artificial intelligence. However, the GNU project sees that the fact that only companies and labs have access to this technology can represent a threat: "First of all, we cannot know how money driven companies are going to use this novel technology. Second, this monopoly slows down Progress and Technology." This is why the author, Jean Michel Sellier, decided to create Gneural Network and release it under the GNU GPL license. In the current release (version number humbly set to 0.0.1), it is a very simple feedforward network which can learn very simple tasks such as curve fitting, but the development team plans to deliver more advanced features very soon. They are already spending efforts to implement a network of LSTM (long short term memory) neurons for recurrent networks and deep learning. Learning reinforcement techniques are also planned.
The only major difference between BSD and GPL licenses is that BSD allows open software to be closed, so really you're arguing in favour of closed software. Whatever are you doing on Slashdot?
But the illogic of your position runs deeper still. The whole point of TFA and of Gneural is to provide an open neural net because closed ones are already plentiful , so the only perceived "benefit" of BSD (using the term loosely) is precisely what Gneural is trying to balance. This makes your desire for BSD licensing so that even more proprietary software can be made totally miss the point of the project.
NN have been around for 40 years. Lots of people have built stuff already.
Mainly FSF is a political organization not a software shop. They did a lot of good work, and they failed on some projects. Lots of top quality people couldn't keep up with the Linux kernel no embarrassment in that. The person who gets the bronze in the olympics is not a failure.
Yep, nothing novel at all, even in conception. The real trick with deep learning software is figuring out how to integrate them into knowledge bases and provide useful training and feedback mechanisms. Honestly, creating the neural network software is the easy part, because there's a ton of academic research that tells you *exactly* how to do it. I actually downloaded and examined the code, and while it looks reasonably clean and functional, we're not exactly talking about a huge amount of work to replicate it - it's just a few hundred lines in total.
Moreover, when any software package starts with a section on "The Ethical Motivations" for its existence, it strikes me as the wrong sort of motivation altogether. The real motivation should be "I want to solve some interesting problems", and THAT will drive the design. This sounds like a pretty typical academic exercise, and as such, probably is not going to amount to much, other than as a starting point for some student projects here or there. But even that is dicey, as naturally, there's no documentation at all - just a readme file telling you to look at the source code to figure out how it works. Odds are pretty good that documentation is never actually written for it, because that's a hell of a lot less fun than writing the code.
Sorry, I really do love this sort of stuff, but it's a little hard to get excited about the project when its exactly the same sort of code I was tinkering with as an undergrad student decades ago. That anyone is actually comparing a few hundred lines of relatively simplistic C code to IBM or Google's machine learning projects is disingenuous at best, borderline insulting at worst.
Irony: Agile development has too much intertia to be abandoned now.