guile-user
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Release 7.1 of Scheme+ and Comparison of code between Scheme+ (an enhanc


From: Damien Mattei
Subject: Release 7.1 of Scheme+ and Comparison of code between Scheme+ (an enhanced scheme language) and Python
Date: Thu, 21 Sep 2023 09:36:11 +0200

I present a comparison of the same algorithm between two languages:
Python versus Scheme+, a language based and written in Scheme.

The algorithm is based on fundamental deep learning : a multi-layer
neural network simulate 2 boolean functions NOT and XOR and a
mathematical function SIN (sine).

First i present the original Python program and his output, after the
Scheme+ version.


https://racket.discourse.group/t/comparison-of-code-between-scheme-an-enhanced-scheme-language-and-python/2317

The code is for the Scheme+ version for Racket, i will give a version
for Guile later, but the same version 7.1 for Guile of Scheme+
language is already released and available:

https://github.com/damien-mattei/Scheme-PLUS-for-Guile

the doc and features are  the same as for Racket:
https://damien-mattei.github.io/Scheme-PLUS-for-Racket/Scheme+io.html



reply via email to

[Prev in Thread] Current Thread [Next in Thread]