惯性聚合 高效追踪和阅读你感兴趣的博客、新闻、科技资讯
阅读原文 在惯性聚合中打开

推荐订阅源

P
Privacy International News Feed
CTFtime.org: upcoming CTF events
CTFtime.org: upcoming CTF events
Jina AI
Jina AI
T
Tailwind CSS Blog
WordPress大学
WordPress大学
Scott Helme
Scott Helme
C
Cybersecurity and Infrastructure Security Agency CISA
博客园 - Franky
C
CERT Recently Published Vulnerability Notes
cs.AI updates on arXiv.org
cs.AI updates on arXiv.org
雷峰网
雷峰网
Schneier on Security
Schneier on Security
博客园 - 聂微东
T
Tor Project blog
Hugging Face - Blog
Hugging Face - Blog
博客园 - 司徒正美
AI
AI
T
Troy Hunt's Blog
Security Latest
Security Latest
T
The Blog of Author Tim Ferriss
cs.CV updates on arXiv.org
cs.CV updates on arXiv.org
C
Check Point Blog
T
Threat Research - Cisco Blogs
W
WeLiveSecurity
V
Vulnerabilities – Threatpost
Recorded Future
Recorded Future
Recent Commits to openclaw:main
Recent Commits to openclaw:main
Cisco Talos Blog
Cisco Talos Blog
C
CXSECURITY Database RSS Feed - CXSecurity.com
Cloudbric
Cloudbric
J
Java Code Geeks
罗磊的独立博客
C
Cyber Attacks, Cyber Crime and Cyber Security
aimingoo的专栏
aimingoo的专栏
L
LangChain Blog
freeCodeCamp Programming Tutorials: Python, JavaScript, Git & More
P
Privacy & Cybersecurity Law Blog
Google DeepMind News
Google DeepMind News
Threat Intelligence Blog | Flashpoint
Threat Intelligence Blog | Flashpoint
让小产品的独立变现更简单 - ezindie.com
让小产品的独立变现更简单 - ezindie.com
L
Lohrmann on Cybersecurity
I
InfoQ
MongoDB | Blog
MongoDB | Blog
OSCHINA 社区最新新闻
OSCHINA 社区最新新闻
The GitHub Blog
The GitHub Blog
The Hacker News
The Hacker News
H
Help Net Security
钛媒体:引领未来商业与生活新知
钛媒体:引领未来商业与生活新知
P
Proofpoint News Feed
N
News and Events Feed by Topic

从百草园到三味书屋

医学人工智能周刊7|医疗人工智能算法的公平性 如何阅读论文 Skip-gram模型(2) 医学人工智能周刊6|模态无关的学习方法在医学影像以及生理信号中的评测 医学人工智能周刊5|提高医疗领域AI算法研究透明性清单 医学人工智能周刊4|如何解决医学人工智能的可解释性 医学人工智能周刊 #3 医学人工智能周刊 #2 医学人工智能周刊 开刊 生存分析(一) 统计学中的假设检验 什么是科学问题? MultiBench多模态表征学习的多尺度基准 ClinicalBERT: 对医学文本建模用于再入院预测 Embedding是什么? Skip-gram模型(1) 公开重症监护数据库MIMIC代码仓库介绍 公开重症监护数据库MIMIC-IV介绍 《A Unified Approach to interpreting Model Predictions》论文解读 About Friends PyTorch深度学习(2) 重读XGBoost LSTM应用场景以及pytorch实例 PyTorch深度学习(1) Mathematical notation Git常用命令
MIT 6.S91 Introduction Deep Learning Notes
Yong · 2023-01-14 · via 从百草园到三味书屋

1.Introduction to Deep learning #

  • 震撼,第一节课直接放大招,用自己拍摄的视频和奥巴马合成来介绍这门课程。
  • 不管老师在课程上讲什么,希望你们能真正的思考为什么这一步是重要而且必须的,正是这些思考才能做出真正令人惊讶的突破。

2.Deep Sequence Model #

Three way to solve gradient vanish

  • Gated Cells
    • LSTM
      • Forget
      • Store
      • Update
      • Output
  • Attention [[Transformer]]

3.Deep Computer Vision #

  • 介绍卷积操作,是一种提取特征的方法生成feature maps(还有其他的方法可以用吗?然后效果还不错);
    • 与全连接相比的优点;
  • Fast RCNN用于目标检测,怎么实现推荐特定区域图像?
  • 医学图片分割
  • 总结:
    • 原理
    • CNN架构
    • 应用

4.Deep Generative Models #

  • what 目标: 来自于一些分布中的训练样本,通过这些样本学习模型来表征这个分布;
  • how 密度估计;神经网络适合来进行高维度表征;
  • why
    • Debiasing: Capable of uncovering underlying features in a dataset
    • Outlier detection: how can we detect when we encounter something new or rare?
  • Latent variable representation:
    • 举例事物的投影,只能看见影子即表象,而被灯光照射的实物是看不见的即隐变量;要做的是通过观察到的投影来对实物进行建模
  • Autoencoder: reconstruction loss
    • 完全是确定性性
  • VAEs:normal prior + regularization
    • reconstruction loss + regularization term
    • encoder: $q_\phi(z|x)$
    • decoder: $p_\theta(x|z)$
    • KL-divergence: $D(q_\phi(z|x)||p(z))$
  • GANs
    • make a generative model by having two neural networks compete with each other
    • ⭐️CycleGAN: domain transformations 视频开头的视频就是用这个合成

5.Deep reinforcement learning #

  • Reward: $$R_t = r_t + \gamma r_{t+1} + \gamma^2 r_{t+2} + …$$
  • Q-function: expected total future reward $$Q(s_t, a_t) = E[R_t|s_t, a_t]$$
  • Policy: to infer the best action to take at its state, choose an action that maximizes future reward $$\pi^*(s)=\mathop{\arg\max}\limits_{s}Q(s, a)$$
  • Value Learning
    • find $Q(s, a)$
    • $a = \mathop{\arg\max}\limits_{a}Q(s, a)$
  • Police Learning
    • find $\pi(s)$
    • sample $a\sim\pi(s)$
  • Deep Q Network(DQN)
  • Policy Gradient
  • AlphaGo

6.DL Limitations and New Frontiers #

  • limitations
    • Generalization
      • data is important
    • Uncertainty in Deep learning
    • adversarial attack
    • Algorithmic Bias
  • Frontiers
    • encoder
      • many real world data cannot be captured by standard encodings
      • GCN(Graph Convolutional Networks)
    • Automated AI

7. LiDAR for Autonomous Driving #

@INNOVIZ

  • Camera Vs LiDAR
    • 互补,视线不好的情况
    • 冗余能保证准确
  • Safety and Comfort

8. Automatic Speech Recognition #

@Rev

  • Conformer
  • CTC

9. AI fore Science #

Principled AI Algorithms for challenging domains @Caltech

10. Uncertainty in Deep Learning #

longer version:NeurIPS 2020 Tutorial @Google AI Brain Team

  • Return a distribution over predictions rather than a single prediction
  • Out-of-Distribution Robustness
    • covariate shift: distribution of features changes
    • open-set recognition: new classes may appear at test time
    • label shift: distribution of label changes
  • sources of uncertainty
    • Model uncertainty
      • 认知上的不确定性
    • Data uncertainty
      • human disagreement label noise
      • measurement noise
      • missing data
  • how to compute
    • BDN
    • GP
    • Deep Ensemble
    • MCMC
  • multi-input and multi output(MIMO)
  • how to communicate with uncertainty?

7-10讲很一般,一个复杂的主题,需要将背景讲清楚,公司讲东西也没啥具体细节。

Ref #

  1. 【双语字幕】MIT《深度学习导论(6.S191)》课程(2021)_哔哩哔哩_bilibili
  2. introtodeeplearning.com
  3. MIT 6.S191: Deep Generative Modeling - YouTube