digitalmars.D.announce - I've finally released the source code of the neural network creator,
- Murilo (10/10) May 07 2024 I've placed the whole thing in my Github, there is the module
- Steven Schveighoffer (4/15) May 07 2024 Awesome! Your talk was great this year. Looking forward to seeing
I've placed the whole thing in my Github, there is the module called neuralnetwork.d, which contains tools for you to create neural networks, it has classes and functions. And there is the software Neural Network Creator which allows you to create the network only by clicking with the mouse. It is all there for anyone to use as they wish, all written purely in D. Here is the link: https://github.com/MuriloMir/Neural-network Just to give you guys a spoiler, I'm writing a biology simulator in D, it is already very impressive, I will show more later.
May 07 2024
On Wednesday, 8 May 2024 at 02:28:56 UTC, Murilo wrote:I've placed the whole thing in my Github, there is the module called neuralnetwork.d, which contains tools for you to create neural networks, it has classes and functions. And there is the software Neural Network Creator which allows you to create the network only by clicking with the mouse. It is all there for anyone to use as they wish, all written purely in D. Here is the link: https://github.com/MuriloMir/Neural-network Just to give you guys a spoiler, I'm writing a biology simulator in D, it is already very impressive, I will show more later.Awesome! Your talk was great this year. Looking forward to seeing more. -Steve
May 07 2024