[opencog-dev] How to interpret the inference results obtained from POSES?

2017-05-26 Thread Vishnu Priya
hould i interpret? Thanks in advance, Vishnu -- You received this message because you are subscribed to the Google Groups "opencog" group. To unsubscribe from this group and stop receiving emails from it, send an email to opencog+unsubscr...@googlegroups.com. To post to this group

Re: [opencog-dev] How to use MOSES for supervised Classification?

2017-05-12 Thread Vishnu Priya
5%. eg.. Like below: Words Category {agitation, extreme, unstable} -suicidal group {unique, practicing, Neut}- Psychiatric group {Plasma, neutral, vessel} - Control group. So my problem also could be solved using MOSES? Thanks, V

[opencog-dev] How to use MOSES for supervised Classification?

2017-05-11 Thread Vishnu Priya
table, cocoa} - So after training, when i give some economic activity, MOSES should be able to classify it. But i don't know how to start. i could find only simple tutorial examples like AND/OR gate. Could any one guide me ? Thanks and Cheers, Vishnu --

[opencog-dev] Synergy between Pattern Miner-MOSES-PLN

2017-05-08 Thread Vishnu Priya
? How does it work with MOSES and PLN.? How the results of Pattern Miner are being used? Could anyone explain with some example if possible? Many Thanks, Vishnu -- You received this message because you are subscribed to the Google Groups "opencog" group. To unsubscribe from this

[opencog-dev] Atomspace- A neural-symbolic network?

2017-05-03 Thread Vishnu Priya
Hello All, i read that, Atomspace is a neural-symbolic network. How? or is it only a weighted hypergraph? Could any one please explain? Thanks, Vishnu -- You received this message because you are subscribed to the Google Groups "opencog" group. To unsubscribe from this grou

Re: [opencog-dev] Pros and cons

2017-05-02 Thread Vishnu Priya
ntext (Atoms with low LTI have no future use and get delete if the AS gets to big) VLTI: This is a simple boolean that indicates that this atom should never be deleted. (Useful for system components that are written in Atomese) -Cheers, Vishnu On Tuesday, 2 May 2017 16:41:19 UTC+2, Nageen

[opencog-dev] Program learning vs Machine Learning

2017-05-02 Thread Vishnu Priya
Hello All, Why should i use MOSES instead of any ML algorithm? What distinguishes Program learning from ML? Somehow i am not clear :-( Thanks, Vishnu -- You received this message because you are subscribed to the Google Groups "opencog" group. To unsubscribe from this grou

Re: [opencog-dev] PLN rules selection

2017-05-02 Thread Vishnu Priya
)) (ListLink (ConceptNode "law@efcdf101-0d88-4f38-af37-f6fcd65fa596") ) ) (InheritanceLink (stv 1 1) (InterpretationNode "sentence@118669d7-c3c7-4118-8d58-c820f6eac491_parse_0_interpretation_$X" (stv 9,7569708e-13 0,0012484395)) (DefinedLinguisticConcept

Re: [opencog-dev] PLN rules selection

2017-04-27 Thread Vishnu Priya
o is American." I am trying to convert it to a form such that i can apply BC on it. Thanks, Vishnu -- You received this message because you are subscribed to the Google Groups "opencog" group. To unsubscribe from this group and stop receiving emails from it, send an email

Re: [opencog-dev] Re: Calling forward/backward chainer

2017-04-26 Thread Vishnu Priya
I think, it's not only the problem of null confidence. Because this time, i > did not get any convincing result but got something like this: (AndLink (EvaluationLink (DefinedLinguisticRelationshipNode "_det") (ListLink (VariableNode "$iobj

Re: [opencog-dev] Re: Calling forward/backward chainer

2017-04-24 Thread Vishnu Priya
(ConceptNode "green") ) (InheritanceLink (stv 1 1) (ConceptNode "Fritz") (ConceptNode "green") ) ) (AndLink (stv 1 1) (InheritanceLink (stv 1 1) (ConceptNode "Fritz") (ConceptNode "green&qu

Re: [opencog-dev] Re: Calling forward/backward chainer

2017-04-22 Thread Vishnu Priya
same input but i does not get any inference. I got only empty SetLink. I have attached the input file for your reference. i also tested the same rules on animals.scm example but got no output. :-( I don't know what is missing here. It would be very helpful if i get some help. Thanks in

Re: [opencog-dev] Re: Calling forward/backward chainer

2017-04-21 Thread Vishnu Priya
Thanks Nil. Yeah. That was the problem. I have mistakenly entered the > parameters. I did not get from any example file. Now it works as expected. I have also created a GitHub Issue for not returning appropriate err message. Cheers, Vishnu -- You received this mess

Re: [opencog-dev] Re: Calling forward/backward chainer

2017-04-21 Thread Vishnu Priya
ly-smob/1: ERROR: In procedure cog-fc: Not a node! (/home/vishnu/atomspace/opencog/atoms/base/Atom.h:193) Function args: ((InheritanceLink (ConceptNode "fritz") (ConceptNode "croaks") ) (ConceptNode "wikipedia-fc") (VariableNode "x") (SetLink ) ) ABOR

Re: [opencog-dev] Re: Calling forward/backward chainer

2017-04-20 Thread Vishnu Priya
: 102: 1 [# C++-EXCEPTION ...] In unknown file: ?: 0 [apply-smob/1 # C++-EXCEPTION ...] ERROR: In procedure apply-smob/1: ERROR: In procedure cog-fc: Not a node! (/home/vishnu/atomspace/opencog/atoms/base/Atom.h:193) Function args: ((InheritanceLink (stv 0,9 0,9) (ConceptNode "tom")

[opencog-dev] Re: How to write results from guile shell to a file?

2017-04-06 Thread Vishnu Priya
I tried like this and it worked !! :-) echo -e "(define out (open-output-file \"/opt/opencog/file.txt\"))\n(write > (nlp-parse \"hello world.\") out)\n(close-output-port out)\n" | nc > localhost 17004 > Cheers, Vishnu -- You received this message b

[opencog-dev] How to write results from guile shell to a file?

2017-04-05 Thread Vishnu Priya
Node. [0;34mguile [1;34m> [0m [0;32mopencog [1;32m> [0mEntering scheme shell; use ^D or a single . on a line by itself to exit. [0;34mguile [1;34m> [0m How can i do this? Thanks, Vishnu -- You received this message because you are subscribed to the Google Groups "opencog&

Re: [opencog-dev] PLN rules selection

2017-03-31 Thread Vishnu Priya
> Sorry I don't understand. What do you mean by "input". Could you give me > an example? I meant, instead of giving "input" like the following, which involves the variable " X" (ImplicationScope (stv 1.0 1.0) (TypedVariable (Variable "$X") (Type "ConceptNode")) (And (Evaluation (Pr

Re: [opencog-dev] PLN rules selection

2017-03-28 Thread Vishnu Priya
ime the input along with variables and then you apply rules? It does not seem Practical!! :-( 3. In https://github.com/opencog/atomspace/blob/master/tests/rule-engine/bc-criminal.scm, at the end i see ;; Cheaping KB, used for debugging What is this for? Many Thanks, Vishnu -- You receiv

Re: [opencog-dev] PLN rules selection

2017-03-23 Thread Vishnu Priya
Thanks Nil. But i have few questions. 1. In real time reasoning, each and every time will you look at the input data and decide the rules manually? 2. Only when the input is in certain form of the rule (or matches with the rule) which is being chosen, we obtain inferences? (thi

[opencog-dev] PLN rules selection

2017-03-21 Thread Vishnu Priya
the corresponding rule seems unpractical. Thanks, Vishnu -- You received this message because you are subscribed to the Google Groups "opencog" group. To unsubscribe from this group and stop receiving emails from it, send an email to opencog+unsubscr...@googlegroups.com. To post to t

Re: [opencog-dev] Re: How to handle input data that has an ID?

2017-03-14 Thread Vishnu Priya
nedSchemaNode "ID1") (ListLink (ConceptNode "Peirce") (ConceptNode "man"))) I cannot do the above assigning same IDs in two different places. It throws an Exception saying ID1 is already defined. Is there exists something, so that i can handle such situation? Th

[opencog-dev] Re: Simple steps to create atomspace (scm file?) and run rule engine on it and read the resulting hypergraph (list of nodes and links)

2017-03-07 Thread Vishnu Priya
Hi Alex, you need to have a database to store and retrieve an Atomspace. I hope this link helps you. https://github.com/opencog/atomspace/tree/master/opencog/persist/sql Cheers, Vishnu -- You received this message because you are subscribed to the Google Groups "opencog"

Re: [opencog-dev] Glimpse- Visualizing attentional focus and atomspace

2017-03-06 Thread Vishnu Priya
Older version of angular js worked for me. In index.html, i made the following changes and it worked. https://ajax.googleapis.com/ajax/libs/angularjs/1.2.23/angular.min.js";> Instead of localhost:5000, i tried connecting to localhost 17004, to visualize my atomspace. But it said "E

Re: [opencog-dev] Glimpse- Visualizing attentional focus and atomspace

2017-03-06 Thread Vishnu Priya
works for me. >> >> On Mon, Mar 6, 2017 at 5:50 PM, Vishnu Priya > > wrote: >> >>> >>> >>> >>> Thanks for the quick reply Misgana. I have exactly done as what you >>> said. >>> >>> npm start >>> load

Re: [opencog-dev] Glimpse- Visualizing attentional focus and atomspace

2017-03-06 Thread Vishnu Priya
> I forgot to tell you, when i run "npm test ", it throws an error. > -- You received this message because you are subscribed to the Google Groups "opencog" group. To unsubscribe from this group and stop receiving emails from it, send an email to opencog+unsubscr...@googlegroups.com. To p

[opencog-dev] Re: Glimpse- Visualizing attentional focus and atomspace

2017-03-06 Thread Vishnu Priya
I also clicked on "SlideMode" but nothing happend. -- You received this message because you are subscribed to the Google Groups "opencog" group. To unsubscribe from this group and stop receiving emails from it, send an email to opencog+unsubscr...@googlegroups.com. To post to this group, se

[opencog-dev] Glimpse- Visualizing attentional focus and atomspace

2017-03-06 Thread Vishnu Priya
tentional Focus. Please provide me the steps to do so. Thanks, Vishnu -- You received this message because you are subscribed to the Google Groups "opencog" group. To unsubscribe from this group and stop receiving emails from it, send an email to opencog+unsubscr...@googlegroups.com. To

Re: [opencog-dev] Re: How to handle input data that has an ID?

2017-03-03 Thread Vishnu Priya
? Thanks Vishnu > > -- You received this message because you are subscribed to the Google Groups "opencog" group. To unsubscribe from this group and stop receiving emails from it, send an email to opencog+unsubscr...@googlegroups.com. To post to this group, send email to opencog@

[opencog-dev] Re: How to handle input data that has an ID?

2017-03-03 Thread Vishnu Priya
kinda look like this: > > (AssociativeLink (stv 0.9 0.9) > (InheritanceLink (stv 0.9 0.9) > (ConceptNode "Einstein") > (ConceptNode "violin-players") > ) > (NumberNode "8787") > ) > > > > On Tuesday, Febru

[opencog-dev] Re: How to handle input data that has an ID?

2017-02-28 Thread Vishnu Priya
t;)) (HebbianLink (stv 0.9 0.9) (ConceptNode "Einstein") (ConceptNode "violin-players") (NumberNode "8787")) (define source (InheritanceLink (ConceptNode "Einstein") (ConceptNode "man") (NumberNo

[opencog-dev] Re: How to handle input data that has an ID?

2017-02-27 Thread Vishnu Priya
Thanks for the reply, Roman. So, should it be like this (EvaluationLink HebbianLink (PredicateNode "sweet@3fe00455-333f-4cd8-a488-1d23f81c4546") (ListLink (ConceptNode "oranges@33c76dd3-d3c1-4e38-b2ba-b77abfbebadb") (NumberNode 7878 ) In general, i parse and get r2l out

[opencog-dev] How to handle input data that has an ID?

2017-02-27 Thread Vishnu Priya
know which atoms are of which ID. How can i adapt opencog ? Should i write some code on top of it? or is it totally un-doable? Thanks, Vishnu -- You received this message because you are subscribed to the Google Groups "opencog" group. To unsubscribe from this group and stop receiv

[opencog-dev] cog-fc returns empty Setlink

2017-02-24 Thread Vishnu Priya
me (ConceptNode "my-rule-base") ) (MemberLink (stv 0.5 1) deduction-implication-rule-name (ConceptNode "my-rule-base") ) (MemberLink (stv 0.5 1) deduction-subset-rule-name (ConceptNode "my"my-rule-base")) When i run, (cog-fc source base (SetLin

Re: [opencog-dev] Re: Status Backward Chainer

2017-02-24 Thread Vishnu Priya
e GitHub > activity. > > > > You could probably try to use it already if it's important but not sure > > how much Nil I still going to change. > > > > /Roman > > > > On Wednesday, February 22, 2017 at 11:34:37 AM UTC+1, Vishnu Priya > w

[opencog-dev] Status Backward Chainer

2017-02-22 Thread Vishnu Priya
Hello, Is Backward chainer matured now? A month ago or so, Nil told that it would work soon. Like forward chainer, is it possible to try backward chainer now ? Cheers, Vishnu -- You received this message because you are subscribed to the Google Groups "opencog" group. To unsubs

Re: [opencog-dev] Calling forward/backward chainer

2017-02-10 Thread Vishnu Priya
On Friday, 10 February 2017 11:53:38 UTC+1, Nil wrote: > > Hi, it looks like you didn't import the rule-engine modules, see for > instance > > > https://github.com/opencog/atomspace/blob/master/examples/rule-engine/crisp.scm#L16 > > > Nil > > On 02/10/201

Re: [opencog-dev] Calling forward/backward chainer

2017-02-10 Thread Vishnu Priya
/share/opencog/scm") (use-modules (opencog)) (use-modules (opencog query)) (use-modules (opencog exec)) (load-from-path "opencog.scm") How can i get it working? Thanks Vishnu On Monday, 5 December 2016 17:01:54 UTC+1, Nil wrote: > > Hi, > > the backward chainer is

Re: [opencog-dev] Setting Goals and Actions as OpenPsi Rules

2017-01-27 Thread Vishnu Priya
iveImplication > finding X so that A(X) > fulfilling "learn new things" goal > > This is somewhat elaborate for a simple thing, but would be a good > exercise in using the architecture... > > -- Ben > > > On Thu, Jan 26, 2017 at 9:16 AM, V

[opencog-dev] Setting Goals and Actions as OpenPsi Rules

2017-01-26 Thread Vishnu Priya
goal? Cheers, Vishnu -- You received this message because you are subscribed to the Google Groups "opencog" group. To unsubscribe from this group and stop receiving emails from it, send an email to opencog+unsubscr...@googlegroups.com. To post to this group, send email

[opencog-dev] Calling forward/backward chainer

2016-12-05 Thread Vishnu Priya
process goes on. (cog-fc *source* *rule-base* *focus-set*) But i don't know, how I can carry out this process. i also don't know, how to specify rule-base, focus-set.. Can you anyone provide the steps to carry out chaining process ? Thanks, Vishnu -- You received this message becau

[opencog-dev] Glimpse- localhost refused to connect

2016-11-30 Thread Vishnu Priya
Hi , I tried Glimpse. As per the instructions, REST API is running and Glimpse is listening on port 8000. When i went to http://localhost:8000 in my browser, it says, "localhost refused to connect. Site cannot be reached." What am i missing? Thanks, Vishnu -- You rec

Re: [opencog-dev] Loading data for chatbot by primitive-load

2016-11-23 Thread Vishnu Priya
gt; the R2L outputs seem to be missing. Probably if you export them as well in > a file you will get the results > > > On Wed, Nov 23, 2016 at 4:43 AM, Vishnu Priya > wrote: > >> >> Hi Man, >> >> Thanks for the reply. I have attached the scm file for your

Re: [opencog-dev] Loading data for chatbot by primitive-load

2016-11-22 Thread Vishnu Priya
Hi Man, Thanks for the reply. I have attached the scm file for your reference. On Monday, 21 November 2016 11:36:01 UTC+1, Man Hin Leung wrote: > > Hi Vishnu, > > I couldn't reproduce this problem... can you share the scm file you were > using? > > > >

[opencog-dev] Loading data for chatbot by primitive-load

2016-11-21 Thread Vishnu Priya
But it says, sorry! i don't know the answer. It answers only when i do (nlp-parse) and not when i load a scm file. Logically it should also work right? Thanks, Vishnu -- You received this message because you are subscribed to the Google Groups "opencog" group. To unsubscribe

Re: [opencog-dev] About Attention Values and Truth Values

2016-11-21 Thread Vishnu Priya
Hmm! yes. i am getting it now. Thanks and regards, Vishnu. On Saturday, 19 November 2016 13:32:40 UTC+1, linas wrote: > > That makes the problem harder. You still have to somehow deal with > different word-senses for "apple", and in addition, you also need to create > a

Re: [opencog-dev] About Attention Values and Truth Values

2016-11-19 Thread Vishnu Priya
I also had an another idea of coupling the sentences along with their id. Ex. Why can't i give sentences like "Apples are sweet, said by id1". "Farmers are starving, said by id2" .So that i would know which sentence has which id. what do you say? Thanks, Vishnu

Re: [opencog-dev] About Attention Values and Truth Values

2016-11-14 Thread Vishnu Priya
y sentences along with their identifiers. Is it possible somehow to do such a thing of incorporating identifiers ? or is it totally not doable? --vishnu On Friday, 11 November 2016 02:30:44 UTC+1, linas wrote: > > Hi, > > sorry just now recovering from system outages and an e

[opencog-dev] Relex to DB

2016-11-02 Thread Vishnu Priya
store in DB. How can i do this? or is there already exists any script for doing this? Thanks in advance, Vishnu -- You received this message because you are subscribed to the Google Groups "opencog" group. To unsubscribe from this group and stop receiving emails from it, send an em

Re: [opencog-dev] About Attention Values and Truth Values

2016-10-21 Thread Vishnu Priya
as company. So that later, i can identify which atom belongs to which context. Should i make changes at the parser level? What should i do? Cheers, Vishnu -- You received this message because you are subscribed to the Google Groups "opencog" group. To unsubscribe from this g

Re: [opencog-dev] About Stimulating atoms and NLP

2016-10-19 Thread Vishnu Priya
rule over atoms and find new atoms. It would be very interesting to see the results of such inference. How can i see it? Thanks, Vishnu -- You received this message because you are subscribed to the Google Groups "opencog" group. To unsubscribe from this group and stop receiving e

Re: [opencog-dev] Error while executing query -pgsql

2016-10-19 Thread Vishnu Priya
-load "/opt/opencog/opencog/scm/test.scm") guile> (pgsql-store) () when i closed everything and restarted, it returns empty. seems nothing is saved in DB. guile> (cog-chase-link 'ListLink 'ConceptNode (ConceptNode "US")) () What am i missing here? Thanks, Vis

Re: [opencog-dev] About Attention Values and Truth Values

2016-10-17 Thread Vishnu Priya
e-decaying predicates which are important Atoms but are unconfident, are given STI, so as to make it likely that they may be used for inference and this is how atoms become important. regards, --Vishnu -- You received this message because you are subscribed to the Google Groups "open

Re: [opencog-dev] About Stimulating atoms and NLP

2016-10-13 Thread Vishnu Priya
ot;The clouds are in sky") ((SentenceNode "sentence@00bc0122-85b5-4d01-becc-6abf0d92b6f9") ) guile> (cog-af) () -Vishnu -- You received this message because you are subscribed to the Google Groups "opencog" group. To unsubscribe from this group and stop receiving email

[opencog-dev] About Stimulating atoms and NLP

2016-10-13 Thread Vishnu Priya
re grammatically correct into NLP Pipeline?. So when i give incomplete sentences say human chats like this "MadMonkey's Jim Cramer next Wk investment htt brtt", it will be parsed with low confidence value. Apart from this, will it have impact on providing boost to atoms

Re: [opencog-dev] About Attention Values and Truth Values

2016-10-13 Thread Vishnu Priya
Hey Roman, Thanks, that helped a lot to get more insight. :-) I shall ask Misgana about stimulating atoms. Cheers, Vishnu -- You received this message because you are subscribed to the Google Groups "opencog" group. To unsubscribe from this group and stop receiving emails fro

Re: [opencog-dev] About Attention Values and Truth Values

2016-10-12 Thread vishnu
> > Hey Roman, > Thanks for the reply :-) I am not sure what exactly you want to use the AttentionValues for With attention values, i thought i could do the following: I have 24x7 tweets coming. So i thought, I can send them to NLP pipeline and get Atoms. Let's say most of the people tweet ab

Re: [opencog-dev] About Attention Values and Truth Values

2016-10-12 Thread vishnu
Thanks Linas and Misgana for your time. I read Attention Allocation . Under "Ideas of simple ECAN tests", it is written that special words won't get forgotten. But what do you call as special words?. Only the words that co-occur together? or th

[opencog-dev] About Attention Values and Truth Values

2016-10-11 Thread vishnu
everytime when i have huge text, i should parse each line using (nlp-parse ""), convert into R2L output using (parse-get-r2l-outputs.) and in turn should store the obtained results in postgres. Am i missing anything here?. Thanks in advance Vishnu -- You received this message beca