Support OpenCog
-
Recent Posts
Activity
-
RT @dhart: OpenCog Foundation accepted for Google Summer of Code 2012 https://t.co/x0dulUrD #GSOC #OpenCog— March 17th via Twitter
-
RT @ferrouswheel: On that note, the HK @opencog project is looking for developers: http://t.co/tAxsT5yD— October 22nd via Twitter
-
RT @ferrouswheel: Amused to find out people are making predictions about whether @opencog will reach v1.0 in Dec 2012.— October 22nd via Twitter
-
Videos of what we've been working on http://t.co/qATDqQR— August 4th via Twitter
-
— May 29th via Youtube
-
OpenCog Recap for May 2011: http://blog.opencog.org/2011/05/20/opencog-recap-may-2011/ #ai #machinelearning— May 20th via Twitter
-
OpenCog now has Python bindings thanks to @ferrouswheel http://wiki.opencog.org/w/Python— May 16th via Twitter
-
Recent Comments
- Stephen Paul King on Why Hypergraphs?
- Stephen Paul King on Why Hypergraphs?
- King Yin Yan on Why Hypergraphs?
- Stephen KIng on Why Hypergraphs?
- roschler on Why Hypergraphs?
Archives
- March 2013
- July 2012
- March 2012
- February 2012
- August 2011
- May 2011
- February 2011
- December 2010
- September 2010
- August 2010
- February 2010
- November 2009
- October 2009
- September 2009
- July 2009
- June 2009
- April 2009
- March 2009
- February 2009
- January 2009
- October 2008
- September 2008
- August 2008
- July 2008
- June 2008
- May 2008
Categories
Meta
Tag Archives: OpenCog
Why Hypergraphs?
I’ve recently been hacking on creating a new parser for the Link Grammar theory of natural language parsing. I want to couple parsing to machine learning (ML), to that I can use ML to learn natural languages. … Continue reading
Posted in Design, Introduction, Theory
Tagged dependency grammar, HyperGraphDB, Learning, linguistics, link-grammar, MachineLearning, Natural Language Processing, OpenCog, PLN, RelEx
6 Comments
OpenCog and Google Summer of Code 2009
We are happy to announce that the SIAI has been selected again this year to participate in the Google Summer of Code program as a mentoring organization. GSoC is an annual program that awards successful student contributors a 4500 …
Fun with first-order inference
Joel Pitt has done some experiments testing first-order PLN inference in OpenCog, on some very simple data.
These experiments don’t use the indefinite probability formulas but rather the good old fashioned SimpleTruthValue PLN formulas.
What they involve is using PLN to …
OpenCog Google-Summer-Of-Code Roundup
This summer OpenCog was chosen by Google to participate in the Google Summer of Code project: Google funded 11 students from around the world to work on OpenCog coding projects under the supervision of experienced mentors associated with the …
OpenCogPrime Tutorial Chat Sessions beginning September 2008
I have decided to run a series of IRC sessions focused on collectively discussing the OpenCogPrime design, via working through the OpenCogPrime wikibook and discussing the ideas therein chapter-by-chapter.
Details are at http://opencog.org/wiki/OpenCogPrime:TutorialSessions
The sessions will be weekly and will start …
Launch of OpenCog Prime, a detailed design for a thinking machine, an AGI with the potential for intelligence at the human level and beyond
The purpose of this blog post is to announce the release of a wikibook outlining a design for a specific AGI system intended to be built on top of the OpenCog framework.
This system design is called OpenCogPrime, and is …
Spaced repetition and memory
An article in Wired from a while back on Piotr Wozniak (no relation to Steve), a researcher of optimal memory and learning strategies, got me thinking about learning theory and memorization in the context of OpenCog. From the article …
New importance spread system
Well, I’d noticed it’s been a while since we’ve had a post here and thought I’d rectify it with a brief note of what I’ve been up to. Posts of more substance are on their way I promise!
Recently we’ve …
Hopfield network example
As a toy problem for playing/testing/understanding attention allocation in OpenCog, I’ve been emulating the behaviour of a Hopfield network within the OpenCog AtomSpace.
For those not already aware, a Hopfield network is a kind of recurrent neural network that acts …
Posted in Development, Theory
Tagged AttentionAllocation, Example, HopfieldNetwork, OpenCog
Leave a comment