Neurons is an open-source Windows program based on the Keras and Tensorflow libraries that allows users to create their own simple Supervised Machine Learning models. Models can be saved, loaded, trained and more (see the Examples section). Currently, the models are Sequential (there are no loops or bifurcations of the layers) and the layers are Dense.
Everyone's heard of Machine Learning as "the next step for Humanity", it's being used by researchers all over the globe in areas ranging from Economics to Medicine to extract patterns from huge amounts of data. Every big tech company is using it right now to perfect their algorithms and predict the things you like. You might be thinking: "That sounds cool! Maybe if I apply for a Data Science PhD right now I might be able to use in 10 years time". Well... don't worry. You can explore the capabilities of Machine Learning right now with Neurons for Windows, without writing a single line of code.
Google Drive link (for Windows): Neurons1.0.zip . Extract the files. Inside the 'Neurons1.0' folder find 'Neurons.exe' and double click it.
Github (check here for bug fix updates): Neurons Github