Agile Artificial Intelligence book

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
3 messages Options
Reply | Threaded
Open this post in threaded view
|

Agile Artificial Intelligence book

Pharo Smalltalk Users mailing list
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 has evolved. I believe that the part are stable. Maybe content of Part II and Part III can still evolve.

You can contribute to the chapters by simply making a pull-request.
People who do so,
        (i) will have their name listed on the book website,
        (ii) will have their name in the printed version of the book, and
        (iii) I will be very happy to invite you for a beer next time we meet.

Thanks to all of you who have pushed the book and sent encouragements. The community deserves your effort.

Kind regards,
Alexandre
Reply | Threaded
Open this post in threaded view
|

Re: Agile Artificial Intelligence book

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:  package:
When I dig into it a bit this message is implemented in an abstract method
of Metacello which does not appear to be in Metacello hierarchy??  What did
I miss?  
mike



--
Sent from: http://forum.world.st/Pharo-Smalltalk-Users-f1310670.html

Reply | Threaded
Open this post in threaded view
|

Re: Agile Artificial Intelligence book

Pharo Smalltalk Users mailing list
Hi!

Thanks for having spotted it. 
Code for the first chapters can be downloaded using:
Metacello new
  baseline: 'NeuralNetwork';
  repository: '<a href="github://AgileArtificialIntelligence/PharoSourceCode/src" class="">github://AgileArtificialIntelligence/PharoSourceCode/src' ;
  load.

But note that the code is not officially released. We will package it better…

Cheers,
Alexandre
-- 
_,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:
Alexandre Bergel  http://www.bergel.eu
^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;.



On Dec 13, 2018, at 3:35 PM, mldavis99 <[hidden email]> wrote:

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: '<a href="github://AgileArtificialIntelligence/PharoSourceCode/src" class="">github://AgileArtificialIntelligence/PharoSourceCode/src' ;
 load.
Both Pharo 6.1 stable and 7 Development Version do not understand:  package:
When I dig into it a bit this message is implemented in an abstract method
of Metacello which does not appear to be in Metacello hierarchy??  What did
I miss?  
mike



--
Sent from: http://forum.world.st/Pharo-Smalltalk-Users-f1310670.html