Multiple Back-Propagation is an open source software application for training neural networks with the backpropagation and the multiple back propagation algorithms. Currently this project is also hosted at http://code.google.com/p/multiplebackpropagation
Features
- Fast training (supports CUDA)
- Generates C code for the trained networks
- Allows input sensitivity analysis
- Highly configurable
- Easy to use
- Provides RMS graphics during training
- Provides Output versus Desired output graphics during training for the training and test sets
Categories
Machine LearningLicense
GNU General Public License version 3.0 (GPLv3)Follow Multiple Back-Propagation (with CUDA)
Other Useful Business Software
Go from Data Warehouse to Data and AI platform with BigQuery
BigQuery is more than a data warehouse—it's an autonomous data-to-AI platform. Use familiar SQL to train ML models, run time-series forecasts, and generate AI-powered insights with native Gemini integration. Built-in agents handle data engineering and data science workflows automatically. Get $300 in free credit, query 1 TB, and store 10 GB free monthly.
Rate This Project
Login To Rate This Project
User Reviews
-
Overall pretty good. It works for the most part (read: is usable). Not everything works with CUDA so for some things you'll still need CPU (like mbp networks - they dont train properly on CUDA). Documentation is non existent and some bugs present.
-
Hi Noel ! Maybe you already abandon this project ! I have a Problems with CUDA in 2.2.2" on Windows 7 /64 . According to other software's' bugs, it seems that all Fermi architecture and or libraries/gpu are not supported ( GTX 570 ) experience this bug, the design of the Nvidia support 2.0 . Thanks Ispas Aurel
-
Excellent integration with CUDA, lightening fast NN implementation. Lacks Kohonen,SVM, etc. support anyway, only MLP variants.