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