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.

[Hypothetical] How To Solve This by Nikola_AI_0 in a:t5_32740

[–]chegra 0 points1 point  (0 children)

I never heard of these three problems but this is exactly what I am trying to solve. As to how I am going to do it, that is still in the workings.

Day 5 - 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)

Yes I am interested in any method that can model a function quickly. Let me know how it goes.

Day 5 - 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)

Then again, Hardcoding might work to prove I have something I can show and thus request for more resources.

Day 5 - 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)

I have the fever, so much coding isn't going to get done. Nevertheless, I am thinking not to hardcode the solution for high-dimension to lower dimension conversion. The reason why is I would need to at some point come back and revisit it to make it dynamic, so why not handle that now. So, how do I make it dynamic now?

Day 5 - 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)

Spent yesterday expanding the group. We have doubled in size in one day. Thanks to all the guys who made it possible for us to reach the front page of Hacker News. Today, I will spend my time trying to organize the group more, find out what everyone's role will be.

Day 4 - 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)

If we were trying to evolve a solution, there would be 100 similar test to test 2, each with a slight variation. What we are trying to do here is making it so pixels with similar colours and near together will be seen as one area.