Re: [Pharo-users] Agile Artificial Intelligence

2020-08-20 Thread bentai
I think I found another bug in the book.I am using the Safari version, and the code in the text doesn't match the screenshot.For example, the text says:""The rendered code in the Safari version gets an error, whereas the screenshot version works: -- Sent from: http://forum.world.st/Pharo-Smallta

Re: [Pharo-users] Agile Artificial Intelligence first trained Perceptron

2020-08-20 Thread bentai
I noticed that if I trained the OR gate with 31 iterations, the first test would fail. If I train with 32 iterations, then the test for #(0 0) would pass. What is the explanation for this "tipping point"? The other tests pass, even if timeRepeat := 1. I just decided to experiment a bit. -- S

Re: [Pharo-users] Agile Artificial Intelligence in Pharo book

2020-07-13 Thread G B via Pharo-users
Subject: Re: [Pharo-users] Agile Artificial Intelligence in Pharo book Date: 12 July 2020, 20:48:11 GMT-4 To: Any question about pharo is welcome Thank you both. It shows the problem as:"a MCSmalltalkhubRepository(http://smalltalkhub.com/mc/Pharo/Athens/main/)" self I'll wait f

Re: [Pharo-users] Agile Artificial Intelligence in Pharo book

2020-07-12 Thread Alexandre Bergel via Pharo-users
 http://www.bergel.eu^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;. On 12-07-2020, at 20:48, G B via Pharo-users <pharo-users@lists.pharo.org> wrote:From: G B <g_patri...@yahoo.com>Subject: Re: [Pharo-users] Agile Artificial Intelligence in Pharo bookDate: 12 July 2020, 20:48:11

Re: [Pharo-users] Agile Artificial Intelligence in Pharo book

2020-07-12 Thread G B via Pharo-users
--- Begin Message --- Thank you both. It shows the problem as:"a MCSmalltalkhubRepository(http://smalltalkhub.com/mc/Pharo/Athens/main/)" self I'll wait for it to return to service. On Sunday, July 12, 2020, 7:43:46 PM CDT, Gabriel Cotelli wrote: Smalltalk Hub is a code hosting platf

Re: [Pharo-users] Agile Artificial Intelligence in Pharo book

2020-07-12 Thread Gabriel Cotelli
Smalltalk Hub is a code hosting platform and it's having problems these days. Looks like the book code has some dependency hosted there, so I think that when the problem gets solved it should work again. On Sun, Jul 12, 2020, 20:22 G B via Pharo-users wrote: > I bought "Agile Artificial Intellig

Re: [Pharo-users] Agile Artificial Intelligence in Pharo book

2020-07-12 Thread Richard Sargent
It is possible that one of the prerequisites comes from smalltalkhub.com, as that site has been down for the last couple of days. On Sun, Jul 12, 2020, 15:53 G B via Pharo-users wrote: > I bought "Agile Artificial Intelligence in Pharo" and am using Pharo 8.0 > 64-bit. In the book it says you c

[Pharo-users] Agile Artificial Intelligence in Pharo book

2020-07-12 Thread G B via Pharo-users
--- Begin Message --- I bought "Agile Artificial Intelligence in Pharo" and am using Pharo 8.0 64-bit.  In the book it says you can download the source using: Metacello new  baseline: 'AgileArtificialIntelligence';  repository: 'github://Apress/agile-ai-in-pharo/src';  load. Then it times out wit

Re: [Pharo-users] Agile Artificial Intelligence

2020-07-03 Thread Alexandre Bergel via Pharo-users
--- Begin Message --- Thanks Tomaž for your nice words. Comments on amazon are really important. Cheers, Alexandre -- _,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;: Alexandre Bergel http://www.bergel.eu ^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;. > On 03-07-2020, at 16:11, Tomaž Turk

Re: [Pharo-users] Agile Artificial Intelligence

2020-07-03 Thread Tomaž Turk
https://www.amazon.de/Agile-Artificial-Intelligence-Pharo-Neuroevolution/dp/1484253833/ref=sr_1_2?dchild=1&keywords=artificial+intelligence+pharo&qid=1593807040&sr=8-2 Best wishes Tomaz

Re: [Pharo-users] Agile Artificial Intelligence

2020-07-02 Thread Stéphane Ducasse
write it on amazon :) > On 2 Jul 2020, at 09:56, Tomaž Turk wrote: > > Thanks, Stef, the book is excellent! > > Best wishes, > Tomaz Stéphane Ducasse http://stephane.ducasse.free.fr / http://www.pharo.org 03 59 35 87 52 Assistant: Aurore Dalle FAX

Re: [Pharo-users] Agile Artificial Intelligence

2020-07-02 Thread Tomaž Turk
Thanks, Stef, the book is excellent! Best wishes, Tomaz

[Pharo-users] Agile Artificial Intelligence

2020-07-01 Thread Stéphane Ducasse
We are happy to announce that the book of A. Bergel is out https://www.apress.com/gp/book/9781484253830 Agile Artificial Intelligence in Pharo Implementing Neural Networks, Genetic Algorithms, and Neuroevolution Cover classical algorithms commonly used as artificial intelligence techn

Re: [Pharo-users] Agile Artificial Intelligence book

2018-12-14 Thread Alexandre Bergel via Pharo-users
--- Begin Message --- Hi! Thanks for having spotted it. Code for the first chapters can be downloaded using: Metacello new baseline: 'NeuralNetwork'; repository: 'github://AgileArtificialIntelligence/PharoSourceCode/src' ; load. But note that the code is not officially released. We will pa

Re: [Pharo-users] Agile Artificial Intelligence book

2018-12-13 Thread mldavis99
Hi, the Book so far is great, I am looking forward to more. However, when I try to load the code with: Metacello new package: 'NeuralNetwork'; repository: 'github://AgileArtificialIntelligence/PharoSourceCode/src' ; load. Both Pharo 6.1 stable and 7 Development Version do not understand: p

[Pharo-users] Agile Artificial Intelligence book

2018-12-11 Thread Alexandre Bergel via Pharo-users
--- Begin Message --- Dear Colleagues and Friends, The first 6 chapters of Agile Artificial Intelligence are now stable. Now is a good time for reviewing them. The chapters are available online from: https://agileartificialintelligence.github.io/ You can also see that the structure of the book