Release Notes maXbox 4.7.6.10 November 2021 mX476
****************************************************************
Add 5 Units + 2 Tutorials
1441 unit uPSI_neuralgeneric.pas; CAI
1442 unit uPSI_neuralthread.pas; CAI
1443 unit uPSI_uSysTools; TuO
1444 unit upsi_neuralsets; mX4
1445 unit uPSI_uWinNT.pas mX4
Total of Function Calls: 34880
SHA1: of 4.7.6.10 CF939E3A8D4723DB1DEF383C5FC961E06728C58F
CRC32: 38F88218 30.5 MB (32,022,344 bytes)
Application Details:
Version: | 4.7.6.10 |
License: | Free to use and share |
URL: | http://www.softwareschule.ch/ |
Votes: | 0 |
Latest Rating: | Platinum |
Latest Wine Version Tested: | 6.16 |
Maintainers: About Maintainership
What works
1441 unit uPSI_neuralgeneric.pas; CAI
1442 unit uPSI_neuralthread.pas; CAI
1443 unit uPSI_uSysTools; TuO
1444 unit upsi_neuralsets; mX4
1445 unit uPSI_uWinNT.pas mX4
What does not
Workarounds
What was not tested
RegisterMethod('Function AddLayer( pLayer : TNNetLayer) : TNNetLayer;');
RegisterMethod('Function AddLayer1( strData : string) : TNNetLayer;');
RegisterMethod('Function AddLayer2( pLayers : array of TNNetLayer) : TNNetLayer;');
TestConvolutionAPI Routine internal
Hardware tested
Graphics:
Additional Comments
Total of Function Calls: 34880
SHA1: of 4.7.6.10 CF939E3A8D4723DB1DEF383C5FC961E06728C58F
CRC32: 38F88218 30.5 MB (32,022,344 bytes)
****************************************************************
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, EARTH.bmp
Bugfix TSize Type
CL.AddClassN(CL.FindClass('TOBJECT'),'TInteger'); Bigints for BigFloat
- RegisterMethod(FindClass('TObject'),'TBigFloat'),'Procedure Assign4( A : TInteger);');
fix type TSize, add type TIntegerArray
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;');
TestConvolutionAPI Routine internal
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 | Linux Mint 20.1 | Nov 18 2021 | 6.16 | Yes | Yes | No | Platinum | 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 Saturday November 20th 2021, 4:01
github.com/maxkleiner/neural-api
by Max Kleiner on Friday November 19th 2021, 2:23
13/11/2021 22:38 30,865 MathsLib.dcu
13/11/2021 17:01 37,230 neuraldatasets.dcu
13/11/2021 19:38 316,093 neuralnetworkCAI.dcu
13/11/2021 22:35 6,568 PXLTiming.dcu
13/11/2021 22:35 7,434 PythonAction.dcu
13/11/2021 22:35 278,938 PythonEngine.dcu
13/11/2021 17:41 23,968 uPSI_neuraldatasets.dcu
13/11/2021 17:53 153,048 uPSI_NeuralNetworkCAI.dcu
13/11/2021 17:41 9,359 uPSI_neuralthread.dcu
13/11/2021 22:35 8,642 uPSI_PXLTiming.dcu
13/11/2021 22:35 175,123 uPSI_PythonEngine.dcu
13/11/2021 22:13 11,007 uPSI_uSysTools.dcu
13/11/2021 22:31 2,720 uPSI_uWinNT.dcu
13/11/2021 18:46 22,817 uSysTools.dcu
13/11/2021 22:21 2,445 uWinNT.dcu
13/11/2021 22:35 46,234 VarPyth.dcu
13/11/2021 22:35 40,900 OverbyteIcsMimeUtils.dcu
13/11/2021 22:35 77,136 OverbyteIcsUtils.dcu
13/11/2021 18:44 56,530 RegExpr.dcu
by Max Kleiner on Thursday November 18th 2021, 16:24
www.softwareschule.ch/examples/uPSI_NeuralNetworkCAI.txt
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
github.com/joaopauloschuler/neural-api/blob/master/neural/neuralvolume.pas