Release Notes maXbox 4.7.5.90 V October 2021 mX475
****************************************************************
Add 16 Units + 4 Tutorials
1423 uPSI_SingleList.pas; TSingleListClass
1424 unit uPSI_AdMeter.pas; Async Professional
1425 unit uPSI_neuralplanbuilder; CAI
1426 unit uPSI_neuralvolume.pas; CAI
1427 unit uPSI_neuralvolumev.pas; CAI
1428 unit uPSI_DoubleList4; CapJack
1429 unit uPSI_ByteListClass; CapJack
1430 unit uPSI_flcVectors4; FLC5
1431 unit uPSI_flcMatrix4; FLC5
1432 uPSI_CurlHttpCodes.pas
1433 unit uPSI_NeuralNetwork.pas; CAI
1434 unit unit uPSI_neuralfit; CAI
1435 unit uPSI_neuraldatasets; CAI
1436 unit uPSI_neuraldatasetsv.pas CAI
1437 uPSI_flcFloats.pas FLC5
1438 unit UBigIntsForFloatV4.pas DFF
Total of Function Calls: 34780
SHA1: of 4.7.5.90 A1C85C7A69602F40F66C84E91196E25E44E0EC7A
CRC32: 5BDDA952 30.4 MB (31,923,016 bytes)
Application Details:
Version: | 4.7.5.90 |
License: | Free to use and share |
URL: | http://www.softwareschule.ch/ |
Votes: | 0 |
Latest Rating: | Silver |
Latest Wine Version Tested: | 6.20 |
Maintainers: About Maintainership
What works
Add 16 Units + 4 Tutorials
1423 uPSI_SingleList.pas; TSingleListClass
1424 unit uPSI_AdMeter.pas; Async Professional
1425 unit uPSI_neuralplanbuilder; CAI
1426 unit uPSI_neuralvolume.pas; CAI
1427 unit uPSI_neuralvolumev.pas; CAI
1428 unit uPSI_DoubleList4; CapJack
1429 unit uPSI_ByteListClass; CapJack
1430 unit uPSI_flcVectors4; FLC5
1431 unit uPSI_flcMatrix4; FLC5
1432 uPSI_CurlHttpCodes.pas
1433 unit uPSI_NeuralNetwork.pas; CAI
1434 unit unit uPSI_neuralfit; CAI
1435 unit uPSI_neuraldatasets; CAI
1436 unit uPSI_neuraldatasetsv.pas CAI
1437 uPSI_flcFloats.pas FLC5
1438 unit UBigIntsForFloatV4.pas DFF
What does not
Workarounds
What was not tested
****************************************************************
Tech Notes maXbox 4.7.5.90 V October 2021 mX47
****************************************************************
add uPSI_flcFloats.pas to complete Fundamentals5
Registermethod: count, capacity in TNNetList
with CL.Add(TNNetList) do RegisterMethod(@TNNetList.Count, 'Count');
alias flots() - floattostr()
CL.AddDelphiFunction('Function flots( const A : Float) : String');
plus resources MOON_FULL, maxbox4logo.jpg
Bugfix TSize Type
CL.AddClassN(CL.FindClass('TOBJECT'),'TInteger'); Bigints for BigFloat
- RegisterMethod(FindClass('TObject'),'TBigFloat'),'Procedure Assign4( A : TInteger);');
fix type TSize
CL.AddTypeS('TSize', 'record cx: Longint; cy: Longint; end'); //not anymore in JvVCLUtils
asize:= MakeSize(2,34);
wGetTextExtentPoint32(aDC, 'f' ,4, asize)
writeln(botostr(GetViewportExtEx( adc, asize)));
RegisterMethod('Function AddLayer( pLayer : TNNetLayer) : TNNetLayer;');
RegisterMethod('Function AddLayer1( strData : string) : TNNetLayer;');
RegisterMethod('Function AddLayer2( pLayers : array of TNNetLayer) : TNNetLayer;');
Hardware tested
Graphics:
Additional Comments
Docu of main Neural Unit for maXbox: http://www.softwareschule.ch/e...
http://www.softwareschule.ch/e...
http://www.softwareschule.ch/e...
http://www.softwareschule.ch/e...
http://www.softwareschule.ch/e...
Source https://github.com/joaopaulosc...
Operating system | Test date | Wine version | Installs? | Runs? | Used Workaround? | Rating | Submitter | ||
Current | Ubuntu 14.10 "Utopic" i386 (+ variants like Kubuntu) | Oct 27 2021 | 6.20 | Yes | Yes | No | Silver | Max Kleiner |
Bug # | Description | Status | Resolution | Other apps affected |
The following comments are owned by whoever posted them. WineHQ is not responsible for what they say.
by Max Kleiner on Wednesday October 27th 2021, 3:39
www.softwareschule.ch/examples/uPSI_neuralnetworkcai.txt
www.softwareschule.ch/examples/uPSI_neuralvolume.txt
www.softwareschule.ch/examples/uPSI_neuraldatasets.txt
www.softwareschule.ch/examples/uPSI_neuralfit.txt
Source github.com/joaopauloschuler/neural-api