MusicNet

  • 16 Replies
  • 6620 Views
*

keghn

  • Trusty Member
  • *********
  • Terminator
  • *
  • 824
MusicNet
« on: December 03, 2016, 05:50:28 pm »

*

Korrelan

  • Trusty Member
  • ***********
  • Eve
  • *
  • 1454
  • Look into my eyes! WOAH!
    • YouTube
Re: MusicNet
« Reply #1 on: December 03, 2016, 07:03:24 pm »
Sweet post... I found this very interesting.

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

*

keghn

  • Trusty Member
  • *********
  • Terminator
  • *
  • 824
Re: MusicNet
« Reply #2 on: December 03, 2016, 08:54:20 pm »
 I new it would resonate with you:) and i liked it too.

*

Art

  • At the end of the game, the King and Pawn go into the same box.
  • Trusty Member
  • **********************
  • Colossus
  • *
  • 5865
Re: MusicNet
« Reply #3 on: December 04, 2016, 06:45:52 pm »
Sounds good to me too! O0
In the world of AI, it's the thought that counts!

*

keghn

  • Trusty Member
  • *********
  • Terminator
  • *
  • 824
Re: MusicNet
« Reply #4 on: December 10, 2016, 04:32:10 pm »
How to Make a Simple Tensorflow Speech Recognizer:
https://www.youtube.com/watch?v=u9FPqkuoEJ8

*

keghn

  • Trusty Member
  • *********
  • Terminator
  • *
  • 824
Re: MusicNet
« Reply #5 on: December 30, 2016, 07:26:45 pm »

*

keghn

  • Trusty Member
  • *********
  • Terminator
  • *
  • 824
Re: MusicNet
« Reply #6 on: February 20, 2017, 03:18:15 pm »

*

yotamarker

  • Trusty Member
  • **********
  • Millennium Man
  • *
  • 1003
  • battle programmer
    • battle programming
Re: MusicNet
« Reply #7 on: February 20, 2017, 08:51:32 pm »
I really want to understand this but the guy in the video just speaks fast.
does the neural networks simply find the significant similarities between many sound recordings of the
same sound ?

also I didn't understand which code gets the volume meter level ?

*

Art

  • At the end of the game, the King and Pawn go into the same box.
  • Trusty Member
  • **********************
  • Colossus
  • *
  • 5865
Re: MusicNet
« Reply #8 on: February 21, 2017, 01:26:16 am »
Well English is my first language and I had difficulty understanding Bongjunkim.
His pronunciation of certain words were quite different from the way I (and others) pronounce them.

Unfortunately, languages are not all defined by their words, spellings or usage but also by pronunciation.
In the world of AI, it's the thought that counts!

*

keghn

  • Trusty Member
  • *********
  • Terminator
  • *
  • 824
Re: MusicNet
« Reply #9 on: February 21, 2017, 02:09:36 am »
 The work Mr Kim and Mr Pardo is doing very close in style to my work so I need no words to understand it.
 It does not use neural net. Just pattern matching of frequencies and volume. SVM style. And FFT logic.


   The way it work is to load a sound file. Then view the sound wave. Use a mouse to select out a sound fragment.
 Then give that fragment a label or a name to tag it. Then search for repeating fragment in a many hours to recording.
 Then have the new found fragment put into a data base with time stamp.

*

Korrelan

  • Trusty Member
  • ***********
  • Eve
  • *
  • 1454
  • Look into my eyes! WOAH!
    • YouTube
Re: MusicNet
« Reply #10 on: February 21, 2017, 08:26:21 am »
@keghn

I wrote a simple project similar to this many years ago.

I normalised the audio and ran the whole audio file through a kind of convolution filter that mapped the power/ volume to a simple linear gradient; so I ended up with just… up, up, down, up, up up, (110111), etc; the exact numbers were irrelevant… just if it moved up or down since the last value.

Once this was also applied to the selected sample it made searching for similar sound bites much faster.

If I remember correctly I then applied a FFT to the found sample and applied the same normalisation/ convolution filter to the frequencies within each ms of the sample.

Interesting post.

 :)
« Last Edit: February 21, 2017, 10:28:30 am by korrelan »
It thunk... therefore it is!...    /    Project Page    /    KorrTecx Website

*

keghn

  • Trusty Member
  • *********
  • Terminator
  • *
  • 824
Re: MusicNet
« Reply #11 on: February 21, 2017, 06:26:10 pm »
@korrelan I know what you mean. Every algorithm in the world i have applied and more in this format. With 20,000
hours of thought.
  This is the front end of my AGI logic. It is not the way the brain does it. But it is a down and dirty way that will
work just as good. It has it up and down. It is easier to trouble shoot. A real NN has all of its temporal pattern up
in weight space. Natural encryption by default. if you crack it, it is no big deal because the next person will be completely
different in weight space.

 In my front end AGI logic it record sound and images and motor position in Mr Kim's format.

*

yotamarker

  • Trusty Member
  • **********
  • Millennium Man
  • *
  • 1003
  • battle programmer
    • battle programming
Re: MusicNet
« Reply #12 on: February 22, 2017, 12:30:06 am »
could someone explain those circles shown when he talks about neural networks

*

Korrelan

  • Trusty Member
  • ***********
  • Eve
  • *
  • 1454
  • Look into my eyes! WOAH!
    • YouTube
Re: MusicNet
« Reply #13 on: February 22, 2017, 08:29:49 am »
Which circles?

Do you mean the actual graphical representation of a neuron?

https://en.wikipedia.org/wiki/Artificial_neural_network

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

*

keghn

  • Trusty Member
  • *********
  • Terminator
  • *
  • 824
Re: MusicNet
« Reply #14 on: February 22, 2017, 11:15:11 pm »
 Circles are nodes and the lines to them are edges in machine learning. In Neural network it one artificial neuron.
 But since artificial neural network is a sub directory of machine learning there could cross over.

 


Say good-bye to GPUs...
by MikeB (AI News )
March 23, 2024, 09:23:52 am
OpenAI Speech-to-Speech Reasoning Demo
by MikeB (AI News )
March 15, 2024, 08:14:02 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

301 Guests, 1 User
Users active in past 15 minutes:
squarebear
[Trusty Member]

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

Articles