top ai top secret?

  • 46 Replies
  • 12941 Views
*

8pla.net

  • Trusty Member
  • ***********
  • Eve
  • *
  • 1302
  • TV News. Pub. UAL (PhD). Robitron Mod. LPC Judge.
    • 8pla.net
Re: top ai top secret?
« Reply #15 on: August 28, 2015, 04:59:09 pm »
Friend,

Please let me share a simple suggestion.

One, that I plan to implement for my A.I.
to use in place of audio.  A mute button!

A two line Closed Captioning System.

(Frame#.) (CC text)

0. (empty, not shown)
1. THIS STARTS

(1. moves up one row)

0. THIS STARTS
1. THIS IS NEXT

(1. moves up one row)

0. THIS IS NEXT
1. THIS IS FINAL

(1. moves up one row)

0. THIS IS FINAL
1. (empty, not shown)

A word wrap function is needed.
Text should have a foreground
and a background color.

My Very Enormous Monster Just Stopped Using Nine

*

8pla.net

  • Trusty Member
  • ***********
  • Eve
  • *
  • 1302
  • TV News. Pub. UAL (PhD). Robitron Mod. LPC Judge.
    • 8pla.net
Re: top ai top secret?
« Reply #16 on: August 28, 2015, 11:26:07 pm »

This is the AGI responding to emotional inflections in my voice...




This golden ratio is one of my all time A.I. favorites!
My Very Enormous Monster Just Stopped Using Nine

*

Freddy

  • Administrator
  • **********************
  • Colossus
  • *
  • 6856
  • Mostly Harmless
Re: top ai top secret?
« Reply #17 on: August 29, 2015, 10:28:51 am »
Korrelan, I have no idea what it's doing but it looks cool  ;D

*

Korrelan

  • Trusty Member
  • ***********
  • Eve
  • *
  • 1454
  • Look into my eyes! WOAH!
    • YouTube
Re: top ai top secret?
« Reply #18 on: August 29, 2015, 11:23:16 am »
Cheers chaps :)

The top right is a spectrograph of the vocal input. I take the microphone input and run it through a fourier series analasis which breaks it down into the individual frequencies over time. I also needed the power/ volume of the input, shown very top right.

Bottom right... The output from the spectrograph is fed into my neural model, this small section used for the test comprised of 6 sheets of 300 * 200 neurons so... 360K neurons ish.  Each neuron is synapsed to every other so... 129600000000 ish synapse.

I needed a simple face for expressions, so I adapted the 'golden ratio' face to a vector set. Then re-mapped to produce simple expressions and wrote the animation routines to smoothly move from one to another.

I trained the neural net on normal speech patterns using audio books, I then spoke to the system using various inflections in my voice, anger, joy and noted which areas of the neural net responded to the different inflections. I then simply used a blackboard technique to map the neurons for each inflection to the appropriate animation. 

The facial expressions will eventually run through the motor cortex to express how the system is feeling, this was just test to see if I could pick up a jist from the users voice.

I did the same thing with facial ques and a combination of both... kinda freaky when your talking to the AGI and it mirrors you...
It thunk... therefore it is!...    /    Project Page    /    KorrTecx Website

*

Zero

  • Eve
  • ***********
  • 1287
Re: top ai top secret?
« Reply #19 on: August 29, 2015, 01:02:51 pm »
Impressive, indeed. Is there a website or something where I can read about your system?

*

Korrelan

  • Trusty Member
  • ***********
  • Eve
  • *
  • 1454
  • Look into my eyes! WOAH!
    • YouTube
Re: top ai top secret?
« Reply #20 on: August 29, 2015, 04:44:44 pm »
Hi Zero

Yeah! Millions of them... neuroscience and biology sites lol... Soz couldn't resist.

Only my YouTube page, some vids of the initial neural seed I 'grow' the systems from, audio visual maps from early development runs etc... I've been working on AI for over 30 years...

Here's a vid showing my initial tests on neuro-genesis and migration, you'll see neurons moving/ zipping through the cortex layer to find their ideal position/ location amongst other tuned neurons... to enhance resolution required in that area (part of the memory/ learning)... visual orientation map I believe focused on a pinwheel..



I'm a dreamer too... I'd like to think that one day my AGI's will explore other worlds, and as they scream through the atmosphere heading downwards toward a fresh new world to explore... if you listened very... very... carefully you would hear...

Weeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee!... lol

My take on AGI is.. just design a machine that is capable of learning anything... and then teach it to be human.  :)
It thunk... therefore it is!...    /    Project Page    /    KorrTecx Website

*

Zero

  • Eve
  • ***********
  • 1287
Re: top ai top secret?
« Reply #21 on: August 29, 2015, 05:17:49 pm »
You should train your baby so it can drive a DeltaGlider in Orbiter!  :jump:

Did I understand correctly? Are you handling 129.600.000.000 synapses real-time?

*

8pla.net

  • Trusty Member
  • ***********
  • Eve
  • *
  • 1302
  • TV News. Pub. UAL (PhD). Robitron Mod. LPC Judge.
    • 8pla.net
Re: top ai top secret?
« Reply #22 on: August 29, 2015, 08:26:26 pm »
Quote
The top right is a spectrograph of the vocal input. I take the microphone input and run it through a Fourier series analysis which breaks it down into the individual frequencies over time. I also needed the power / volume of the input, shown very top right.

Quote
Bottom right... The output from the spectrograph is fed into my neural model, this small section used for the test comprised of 6 sheets of 300 * 200 neurons so... 360K neurons ish.  Each neuron is synapsed to every other so... 129600000000 ish synapse.

My theory, and it is just a theory, is that both these cases are doing the same thing.  If these are two ways to fill a curve (in theory), then that leaves us with the training.  This is so educational.  Thanks for your expert response.
My Very Enormous Monster Just Stopped Using Nine

*

Korrelan

  • Trusty Member
  • ***********
  • Eve
  • *
  • 1454
  • Look into my eyes! WOAH!
    • YouTube
Re: top ai top secret?
« Reply #23 on: August 29, 2015, 11:01:58 pm »
Ok! It's Sat night here and I've been on the Rum & Malt so ignor any bad English or spelling mistakes... my brain works like... alcohol at night to brain storm... coffee in the morning to focus... and all that.

@Zero

Replace them full stops/ decimal points with commas and...

Nah! lol... miss calculation... 300 x 200 all synapsed = 60k x 60k x 6 layers = 21600000000 and... inter layer axons = 60k x 6 = 360k so... 21600360000 possibe synapse.

But... that's just a small section of cortex so way... way... frikken waaaay more... and yes in real time, though that's only possible synapses (but all are possible). It has to be an all to all connectome to start with, you only cull whats not used over time...

@8pla.net

Getting the frequencies laid out nice and neat is one thing... matching the trillions of possible combinations in real time is another, but yes... they are just simple patterns in a time frame.

Learning is a very simple concept... a system has to be told, or experience an event, it has to record the event in its 'own' terms so it can recall it, as 'it' (not you) experinced it, through 'its' own senses.

Then it just needs guidance... do I keep this knowledge and build upon it, or discard it.

I'm gonna read this in the morning and think... WTF was I rambling about lol. And one more... (just for good measure) the (...) is a really frikken weird habit I've acquired... meh!

Edit: My way is not the only way... It's just what I deem and have found to be correct... there is more than one way to fly.
It thunk... therefore it is!...    /    Project Page    /    KorrTecx Website

*

8pla.net

  • Trusty Member
  • ***********
  • Eve
  • *
  • 1302
  • TV News. Pub. UAL (PhD). Robitron Mod. LPC Judge.
    • 8pla.net
Re: top ai top secret?
« Reply #24 on: August 30, 2015, 12:58:07 am »
@8pla.net

Getting the frequencies laid out nice and neat is one thing... matching the trillions of possible combinations in real time is another, but yes... they are just simple patterns in a time frame.

Learning is a very simple concept... a system has to be told, or experience an event, it has to record the event in its 'own' terms so it can recall it, as 'it' (not you) experinced it, through 'its' own senses.

Then it just needs guidance... do I keep this knowledge and build upon it, or discard it.

You are entitled to a few.  Rum beverages and mistakes, that is.   They go good together.  I made a nice mistake myself. Instead of "fill a curve" I meant to say "fit a curve", I think.  Oh, now I'm confused.  No worries, when morning comes, seems to me, your response will be just fine.


My Very Enormous Monster Just Stopped Using Nine

*

ranch vermin

  • Not much time left.
  • Terminator
  • *********
  • 947
  • Its nearly time!
Re: top ai top secret?
« Reply #25 on: August 30, 2015, 07:29:10 am »
I'll still be here.      Maybe ill have to admit my ai idea isnt that original or hard to come up with.       Just going through a phase. :)

*

Don Patrick

  • Trusty Member
  • ********
  • Replicant
  • *
  • 633
    • AI / robot merchandise
Re: top ai top secret?
« Reply #26 on: August 30, 2015, 08:57:20 am »
I bet it's hard to implement though. I don't place much value in theories unless I've at least made a working prototype of it. No matter how good the idea, someone still has to do years of work to make it happen, and quite often some overlooked details pop up to make it that much harder.
CO2 retains heat. More CO2 in the air = hotter climate.

*

ranch vermin

  • Not much time left.
  • Terminator
  • *********
  • 947
  • Its nearly time!
Re: top ai top secret?
« Reply #27 on: August 30, 2015, 09:51:06 am »
definitely true my friend.

*

Zero

  • Eve
  • ***********
  • 1287
Re: top ai top secret?
« Reply #28 on: August 30, 2015, 10:20:22 am »
Quote from: korrelan
21600360000 possibe synapse.
But... that's just a small section of cortex so way... way... frikken waaaay more... and yes in real time, though that's only possible synapses (but all are possible). It has to be an all to all connectome to start with, you only cull whats not used over time...

Yeah ok, but that's still 21 billion real time, you're fkin fast!!! How do you do that? (some "don't think you are, know you are" trick?)



Quote from: ranch vermin
I'll still be here. Maybe ill have to admit my ai idea isnt that original or hard to come up with. Just going through a phase.

It's probably a very good idea. Trust mankind, share it!
I'm so happy you're staying here.  O0

*

ranch vermin

  • Not much time left.
  • Terminator
  • *********
  • 947
  • Its nearly time!
Re: top ai top secret?
« Reply #29 on: August 30, 2015, 10:45:16 am »
Hey Korrelan, I just had a peak at your videos.   Did you craft that animating vector portrait yourself?  Its pretty nice.

[EDIT] hahahha i saw you put me into a class on one of the videos hehe [/EDIT]
« Last Edit: August 30, 2015, 11:07:34 am by ranch vermin »

 


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

317 Guests, 0 Users

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

Articles