<?xml version="1.0" encoding="UTF-8"?><rss
version="2.0"
xmlns:content="http://purl.org/rss/1.0/modules/content/"
xmlns:dc="http://purl.org/dc/elements/1.1/"
xmlns:atom="http://www.w3.org/2005/Atom"
xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
> <channel><title>Comments on: Just ONE project</title> <atom:link href="http://victorhurdugaci.com/just-one-project/feed/" rel="self" type="application/rss+xml" /><link>http://victorhurdugaci.com/just-one-project/</link> <description>Victor Hurdugaci&#039;s playground</description> <lastBuildDate>Wed, 09 May 2012 17:30:08 +0000</lastBuildDate> <sy:updatePeriod>hourly</sy:updatePeriod> <sy:updateFrequency>1</sy:updateFrequency> <generator>http://wordpress.org/?v=</generator> <item><title>By: Diana</title><link>http://victorhurdugaci.com/just-one-project/comment-page-1/#comment-724</link> <dc:creator>Diana</dc:creator> <pubDate>Fri, 10 Jul 2009 12:47:30 +0000</pubDate> <guid
isPermaLink="false">http://victorhurdugaci.com/?p=1104#comment-724</guid> <description>Hi Victor,
Thank you very much for your reply. I will look more into this, and if I need more help maybe I will contact you :).</description> <content:encoded><![CDATA[<p>Hi Victor,</p><p>Thank you very much for your reply. I will look more into this, and if I need more help maybe I will contact you :).</p> ]]></content:encoded> </item> <item><title>By: Victor</title><link>http://victorhurdugaci.com/just-one-project/comment-page-1/#comment-723</link> <dc:creator>Victor</dc:creator> <pubDate>Thu, 09 Jul 2009 18:01:58 +0000</pubDate> <guid
isPermaLink="false">http://victorhurdugaci.com/?p=1104#comment-723</guid> <description>Hello Diana,
An expert system cannot analyze an unrestricted language (Type-0 language), like the spoken language. For this, you need to combine the expert system with some sort of natural language processing.
However, you could create a Type 3 language (a language that can be parsed with regular expressions) you could use the expert system to tokenize and interpret it. The condition (the IF part) will search for a specific token like &quot;GOOD&quot;, &quot;BAD&quot; or &quot;THE BEST&quot; and based on this criteria will rate the book. Ie: GOOD = BookRating +1; BAD = BookRating -1; THE BEST = BookRating + 3.
Each expert system can have metadata associated with facts. A fact could be an author and could have an associated rating.
Example of system:
Fact structure:
- AUTH_FACT: author name [rating]
- RATING_FACT: author name, rating (possible values THE WORST, BAD, GOOD, THE BEST)
Rules:
1. IF fact IS RATING_FACT AND &lt;fact&gt; CONTAINS &#039;THE WORST&#039;
THEN AUTHOR(fact)[rating] -= 3
2. IF fact IS RATING_FACT AND &lt;fact&gt; CONTAINS &#039;THE BEST&#039;
THEN AUTHOR(fact)[rating] += 3
3. ... similar for GOOD
4. ... similar for BAD
* AUTHOR(fact) extracts the author associated with the fact.</description> <content:encoded><![CDATA[<p>Hello Diana,</p><p>An expert system cannot analyze an unrestricted language (Type-0 language), like the spoken language. For this, you need to combine the expert system with some sort of natural language processing.</p><p>However, you could create a Type 3 language (a language that can be parsed with regular expressions) you could use the expert system to tokenize and interpret it. The condition (the IF part) will search for a specific token like &#8220;GOOD&#8221;, &#8220;BAD&#8221; or &#8220;THE BEST&#8221; and based on this criteria will rate the book. Ie: GOOD = BookRating +1; BAD = BookRating -1; THE BEST = BookRating + 3.</p><p>Each expert system can have metadata associated with facts. A fact could be an author and could have an associated rating.</p><p>Example of system:</p><p>Fact structure:<br
/> &#8211; AUTH_FACT: author name [rating]<br
/> &#8211; RATING_FACT: author name, rating (possible values THE WORST, BAD, GOOD, THE BEST)</p><p>Rules:<br
/> 1. IF fact IS RATING_FACT AND <fact> CONTAINS &#8216;THE WORST&#8217;<br
/> THEN AUTHOR(fact)[rating] -= 3<br
/> 2. IF fact IS RATING_FACT AND </fact><fact> CONTAINS &#8216;THE BEST&#8217;<br
/> THEN AUTHOR(fact)[rating] += 3<br
/> 3. &#8230; similar for GOOD<br
/> 4. &#8230; similar for BAD</p><p>* AUTHOR(fact) extracts the author associated with the fact.</fact></p> ]]></content:encoded> </item> <item><title>By: Diana</title><link>http://victorhurdugaci.com/just-one-project/comment-page-1/#comment-722</link> <dc:creator>Diana</dc:creator> <pubDate>Thu, 09 Jul 2009 16:52:49 +0000</pubDate> <guid
isPermaLink="false">http://victorhurdugaci.com/?p=1104#comment-722</guid> <description>This is the first time I hear about the Expert system. Since you know much more :), do you think that having a proper knowledge base, it could be use for establishing the semantics of a text? I mean, if I have the text &quot;I read some book written by X and I really enjoyed it, it was a great book. The previous ones I read from X were not so good &quot;. Could this expert system establish if my sentence is a positive or negative feedback? And to go further, is there any way to establish how good or bad is this feedback (for example, on a scale from 1 to 10). Maybe what I ask is stupid, but I thought I could give it a try and ask :).</description> <content:encoded><![CDATA[<p>This is the first time I hear about the Expert system. Since you know much more :), do you think that having a proper knowledge base, it could be use for establishing the semantics of a text? I mean, if I have the text &#8220;I read some book written by X and I really enjoyed it, it was a great book. The previous ones I read from X were not so good &#8220;. Could this expert system establish if my sentence is a positive or negative feedback? And to go further, is there any way to establish how good or bad is this feedback (for example, on a scale from 1 to 10). Maybe what I ask is stupid, but I thought I could give it a try and ask :).</p> ]]></content:encoded> </item> <item><title>By: Timotei Dolean</title><link>http://victorhurdugaci.com/just-one-project/comment-page-1/#comment-679</link> <dc:creator>Timotei Dolean</dc:creator> <pubDate>Sat, 13 Jun 2009 10:34:58 +0000</pubDate> <guid
isPermaLink="false">http://victorhurdugaci.com/?p=1104#comment-679</guid> <description>Good luck at your bachelor thesis, I&#039;m waiting to read it ;)
Mhh.. Well, in my opinion I think the future will belong to Robotics, VR or AI. And an expert system may be considered part of the AI universe, or not? So yes, they will be used, mostly by robots, to develeop a &quot;human-like&quot; mind.</description> <content:encoded><![CDATA[<p>Good luck at your bachelor thesis, I&#8217;m waiting to read it ;)</p><p>Mhh.. Well, in my opinion I think the future will belong to Robotics, VR or AI. And an expert system may be considered part of the AI universe, or not? So yes, they will be used, mostly by robots, to develeop a &#8220;human-like&#8221; mind.</p> ]]></content:encoded> </item> </channel> </rss>
