Max Kleiner
Max Kleiner
Hi I I just tested the supersimple.lpr and compared the results, after 3000 epochs each I got very different results, a few are in the expected range others made no...
Another Example is the //Application.Title:='CIFAR-10 SELU Classification Example'; It never gets better score than at the beginning, so the loss doesnt really change till epoch 50, what could be wrong(config...
> > > Hello @maxkleiner, your experiment is interesting and I'm glad that you did it. > > If you assume that: 0.1 = False. 0.8 = True. (0.1+0.8) =...
Hi Joao Theres the article in the 100th. Edition of BPM of CAI: http://xv9li.mjt.lu/nl2/xv9li/sh08.html?m=AUsAAED2zaoAAAAOHLYAAARCM1IAAAAAbUYAAN_4ABNaLgBhiOAa2YEQ7HvnSZeVXlPfMoEYzQATSVs&b=75405464&e=f6f8de75&x=H1TrR12BUVYkwY-A0LB_Hw Greetings, Max --- http://www.softwareschule.ch/ https://maxbox.codeplex.com/ ******************************************* On 2021-11-06 12:31, joaopauloschuler wrote: > Hello @maxkleiner [1], your...
Hi Joao Start with the download and just call the exe: maXbox4.exe https://sourceforge.net/projects/maxbox/files/latest/download then you load the script and press F9: https://sourceforge.net/projects/maxbox/files/Examples/CAI/1065__CAI_2_SimpleImageClassifier21_EKON_blogstarter.txt/download takes a lot more time than a compiler,...
Works fine now, did also test MNIST Benchmark, 7 times slower in training but thats scripting. Greetings, Max --- http://www.softwareschule.ch/ https://maxbox.codeplex.com/ ******************************************* On 2021-11-06 12:31, joaopauloschuler wrote: > Hello @maxkleiner...
like in python import pydotplus try: from StringIO import StringIO except ImportError: from io import StringIO #import StringIO #http://www.webgraphviz.com/ tree.export_graphviz( classifier, out_file='maxtree.dot', feature_names=vectorizer.get_feature_names(), ) dotfile = StringIO() tree.export_graphviz(classifier, out_file=dotfile) graph=pydotplus.graph_from_dot_data(dotfile.getvalue())...
Hi Thanks for the proposal, the prerequisite for the binary maXbox4.exe is simple (see release), only a DLL: fannfloat.dll, bds_delphi.dci and optional more dll's as add-ons. [maXbox4 Release](https://github.com/maxkleiner/maXbox4/releases) The compiling...
**maXbox Wins an Award from SourceForge** Congratulations! maXbox has just been recognized with the following awards by SourceForge: Community Leader Open Source Excellence SourceForge Favorite These honors are awarded only...
The beginning of 2011: //*************************************** Unit All_Functions_maXbox3; //*************************************** { V3.0.2 January 2011 //imports by max and imports more runtime lib Functions of delphi2 up d2007 set constants and sets to...