当前位置:网站首页>Introduction to deep learning - definition Introduction (I)
Introduction to deep learning - definition Introduction (I)
2022-07-03 05:07:00 【TT ya】
Beginner little rookie , I hope it's like taking notes and recording what I've learned , Also hope to help the same entry-level people , I hope the big guys can help correct it ~ Tort made delete .
Machine learning algorithms can be divided into two categories : Supervised learning and unsupervised learning .
One 、 Supervised learning
Supervised learning is that we teach computers how to do something . More intuitively : Give a data set ( Training set ), The correct answer in this data set has been set in advance , The result of supervised learning is to calculate more correct prices .
There are regression problems and classification problems in supervised learning
The regression problem is based on supervised learning to predict a continuous value output ( For example, predict the house price in a certain year );
Classification problem is based on supervised learning to predict discrete value output ( For example, judge whether the whole picture is a cat or a dog ).
Two 、 Unsupervised learning
The difference between unsupervised learning and supervised learning is : Data sets have no answer .
In unsupervised learning , There is no concept of attributes or tags , That is, all data are the same , There is no difference between .
In unsupervised learning , There is only one data set , But no one taught us how to do , We also don't know what each data point represents , Let's find out some structure by ourselves .
Typical unsupervised learning algorithms include clustering algorithm and cocktail party Algorithm
clustering algorithm : For a given data set , Unsupervised learning algorithms may determine that this data set has multiple different clusters ( That is, self classification without correct answers ), This is the so-called clustering algorithm .
Cocktail party algorithm :
Let's start with the background —— Cocktail party problem : He is a problem in the field of computer speech recognition , At present, speech recognition technology can recognize a person's words with high accuracy , When there are two or more people talking , The speech recognition rate will be greatly reduced , This problem is called the cocktail party problem .
Cocktail party algorithm is produced to solve cocktail party problems , That is to distinguish what XX said when many people spoke , What did another XX say .
边栏推荐
- How to connect the network: Chapter 2 (Part 1): a life cycle of TCP connection | CSDN creation punch in
- Literature reading_ Research on the usefulness identification of tourism online comments based on semantic fusion of multimodal data (Chinese Literature)
- LVS load balancing cluster of efficient multi-purpose cluster (NAT mode)
- MySQL master-slave configuration
- What is UUID
- Gbase8s unique index and non unique index
- Analysis of proxy usage of ES6 new feature
- Common methods of JS array
- Coordinatorlayout appbarrayout recyclerview item exposure buried point misalignment analysis
- 2022-02-11 daily clock in: problem fine brush
猜你喜欢

appium1.22.x 版本后的 appium inspector 需单独安装
![[set theory] relationship properties (common relationship properties | relationship properties examples | relationship operation properties)](/img/af/8dfa783c87363a9d75c52e7680d508.jpg)
[set theory] relationship properties (common relationship properties | relationship properties examples | relationship operation properties)

Analysis of proxy usage of ES6 new feature

Unity tool Luban learning notes 1

Online VR model display - 3D visual display solution
![[research materials] 2021 annual report on mergers and acquisitions in the property management industry - Download attached](/img/95/833f5ec20207ee5d7e6cdfa7208c5e.jpg)
[research materials] 2021 annual report on mergers and acquisitions in the property management industry - Download attached

Burp suite plug-in based on actual combat uses tips

Silent authorization login and registration of wechat applet

Mobile terminal - uniapp development record (public request encapsulation)

Handler understands the record
随机推荐
Coordinatorlayout appbarrayout recyclerview item exposure buried point misalignment analysis
Class loading mechanism (detailed explanation of the whole process)
动态规划——相关概念,(数塔问题)
Gbase8s composite index (I)
Wechat applet waterfall flow and pull up to the bottom
Learn to use the idea breakpoint debugging tool
[Yu Yue education] basic reference materials of interchangeability and measurement technology of Zhongyuan Institute of Technology
Audio Focus Series: write a demo to understand audio focus and audiomananger
Sprintf formatter abnormal exit problem
The principle is simple, but I don't know how to use it? Understand "contemporaneous group model" in one article
The programmer resigned and was sentenced to 10 months for deleting the code. JD came home and said that it took 30000 to restore the database. Netizen: This is really a revenge
My first Smartphone
Shell script Basics - basic grammar knowledge
Online VR model display - 3D visual display solution
appium1.22. Appium inspector after X version needs to be installed separately
Thesis reading_ Chinese medical model_ eHealth
2022-02-11 daily clock in: problem fine brush
Notes | numpy-09 Broadcast
cookie session jwt
1103 integer factorization (30 points)