Hello everyone,
I’m a CS undergraduate from Barcelona. I’m currently developing a AGI personal project. And though this community isn’t directly related to AGI all other places I’ve found are either centered around data-science and Python or full of Philosophical stuff. If you guys know of any AGI or Strong AI community where people is actually trying to build something instead of rambling about ethics or trying the new “big company” framework please let my know.
In the meanwhile if it’s OK I’ll stay here. Now probably most of you are thinking that making an AGI is unrealistic at best and I agree, but I plan to do it (or try) anyway.
My aprox is using NN, though not the classic ones you can find in deep learning stuff. For instance there are no layers, the brain starts with only input and output neurons and there is an algorithm that creates/deletes neurons and synapses. It needs to work real-time and requires and environment (simulated is OK). The algorithm is based on two ideas. First is that if you did something good, it will probably be good to continue doing so, and second that if you don’t know what to do and specially if you did something bad, it’s time to try something new.
I’ll be using C++ for this. I expect to have some results by the end of the year but nothing near human intelligence. If anyone is interested feel free to ask.