On the Generalize/Fitness case.

  • 18 Replies
  • 4113 Views
*

LOCKSUIT

  • Emerged from nothing
  • Trusty Member
  • *******************
  • Prometheus
  • *
  • 4659
  • First it wiggles, then it is rewarded.
    • Main Project Thread
On the Generalize/Fitness case.
« on: December 17, 2016, 04:49:41 pm »
I've only been on AI for over a year now.

And how many times have I read discussions/articles/Wikipedia on Generalizing and Fitness?

Generalizing
Overfit
Underfit

What do they mean in REAL world terms? I don't want you to walk up to me holding a musical-sheet and say a bunch of convexing vector terms.

Does generalize mean that the actions to pick up a fork also pick up a knife? Or that the sensory input is able to search memory and still make a decision based on what you see?
Emergent          https://openai.com/blog/

*

Korrelan

  • Trusty Member
  • ***********
  • Eve
  • *
  • 1454
  • Look into my eyes! WOAH!
    • YouTube
Re: On the Generalize/Fitness case.
« Reply #1 on: December 17, 2016, 05:12:23 pm »
Fitness is usually a measure of how well a trained system accomplishes the designed/ desired functions. This term is used a lot when referring to Genetic Algorithm based systems.
 
Not sure about overfit… unless you are referring to the over training of common neural nets to the point they become ineffective at recognising/ filtering the desired results.

Generalisation is usually the ability of a trained system to apply its skills to other problems/ actions sets, etc.  So yes… if it can hold a fork it should be able to hold a knife.  The system can use what it’s learned about the problem space to generalize, and solve/ accomplish similar problems/ functions with the same skill set/ knowledge.

 :)
It thunk... therefore it is!...    /    Project Page    /    KorrTecx Website

*

LOCKSUIT

  • Emerged from nothing
  • Trusty Member
  • *******************
  • Prometheus
  • *
  • 4659
  • First it wiggles, then it is rewarded.
    • Main Project Thread
Re: On the Generalize/Fitness case.
« Reply #2 on: December 17, 2016, 05:35:08 pm »
Quote
Not sure about overfit… unless you are referring to the over training of common neural nets to the point they become ineffective at recognising/ filtering the desired results.

The system (at least mine) can't become ineffective at recognising (only better) because the sensory input that enters will "still" have a match just for it and what it does is choose the match that "is a match" but is the highest rewarded (by rewards).

So fitness is just it improving. Note that's just what I described above.

Generalizing is not even have to be added it does dis too. Though note you want it to get the best fork actions, and the best knife actions, and the best paper-thin actions, etc.
« Last Edit: December 17, 2016, 06:05:01 pm by LOCKSUIT »
Emergent          https://openai.com/blog/

*

Korrelan

  • Trusty Member
  • ***********
  • Eve
  • *
  • 1454
  • Look into my eyes! WOAH!
    • YouTube
Re: On the Generalize/Fitness case.
« Reply #3 on: December 17, 2016, 05:59:13 pm »
What's the difference between these answers...

1+1=2
3-1=2
5-3=2
1*2=2

or...

Answer one
Answer one
Answer one   
Answer one     

:)
It thunk... therefore it is!...    /    Project Page    /    KorrTecx Website

*

LOCKSUIT

  • Emerged from nothing
  • Trusty Member
  • *******************
  • Prometheus
  • *
  • 4659
  • First it wiggles, then it is rewarded.
    • Main Project Thread
Re: On the Generalize/Fitness case.
« Reply #4 on: December 17, 2016, 06:04:30 pm »
Each is a cue to different actions.

All 4 are the same and is a cue to make me stare at the above cues. (these will match to different actions.)

Cue search > actions out.



French Fry Nugget time soon.
Emergent          https://openai.com/blog/

*

keghn

  • Trusty Member
  • *********
  • Terminator
  • *
  • 824
Re: On the Generalize/Fitness case.
« Reply #5 on: December 17, 2016, 06:08:27 pm »
Learning to See [Part 5: To Learn is to Generalize: 




https://www.youtube.com/user/Taylorns34/playlists

*

Korrelan

  • Trusty Member
  • ***********
  • Eve
  • *
  • 1454
  • Look into my eyes! WOAH!
    • YouTube
Re: On the Generalize/Fitness case.
« Reply #6 on: December 17, 2016, 06:27:39 pm »
@lock

First set…

Different number of pixels in each equation.
The order of the equations are written.
The average horizontal graphical pace they require.
The numbers and the order of the numbers.
The function symbols (+-*).
Each equation gives a different light level over an average area.
It gives a pleasing pattern (too me).
Did I use * on the last equation because I’d used + and – too much?
Etc…

Second set…

Besides the obvious order in which they are listed if you highlight with your mouse you will see each has a different number of spaces post text.

How does this make you feel? Can you imagine being in ‘my shoes’ when I wrote this? What do you think I'm trying to convey? How much experience and types of learning do you think you brought to bear on reading, understanding and replying to my question?

Quote
The system (at least mine) can't become ineffective at recognising (only better) because the sensory input that enters will "still" have a match just for it and what it does is choose the match that "is a match" but is the highest rewarded (by rewards).

How is saving images and linking rewards going to give results like this?

I'm not saying your approach is incorrect; who am I to say that, but rather than quoting the same ‘formula’ rewards to images, you might want to consider exactly what our brains accomplish and how you can adapt your system to convey this.

:)
It thunk... therefore it is!...    /    Project Page    /    KorrTecx Website

*

LOCKSUIT

  • Emerged from nothing
  • Trusty Member
  • *******************
  • Prometheus
  • *
  • 4659
  • First it wiggles, then it is rewarded.
    • Main Project Thread
Re: On the Generalize/Fitness case.
« Reply #7 on: December 17, 2016, 07:49:08 pm »
Quote
Quote
The system (at least mine) can't become ineffective at recognising (only better) because the sensory input that enters will "still" have a match just for it and what it does is choose the match that "is a match" but is the highest rewarded (by rewards).

How is saving images and linking rewards going to give results like this?

Because once a image is saved, then any input later afterwards that CAN match (ex. a needle or toothpick will match a string) then they will 2 years later. But when it does match (as long as similar) it will select the highest-ranked sense. ~~~ Highest ranked as long as similar.

Quote
First set…

Different number of pixels in each equation.
The order of the equations are written.
The average horizontal graphical pace they require.
The numbers and the order of the numbers.
The function symbols (+-*).
Each equation gives a different light level over an average area.
It gives a pleasing pattern (too me).
Did I use * on the last equation because I’d used + and – too much?
Etc…

"orange voice"
noooooooo o o o o

The visual image (area of image as focus*) of those math equations searches memory and links to the speech/write actions just-like-that. 0 calculation needed. Plus can't calculate cus names of numbers don't set calculate calibration it is just sensory linking to actionory.

You can't make your brain make "five" send 5 sparks. Talk to a chinese, they say 7 + 7, you no even understand. Understand is sense>action selection.



Ah, korrelan, the CNN sense selection isn't just by scoring up the most features, it's by the reward sum of senses added-in TOO. Similar but highest ranking WINS. But not too non-similar, it'd blow system and never Guess again. Lol>Oh ya - fireplace - does eat actions.
« Last Edit: December 17, 2016, 08:30:05 pm by LOCKSUIT »
Emergent          https://openai.com/blog/

*

infurl

  • Administrator
  • ***********
  • Eve
  • *
  • 1365
  • Humans will disappoint you.
    • Home Page
Re: On the Generalize/Fitness case.
« Reply #8 on: December 17, 2016, 08:39:53 pm »
Perfect is the enemy of good. ~ Voltaire

*

keghn

  • Trusty Member
  • *********
  • Terminator
  • *
  • 824
Re: On the Generalize/Fitness case.
« Reply #9 on: December 18, 2016, 07:42:15 pm »
 Deep learning is trained on so many images That the K mean border are really good of getting all generalized images
with in.

 if you lack data to train your NN detector then  you will need a transformation algorithm and a image back
propagation algorithm.
 The idea is to transform one object to another. The back propagation algorithm will let you find the most direct route, by
letting you find the weight you need to mess with. This recorded linear path of change will allow you to over shoot the
targets and will allow to see other possibilities beyond. So when a new object comes around it might lay on a exciting
transformation path? Or you may have to make a new path connection with others.

 Transformation algorithm:

 

 
back propagation algorithms: 

http://www.benfrederickson.com/numerical-optimization/


Recorded format:

http://www.google.com/search?q=images+clustering&espv=2&biw=1195&bih=615&tbm=isch&tbo=u&source=univ&sa=X&ved=0ahUKEwin7pyuvP7QAhViw1QKHX79BIcQsAQIIw#imgrc=0SBcdpjt4tr2YM%3A


*

LOCKSUIT

  • Emerged from nothing
  • Trusty Member
  • *******************
  • Prometheus
  • *
  • 4659
  • First it wiggles, then it is rewarded.
    • Main Project Thread
Re: On the Generalize/Fitness case.
« Reply #10 on: December 18, 2016, 08:19:11 pm »
Gooooooooooooooooooooood d

D

I don't think that belongs on this thread keghn. . .
Emergent          https://openai.com/blog/

*

yotamarker

  • Trusty Member
  • **********
  • Millennium Man
  • *
  • 1003
  • battle programmer
    • battle programming
Re: On the Generalize/Fitness case.
« Reply #11 on: December 18, 2016, 08:37:13 pm »
if it uses less pixel sample data is it also generalizing ?

*

LOCKSUIT

  • Emerged from nothing
  • Trusty Member
  • *******************
  • Prometheus
  • *
  • 4659
  • First it wiggles, then it is rewarded.
    • Main Project Thread
Re: On the Generalize/Fitness case.
« Reply #12 on: December 18, 2016, 10:40:40 pm »
QUESTIONNNNNNNNNNNN

If the triangle in the link knows which of the 3 dots must flipflop, then we already know say in 3D where the dark zones/mesh are and could just point your finger at them. Why must we watch it flipflop when I see the dam target!? We already have the 3D bunny rabbit mesh! (above vid)

At the video's end (above) it shows a 3D-ized person walking (by multiple cameras I suppose) (hence the dots wrap arounddd him)...but this is the same as the thing keghn showed us before - dots stuck on a 3D-ized mesh in the pc. Therefore the later adding of the green gas dots to the already 3D-ized guy has no purpose...

http://www.benfrederickson.com/numerical-optimization/
« Last Edit: December 18, 2016, 11:46:03 pm by LOCKSUIT »
Emergent          https://openai.com/blog/

*

LOCKSUIT

  • Emerged from nothing
  • Trusty Member
  • *******************
  • Prometheus
  • *
  • 4659
  • First it wiggles, then it is rewarded.
    • Main Project Thread
Re: On the Generalize/Fitness case.
« Reply #13 on: December 19, 2016, 08:14:43 pm »
Gonna hound both keghn & korrelan on the above.....I gotta know
Emergent          https://openai.com/blog/

*

LOCKSUIT

  • Emerged from nothing
  • Trusty Member
  • *******************
  • Prometheus
  • *
  • 4659
  • First it wiggles, then it is rewarded.
    • Main Project Thread
Re: On the Generalize/Fitness case.
« Reply #14 on: December 22, 2016, 05:23:52 pm »
Kehgn
+
Korrelan

Remember the cameras circling around an object and engram 3D object into the computer?  With dots on the surface walls too. Multicolor faces of/on object.

And remember GAN? GAN can make a 2D picture into a 3D (2D>3D) model mesh object into the computer, just from looking at the image by itself.



Question --- Please explain what does the "Growing Neural Gas" do different. Why use it? I need it? The upper above 2 videos you posted show it, and it can't be wraping itself onto/around a image (in 3D sense) all on its own, so, what is it being used for???

Question #2 --- And if I'm in a 3D editor such as Blender and import a 3D mesh object, then why would I want the "Growing Neural Gas" to give me a less-quality duplicate/copy of the bunny rabbit animal shown above? WHY? I don't see any use/purpose/capability in/of/for this "Growing Neural Gas" NOR do I see how it is being used when GAN/circling-cameras are needed as said/explained remember remember.
Emergent          https://openai.com/blog/

 


OpenAI Speech-to-Speech Reasoning Demo
by MikeB (AI News )
March 31, 2024, 01:00:53 pm
Say good-bye to GPUs...
by MikeB (AI News )
March 23, 2024, 09:23:52 am
Google Bard report
by ivan.moony (AI News )
February 14, 2024, 04:42:23 pm
Elon Musk's xAI Grok Chatbot
by MikeB (AI News )
December 11, 2023, 06:26:33 am
Nvidia Hype
by 8pla.net (AI News )
December 06, 2023, 10:04:52 pm
How will the OpenAI CEO being Fired affect ChatGPT?
by 8pla.net (AI News )
December 06, 2023, 09:54:25 pm
Independent AI sovereignties
by WriterOfMinds (AI News )
November 08, 2023, 04:51:21 am
LLaMA2 Meta's chatbot released
by 8pla.net (AI News )
October 18, 2023, 11:41:21 pm

Users Online

247 Guests, 0 Users

Most Online Today: 359. Most Online Ever: 2369 (November 21, 2020, 04:08:13 pm)

Articles