当前位置:网站首页>Ml8 self study notes LDA principle formula derivation
Ml8 self study notes LDA principle formula derivation
2022-07-29 06:17:00 【19-year-old flower girl】
Linear discriminant analysis (LDA)( Supervised )
purpose : Dimensionality reduction in data preprocessing , Classification task
The goal is : Project the feature space to a smaller dimension K In dimensional subspace . At the same time, keep distinguishing category information .
What we care about is how to make the data more distinct .
The core point is ,w How to solve , Is how to project .
It is divided into Requirements between and within categories .
Calculate the average value of each sample
Find the mean value after projection . To calculate the mean value after projecting each data is equivalent to projecting the previous mean value .
Optimization objectives :J(w) The bigger the better
Want to maximize J(w), Projection to x The axis will be projected to y Larger shaft , At that time, it will be projected to x The effect of shaft classification is not good . So I put forward a concept : Hash value . You want the hash value to be the smallest after the sample mapping . The consideration becomes ,J(w) The bigger the better ,S The smaller the better. .
Integrate the above two considerations into the objective function . Obtain the in class scatter matrix .
Interclass scatter matrix . Get the final objective function .
solve . take SwiSB See as A, namely Aw=λw,w Is the eigenvector .
边栏推荐
- 京微齐力:基于HMEP060的OLED字符显示(及FUXI工程建立演示)
- Pytorch's data reading mechanism
- Hal library learning notes - 9 DMA
- ArduinoIDE + STM32Link烧录调试
- 华为云14天鸿蒙设备开发-Day5驱动子系统开发
- 2022 spring move - core technology FPGA development post pen test question (original question and experience)
- 给二维表添加时间序列索引
- Jingwei Qili: OLED character display based on hmep060 (and Fuxi project establishment demonstration)
- 电力电子:单项逆变器设计(MATLAB程序+AD原理图)
- 基于51单片机的DAC0832波形发生器
猜你喜欢
传统模型预测控制轨迹跟踪——波浪形轨迹(功能包已经更新)
Pytorch Basics (Introductory)
Migration learning robot visual domain adaptation with low rank reconstruction
Huawei cloud 14 day Hongmeng device development -day5 drive subsystem development
SimpleFOC调参3-PID参数整定攻略
Transfer feature learning with joint distribution adaptation
Huawei cloud 14 days Hongmeng device development -day1 environment construction
TLE5012b+STM32F103C8T6(bluepill)读取角度数据
ML7自学笔记
【RoboMaster】从零开始控制RM电机(2)-CAN通信原理及电调通信协议
随机推荐
2022春招——芯动科技FPGA开发岗笔试题(原题以及心得)
SimpleFOC调参3-PID参数整定攻略
TLE5012b+STM32F103C8T6(bluepill)读取角度数据
Reading papers on false news detection (5): a semi supervised learning method for fake news detection in social media
【软件工程之美 - 专栏笔记】14 | 项目管理工具:一切管理问题,都应思考能否通过工具解决
Review of neural network related knowledge (pytorch)
低功耗蓝牙5.0芯片nrf52832-QFAA
华为云14天鸿蒙设备开发-Day2编译框架
Torch. NN. Embedding() details
智能货架安全监测系统
基于51单片机的四路抢答器仿真
STM32 串口乱码
SimpleFOC调参2-速度、位置控制
HAL库学习笔记-14 ADC和DAC
HAL库学习笔记- 9 DMA
Huawei cloud 14 day Hongmeng device development -day1 source code acquisition
2022春招——芯动科技FPGA岗技术面(一面心得)
【软件工程之美 - 专栏笔记】22 | 如何为项目做好技术选型?
QT学习笔记-Qt Model/View
【RoboMaster】从零开始控制RM电机(2)-CAN通信原理及电调通信协议