On my first post here I mentioned my objective of building an AGI (Artificial General Intelligence), and that I would post some results about this date. Unfortunately less that what I was expecting (and I was not expecting much). Anyway, slowly but surely, there is progress.
First post here: https://www.chatbots.org/ai_zone/viewthread/3228/
The core of the project, the learning algorithm, is not done yet, in fact I’ll just start working on that now. Before that, I put my efforts on setting up the project (it’s structure, design, libraries, build tools, version control, documentation, etc…), and making a realtime graph software representation tool.
I named this representation tool NetView, it works as a library (shared memory is no fun). It’s a software to represent graphs similar to graphviz (simpler) but designed to work real-time and pull the data from memory instead of waiting for other applications to send it. (So it’s not like graphviz at all XD)
I also implemented a basic signaling algorithm (based on actual neurons). This is the result:
https://media.giphy.com/media/l1IBir76hla3nQOAg/giphy.gif
So now that I have my debugging tool done, it’s time to work on the learning algorithm (finally!). Feel free to ask any questions.