[PYTHON] Paper: Music processing in the brain

Original paper

http://papers.nips.cc/paper/6222-brains-on-beats.pdf

What thing?

In the field of machine learning such as image recognition, image recognition is performed by imitating the brain. With the technology called CNN, there are layers that are learning information that is easy to see, such as the color of the image and what is drawn, and layers that are learning information that is difficult to understand at first glance (painting style, etc.) .. That is, it is clear that they are recognized separately.

In this paper, we investigated how the brain processes music.

As a result, it became clear that high-level processing (style, etc.) and low-level processing (melody, etc.) are clearly separated in the brain.

In other words, it was found that AI was created by imitating humans, but the human brain actually recognizes things in the same way. (There are multiple ways of recognition)

Recommended Posts

Paper: Music processing in the brain
View the result of geometry processing in Python
File processing in Python
Multithreaded processing in python
Text processing in Python
Queue processing in Python
Install The Virtual Brain
Paper: Machine learning paper that reproduces images in the brain, (Deep image reconstruction from human brain activity)
UTF8 text processing in python
python3 Measure the processing speed.
Download the file in Python
Find the difference in Python
Asynchronous processing (threading) in python
Methods available in the list
Image Processing Collection in Python
Celery asynchronous processing in Flask
Using Python mode in Processing
I read the SHAP paper
Real-time display of server-side processing progress in the browser (implementation of progress bar)
A function that measures the processing time of a method in python
Dockerfile with the necessary libraries for natural language processing in python
Mathematical puzzle to train the programmer's brain Q01 "Palindrome in decimal"
People memorize learned knowledge in the brain, how to memorize learned knowledge in machine learning
for, continue, break Explain the flow of iterative processing in Python3-Part 1