Book about Fuzzy Logic in newLISP

Notices and updates
Locked
Lutz
Posts: 5289
Joined: Thu Sep 26, 2002 4:45 pm
Location: Pasadena, California
Contact:

Book about Fuzzy Logic in newLISP

Post by Lutz »

Great book about Fuzzy Logic:

http://www.springer.com/gp/book/9783319231853

all examples are written in newLISP. The complete code can also be downloaded here:

http://www.fuzzylisp.com

TedWalther
Posts: 608
Joined: Mon Feb 05, 2007 1:04 am
Location: Abbotsford, BC
Contact:

Re: Book about Fuzzy Logic in newLISP

Post by TedWalther »

Wow, awesome! I'm buying a copy of the book right now. There are a couple projects that could use proportionate control, fuzzy logic will be perfect.
Cavemen in bearskins invaded the ivory towers of Artificial Intelligence. Nine months later, they left with a baby named newLISP. The women of the ivory towers wept and wailed. "Abomination!" they cried.

hilti
Posts: 140
Joined: Sun Apr 19, 2009 10:09 pm
Location: Hannover, Germany
Contact:

Re: Book about Fuzzy Logic in newLISP

Post by hilti »

Great! newLISP rocks :-)
--()o Dragonfly web framework for newLISP
http://dragonfly.apptruck.de

arguelles
Posts: 4
Joined: Thu Jan 21, 2016 7:39 pm

Re: Book about Fuzzy Logic in newLISP

Post by arguelles »

Hi all,

I'm the author of the book referenced in this post.

I will be more than happy to reply to any question from the book. Please continue enjoying NewLisp (and Fuzzy Logic, too!)

Cheers,
LA.

newdep
Posts: 2038
Joined: Mon Feb 23, 2004 7:40 pm
Location: Netherlands

Re: Book about Fuzzy Logic in newLISP

Post by newdep »

Was great to read thi snews..very nice, Congratiolations on finishing the book ;-)
It's a long ride to the finish with writing books ;-)
-- (define? (Cornflakes))

gekkonier
Posts: 15
Joined: Fri Jan 26, 2018 7:44 pm

Re: Book about Fuzzy Logic in newLISP

Post by gekkonier »

Hello!
I'm enjoying your book, and newLISP at all!

I have one question just out of curiosity: In chapter 4.3 you are implementing a simple CSV based database.
At first I would have chosen save and load and build the update, modify and filtering around the built in list functions.
Did you chose csv because you wanted to show some concept or do you think it's more powerfull thatn s-exp?

This book with with the newLISP Manual, CodePatterns and the Introduction to newLISP wikibook gives a really strong foundation for study! Thank you!

arguelles
Posts: 4
Joined: Thu Jan 21, 2016 7:39 pm

Re: Book about Fuzzy Logic in newLISP

Post by arguelles »

gekkonier wrote:Hello!
I'm enjoying your book, and newLISP at all!

I have one question just out of curiosity: In chapter 4.3 you are implementing a simple CSV based database.
At first I would have chosen save and load and build the update, modify and filtering around the built in list functions.
Did you chose csv because you wanted to show some concept or do you think it's more powerfull thatn s-exp?

This book with with the newLISP Manual, CodePatterns and the Introduction to newLISP wikibook gives a really strong foundation for study! Thank you!
First, sorry for being so late in answering your question.

I chose CSV because it's a wide standard for simple databases and a nexus between spreadsheets, tables and so on. I've also tried to show how much useful things can be done using simple NewLisp programming.

>>>
This book with with the newLISP Manual, CodePatterns and the Introduction to newLISP wikibook gives a really strong foundation for study! Thank you!
>>>

You can not imagine how much happy I feel with your words. I wrote the book with the following mission in mind: "to create the book I would have loved to have when I started to study Fuzzy Logic theories". Thanks very very much.

Luis Argüelles.

joejoe
Posts: 173
Joined: Thu Jun 25, 2009 5:09 pm
Location: Denver, USA

Re: Book about Fuzzy Logic in newLISP

Post by joejoe »

Argüelles,

Thank you for the meta extension facility! Looks stellar!

Quick question, do you have a license associated w the code?

nL is GPL which allows us to modify contribute it without letting others close source it.

I'm getting a grasp of the idea of fuzzy logic on top of nL! Kudos! :D

arguelles
Posts: 4
Joined: Thu Jan 21, 2016 7:39 pm

Re: Book about Fuzzy Logic in newLISP

Post by arguelles »

Joe, I'm not an expert on issues about licenses.

In any case, please feel free to explore, modify or improve the FuzzyLisp code at your will. It will be great, I think, for the community.

From experience, FuzzyLisp can be a great tool for developing interesting projects in Fuzzy-Logic. Among other projects, I wrote a system for controlling glucose levels in diabetic rats and then in humans. It worked perfectly well.

If you have any doubt in FuzzyLogic, please don't hesitate to share it here.

Cheers, Luis.

arguelles
Posts: 4
Joined: Thu Jan 21, 2016 7:39 pm

Re: Book about Fuzzy Logic in newLISP

Post by arguelles »

I almost forget:

a:) The code from FuzzyLisp can be freely downloaded from the following address: http://www.fuzzylisp.com/downloads.html

b:) For getting the "A Practical Introduction to Fuzzy Logic using LISP" book, aside traditional sources such as amazon, etc., using Google a bit, I think you can get on-line versions of it for free. Just don't tell them I told you!

Sincerely, Luis Argüelles.

Locked