Gaining more insight and access to ANNs

  • 10 Replies
  • 2262 Views
*

LOCKSUIT

  • Emerged from nothing
  • Trusty Member
  • *******************
  • Prometheus
  • *
  • 4659
  • First it wiggles, then it is rewarded.
    • Main Project Thread
Gaining more insight and access to ANNs
« on: June 25, 2018, 09:57:41 pm »
You know how they say ANNs are DARK magic, a black box, uncontrollable, etc. Well I have a few questions now about that.

Few let's rule out the components in ANNs. I figured I'd keep that type (typo! lol 2nd typo!) because it's interesting.

Correct me if I'm wrong. ANNs are simply just node entries of data/representations, links between nodes, and of which with weight strengths. Right? Again: Nodes, links, strengths! Right? I know there's feature detectors that fly around the net but my concern is the net; accessing nodes and reading them, links between them, link strengths.

So, for our AGI projects, if the master symbolic-level Artificial Neural Network abover object recognizer nets learns data entry nodes, why is it having such a hard time keeping those nodes then, or reading them!? What if, we disallow representations in this 2nd level network and only use references ex. layer 3's node 4 refers to both layer 2's nodes 4 (cats love) and 5 (good food) which makes "cats love good food" 'node' in layer 3's node 4? And I can't see why it'd delete any node entries if it seen them enough in text or found one once that ranked high (understood by the ANN and understood to be very good/convinced).

Same for links. If it creates links from A to B D and H, then they do, all the links should stay...just the weight strengths can change, so why delete the links? Why is it hard to travel them?

As for weights, that may be not problematic then if data and links stay but weights improve by reading or testing skills.
Emergent          https://openai.com/blog/

*

LOCKSUIT

  • Emerged from nothing
  • Trusty Member
  • *******************
  • Prometheus
  • *
  • 4659
  • First it wiggles, then it is rewarded.
    • Main Project Thread
Re: Gaining more insight and access to ANNs
« Reply #1 on: June 26, 2018, 02:22:51 am »
Now that I think about it, the inputs and outputs are labeled aren't they in ANNs, but not hidden layers are they. Yet I said the ANN should be able to say hey I see a nose, no face but I see a nose! "Outputs "nose" ". Well, I'll leave that flaw in my upcoming PICTURE YAYYY but I'll explain that is wrong.
Emergent          https://openai.com/blog/

*

ranch vermin

  • Not much time left.
  • Terminator
  • *********
  • 947
  • Its nearly time!
Re: Gaining more insight and access to ANNs
« Reply #2 on: June 26, 2018, 09:31:11 pm »
the master symbolic unit is a good idea,  its response is more likely than parts of the ann that respond only to specific circumstances.    these high level symbolic areas are more suited for the planning of things, where the details all end up confusing everything and making it look hard.   if small environmental changes happen (and especially its own artificial form) then the symbolic area of its mind is still valid,  just the details need replacing.

*

LOCKSUIT

  • Emerged from nothing
  • Trusty Member
  • *******************
  • Prometheus
  • *
  • 4659
  • First it wiggles, then it is rewarded.
    • Main Project Thread
Re: Gaining more insight and access to ANNs
« Reply #3 on: June 28, 2018, 01:07:51 am »
Ohhh....

ranch

you mean the artificial environment is its internal environment where it discovers in also right?

Like, words describing real objects, like "hammer smashes glass", right?
Emergent          https://openai.com/blog/

*

ranch vermin

  • Not much time left.
  • Terminator
  • *********
  • 947
  • Its nearly time!
Re: Gaining more insight and access to ANNs
« Reply #4 on: June 28, 2018, 01:55:44 am »
yes,  but when i think about "hammer smashes glass"  i mean more "hammer SMASHING glass"  as in a report from the external environment sorrounding the droid turning into quasi text in its master symbolic section.  :)

Its not quite NLP tho,  its a bit of a haphazzard pattern recording.  Because im hopeless at NLP.
« Last Edit: June 28, 2018, 03:22:32 am by ranch vermin »

*

LOCKSUIT

  • Emerged from nothing
  • Trusty Member
  • *******************
  • Prometheus
  • *
  • 4659
  • First it wiggles, then it is rewarded.
    • Main Project Thread
Re: Gaining more insight and access to ANNs
« Reply #5 on: June 28, 2018, 03:45:04 am »
Yeah but once you record it in as "hamer smash glass", you can compare it to other recorded ones and make internal discoveries...

Like:

hammer canBreak glass......knife can break brittel things.....glass is brittle....therefore knfes can also break glass!
Emergent          https://openai.com/blog/

*

ranch vermin

  • Not much time left.
  • Terminator
  • *********
  • 947
  • Its nearly time!
Re: Gaining more insight and access to ANNs
« Reply #6 on: June 28, 2018, 04:49:05 am »
You can also search (like a chess engine) through your collected data with a goal in mind,  the system can maximize the goal inside its given set of linked information.  (the model.)

Thats what im planning on doing,  gives you a primitive yet unbiased result of a datastructure.    yet can be costly to do,   and its hard to think of.

*

AgentSmith

  • Bumblebee
  • **
  • 37
Re: Gaining more insight and access to ANNs
« Reply #7 on: October 19, 2018, 01:10:40 pm »
Now that I think about it, the inputs and outputs are labeled aren't they in ANNs, but not hidden layers are they.

Yes, hidden units are not labeled. Their weights are adjusted such that their impact increases the quality of the output produced by the ANN for some input. In supervised learning this quality is expressed by some similarity measure that tells how similar the produced output was to the output label for the input label.

*

LOCKSUIT

  • Emerged from nothing
  • Trusty Member
  • *******************
  • Prometheus
  • *
  • 4659
  • First it wiggles, then it is rewarded.
    • Main Project Thread
Re: Gaining more insight and access to ANNs
« Reply #8 on: October 19, 2018, 11:25:25 pm »
OH YEAH I MADE THIS THREAD

ANNs are tangled. There's no point in looking there, really. But do look there. It's where you begin your smarty pants. Now you on top.
Emergent          https://openai.com/blog/

*

AgentSmith

  • Bumblebee
  • **
  • 37
Re: Gaining more insight and access to ANNs
« Reply #9 on: October 20, 2018, 02:59:24 am »
ANNs are tangled. There's no point in looking there, really.

Looking at the weights of an ANN is pointless, very right. And nobody does so, because in general no human is able to predict the outcome of an ANN (and yes, this includes the "experts"). What you look at is the result your ANN produces after you let it run. Quite simple and intuitive.

*

OMITS

  • Roomba
  • *
  • 6
Re: Gaining more insight and access to ANNs
« Reply #10 on: November 05, 2018, 12:51:55 pm »
Definitions! ANN?

 


OpenAI Speech-to-Speech Reasoning Demo
by ivan.moony (AI News )
March 28, 2024, 01:31: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

312 Guests, 0 Users

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

Articles