当前位置:网站首页>Basic concepts of machine learning
Basic concepts of machine learning
2022-06-26 01:37:00 【Ming Qi】
Data analysis is the essence of most natural sciences , Extract rules from daily observations , And look for uncertainty .
Storage capacity fails to keep pace with the growth of data volume . meanwhile , The growth of computing power has overshadowed the growth of data volume .
Capacity control method , Such as discarding
Attention mechanism : Expand the memory capacity and complexity of a system without increasing parameters .
Machine learning studies how to make computer systems use experience to improve performance
features (feature): Used to characterize the sample , Used to predict labels (label) The two factors of are called characteristics .
Characteristic number / Eigenvector dimension : Number of input layers
Analytic solution (analytical solution): When the model and loss function are simple , The solution of the error minimization problem can be directly expressed by formula .
Numerical solution (numerical solution): Most deep learning models have no analytical solution , The value of the loss function can only be reduced as much as possible by optimizing the model parameters for a finite number of iterations of the algorithm .
Small batch random gradient drop (mini-batch stochastic gradient descent): Numerical solution of the optimization algorithm is the most widely used

∣B∣ Represents the number of samples in each small batch ( Batch size ,batch size),η Learning rate (learning rate) And take a positive number
Hyperparameters (hyperparameter): namely “ Adjustable parameter ” Parameters in , Artificially set , Not through model training .
Fully connected layer (fully-connected layer) Or dense layer (dense layer): The neurons in the output layer are completely connected to each input in the input layer
Optimization


Neuron Network

Optimization Fails



eigen vector Eigenvector

Adaptive Learning Rate
Root Mean Square

RMSProp

Loss

likelihood (likelihood)
Batch Normalization

x feature vector
R Training data set
mean Average
deviation deviation
dim dimension
standardization Standardization ∈normalization

converge Converge

⊙
![]()
At the beginning of training ,β by 0 vector ,γ by 1 vector
ps: If downloading package is slow , can Add domestic image source
give an example :
pip install To install https://pypi.tuna.tsinghua.edu.cn/simple opencv-contrib-python
pip install opencv-python https://pypi.tuna.tsinghua.edu.cn/simple opencv-contrib-python
Or forever Set up pip The download source is domestic .
pip config set global.index-url https://pypi.tuna.tsinghua.edu.cn/simple
Reference material :
( Strong push ) Li Hongyi 2021 Spring machine learning course _ Bili, Bili _bilibili
边栏推荐
猜你喜欢

新库上线 | CnOpenData中国新房信息数据

Web信息收集,互联网上的裸奔者

Multiple interface calls, using promise all、Promise. Race and promise any

I2C protocol

Dgus new upgrade: fully support digital video playback function

Reading notes on how to connect the network - hubs, routers and routers (III)

Development and monitoring of fusion experiment pulse power supply by LabVIEW

SPI protocol

idea配置

100ask seven day IOT training camp learning notes - bare metal program framework design
随机推荐
A sharp tool for information collection, Google hacker syntax
shell正则表达式
What is the process of opening a mobile card account? Is it safe to open an account online?
Using redis database as cache in Django
Loss function of depth model
《网络是怎么样连接的》读书笔记 - 集线器、路由器和路由器(三)
Shengxin weekly issue 33
26. histogram back projection
新库上线 | CnOpenData中国新房信息数据
2022防爆电气操作证考试题库及模拟考试
MOS管防倒灌电路设计及其过程分析
QT cmake pure C code calls the system console to input scanf and Chinese output garbled code
Operation of simulated examination platform for electrical test questions in 2022
手机卡开户的流程是什么?网上开户是否安全么?
Flex & Bison 开始
CityJSON
24. histogram calculation
**MySQL例题一(根据不同问题,多条件查询)**
【Visual Studio Code】vscode快捷键大全
leetcode 300. Longest increasing subsequence (medium)