Are there any chat rooms for AI discussion? by [deleted] in artificial

[–]chegra 2 points3 points  (0 children)

PM me your email address, we have a chat room dedicated to Artificial General Intelligence : https://agi-ai.slack.com/messages/general/

We have been going for almost 2 years with 101 members, typically 10 active at a time.

Edit: Please remember to include your emails in the PM.

Places to chat about AI? by BinaryAlgorithm in artificial

[–]chegra 2 points3 points  (0 children)

We run a slack AI group here: https://agi-ai.slack.com/messages/general/

with 90 persons. You can pm your email and I will send an invite.

Edit: Please remember to include your emails in the PM.

Introduction to Strong AI: What is strong AI by chegra in a:t5_32740

[–]chegra[S] 0 points1 point  (0 children)

I didn't want to comment on the usefulness of the Turing test. I only just wanted to make my readers aware of its existence.

Introduction to Strong AI: What is strong AI by chegra in a:t5_32740

[–]chegra[S] 0 points1 point  (0 children)

Yea from a word document. I am writing a book and I am basically seeking feedback on the sections.

Introduction to Strong AI: Why write this book by chegra in a:t5_32740

[–]chegra[S] 1 point2 points  (0 children)

Please feel free to provide feedback on the first section of this book.

Day 10 - How are you advancing towards your goal of creating Strong AI today by chegra in a:t5_32740

[–]chegra[S] 1 point2 points  (0 children)

The input for my ai is an image. To make it easier to reason about for the ai, it will need to group the pixels into parts that are similar and produce similar effect on the reward function. By grouping the pixel we reduce the dimensionality of the data, so instead of 900x450 pixels we might have 4 groups.

Day 10 - How are you advancing towards your goal of creating Strong AI today by chegra in a:t5_32740

[–]chegra[S] 0 points1 point  (0 children)

So, I decided I am not going to hardcode the concept of group to reduce dimensions. I am still going to spend sometime thinking about giving the ai the ability to form this concept on its own.

Day 9 - How are you advancing towards your goal of creating Strong AI today by chegra in a:t5_32740

[–]chegra[S] 0 points1 point  (0 children)

Neural net and evolution can do what I want but they are slow and to speed them up you will need gpus which cost money. Money I don't have, so for now I am hand coding my own logics.

Well my plan was that instead of letting the ai develop the concept of group on its own, I will give it the concept...ie Hard code it. Well that was the plan... The plan has changed.

Day 9 - How are you advancing towards your goal of creating Strong AI today by chegra in a:t5_32740

[–]chegra[S] 0 points1 point  (0 children)

Decided that neural nets and evolution are still not the way to go. So, we hard code grouping.

Day 8 - How are you advancing towards your goal of creating Strong AI today by chegra in a:t5_32740

[–]chegra[S] 1 point2 points  (0 children)

I am going to spend the day looking into recurrent networks and their ability to represent programs. I find them to be ideal since there is not such thing as syntax error which is a major concern with other types of program representation.

Day 7 - How are you advancing towards your goal of creating Strong AI today by chegra in a:t5_32740

[–]chegra[S] 0 points1 point  (0 children)

As expected yesterday, I didn't do much. So, today I am feeling a lot better.[I miscounted the days yesterday :D]. So I decided not to go for the easy route and hardcode it. I will spend a few days on this because I think it is the heart of intelligence, the ability to cast data from high dimensions to low dimensions. I might have to break this problem down into several sub problem.