摘要:
如果对你有帮助的话,不妨打赏一下呢~ 阅读全文
摘要:
layout: post title: Video Understanding subtitle: Video Understanding description: Video Understanding date: 2022-11-02 categories: Word Embedding tag 阅读全文
摘要:
layout: post title: CS231N-课后思考后笔记 subtitle: CS231N-课后思考后笔记 description: CS231N-课后思考后笔记 date: 2022-10-26 categories: deeplearning tags: notes comments 阅读全文
摘要:
layout: post title: CS231N-课后思考后笔记 subtitle: CS231N-课后思考后笔记 description: CS231N-课后思考后笔记 date: 2022-10-26 categories: deeplearning tags: notes comments 阅读全文
摘要:
2.1 特征值特征向量 2.1.1线性变换的特征值 特征向量 性质: 一个向量对应一个特征值 不同特征值的特征向量线性无关 求解方式: 1)A的特征值 2)A对应特征值的特征向量 3) T 的特征值就是A的特征值 4) T的特征向量是A的特征向量乘以基 1.1.2 特征子空间 特征值的几何重数不超过 阅读全文
摘要:
layout: post title: CS231N-课后思考后笔记 subtitle: CS231N-课后思考后笔记 description: CS231N-课后思考后笔记 date: 2022-10-26 categories: deeplearning tags: notes comments 阅读全文
摘要:
1、Fully connection Layer def affine_forward(x, w, b): """ Computes the forward pass for an affine (fully-connected) layer. The input x has shape (N, d 阅读全文
摘要:
layout: post title: 过采样实现 subtitle: 2023-2-18-过采样实现 description: 2023-2-18-过采样实现 date: 2023-02-18 categories: deeplearning tags: 过采样 comments: true 20 阅读全文
摘要:
layout: post title: DeepSpectrum特征提取 subtitle: 2023-02-14-DeepSpectrum特征提取 description: 2023-02-14-DeepSpectrum特征提取 date: 2023-02-14 categories: deepl 阅读全文
摘要:
一文汇总超参自动优化方法 (qq.com) 网格搜索 grid-search 网格搜索是暴力搜索,在给定超参搜索空间内,尝试所有超参组合,最后搜索出最优的超参组合 随机搜索(Randomized Search) 随机搜索是在搜索空间中采样出超参组合,然后选出采样组合中最优的超参组合 贝叶斯优化(Ba 阅读全文