//+------------------------------------------------------------------+ //| This file is free software; you can redistribute it and/or | //| modify it under the terms of the GNU General Public License as | //| published by the Free Software Foundation (www.fsf.org); either | //| version 2 of the License, or (at your option) any later version. | //| | //| This program is distributed in the hope that it will be useful, | //| but WITHOUT ANY WARRANTY; without even the implied warranty of | //| MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | //| GNU General Public License for more details. | //+------------------------------------------------------------------+ ** ** ** ** ** ** Hello! == == == == == == = You can find more updates, completed libraries and includes in the forum : 'https://www.mql5.com/en/forum/338341' Feel free to share your opinions by creating a resource file similar to 'this', embedding your thoughts or / and ideas, or otherwise contributing in the forum discussion; _______________________ Success in your trading. //+------------------------------------------------------------------+ //| UPDATE NOTES | //+------------------------------------------------------------------+ version 1.10 => 1. Created a neural network library to solve an xor problem. 2. Created a sample script as an example of the program functions. 3. link: https://www.mql5.com/en/forum/338341/page4#comment_17770620 version 1.20 => 1. Added a graphical representation of the training progress. 2. Reduced console output to show final unseen prediction only. 3. Better display of the prediction error as a percentage in console. //+------------------------------------------------------------------+