Some half baked ideas:
* month after month, the percentage of code coded by AI grows and
human made shrinks.
* could Pascal be the ideal language coded (or preferred) by AI?
Given that Pascal is strongly typed, easy to read and debug, avoids many
types of bugs, could we make AI to prefer pascal?
> Can someone recommend a good book on writing (assembly) vector code ?
Although it's not what you asking for, you may find some examples at (look
for "procedure AVXAdd"):
https://github.com/joaopauloschuler/neural-api/blob/master/neural/neuralvolume.pas
In the case that you are looking for X86 S
I would like to give a try to WebAssembly as a target in my own project (
https://github.com/joaopauloschuler/neural-api ). From where can I get
this compiler?
___
fpc-pascal maillist - fpc-pascal@lists.freepascal.org
https://lists.freepascal.org/cgi-b
Thank you for your help Jonas. It was a good guess. Unfortunately, adding
"spectre_v2=off nopti pti=off" didn't help.
___
fpc-pascal maillist - fpc-pascal@lists.freepascal.org
http://lists.freepascal.org/cgi-bin/mailman/listinfo/fpc-pascal
Hello,
For the past 10 days, I've seen really strange speed problems at my end.
In 2 Ubuntu virtualbox VMs (16.04 and 18.04), my neural networks are
running at half speed than usual. The host is a WIN 10 computer. Neural
networks are both CPU and memory bound. Therefore, there is something
affecti
I would use something like {$include mysettings.inc} .
___
fpc-pascal maillist - fpc-pascal@lists.freepascal.org
http://lists.freepascal.org/cgi-bin/mailman/listinfo/fpc-pascal
If I can, I would like to vote for "&" instead of "+". As I use Free Pascal
with math (neural networks), I would vote for "&" with concatenation and
"||" with "union" (in the case it's ever required).
On Mon, Jun 18, 2018 at 5:24 AM, Roger Rivero Jr. (SAMPA WebMaster) <
sa...@caonao.cu> wrote:
>
AWESOME NEWS! Thank you.
Should I start by adding more tasm*.pp testing files
at fpc/branches/tg74/avx512/tests/test/ specific for AVX512 ?
On Fri, Jun 15, 2018 at 6:52 AM, Florian Klämpfl
wrote:
> Am 14.06.2018 um 22:37 schrieb Joao Schuler:
>
>> Hello,
>> In the case that I
zmm, [rax]
...
end;
wishing everyone happy pascal coding,
Schuler.
___
fpc-pascal maillist - fpc-pascal@lists.freepascal.org
http://lists.freepascal.org/cgi-bin/mailman/listinfo/fpc-pascal
Hello,
To whom might be interested, I've just recorded a video showing how to
increase image resolution using free pascal:
https://www.youtube.com/watch?v=jdFixaZ2P4w
I consider this as a step in the project as this is the first time an image
generative neural network and it's supporting API is ad
"> or even neural network libraries written in Pascal?
Try contacting schuler in Lazarus forum. "
Hello, this is schuler!!!
You can find the most recent project update here:
https://forum.lazarus.freepascal.org/index.php/topic,39049.0.html
There are many neural network layers
11 matches
Mail list logo