Support OpenCog
-
Recent Posts
Activity
-
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
-
Thank you to whoever donated a bitcoin to the project ;-)— May 16th via Twitter
-
Recent Comments
Archives
Categories
Meta
Tag Archives: OpenCog
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
scheme shell
I needed the ability to hand-edit opencog data while other processes were running. And so I hacked with guile for a while, and now there’s a scheme shell for opencog.
So far it’s very simple: just say ‘scm’ at the …