<?xml version="1.0" encoding="utf-8" ?><rss version="2.0"><channel><title><![CDATA[deepinC博客]]></title><description><![CDATA[个人笔记，为防忘记，不喜勿喷，欢迎指正]]></description><link>https://blog.csdn.net/deepinC</link><language>zh-cn</language><generator>https://blog.csdn.net/</generator><copyright><![CDATA[Copyright &copy; deepinC]]></copyright><item><title><![CDATA[DRL笔记系列一]]></title><link>https://blog.csdn.net/deepinC/article/details/108245688</link><guid>https://blog.csdn.net/deepinC/article/details/108245688</guid><author>deepinC</author><pubDate>Wed, 26 Aug 2020 19:13:44 +0800</pubDate><description><![CDATA[参考链接
基本概念


trial and error


DRL=RL+deep_learning


on-policy：所有数据都是当前agent与env交互后产生的，训练时不使用old data，即不使用以前agent产生的数据

缺点：these algorithms works weaker on sample efficiency
优点：these algorithms directly optimize the objective you care about—policy performa]]></description><category></category></item><item><title><![CDATA[jupyter安装及卸载虚拟内核]]></title><link>https://blog.csdn.net/deepinC/article/details/89364792</link><guid>https://blog.csdn.net/deepinC/article/details/89364792</guid><author>deepinC</author><pubDate>Wed, 17 Apr 2019 21:04:31 +0800</pubDate><description><![CDATA[juypter 安装虚拟核

进入创建的虚拟环境：source activae [虚拟环境名]
安装虚拟核：conda install ipykernel
设置显示名字：python -m ipykernel install --user --name &lt;some-env&gt; --display-name "&lt;name-of-your-kernel&gt;"，其中和由用户随意指定即...]]></description><category></category></item><item><title><![CDATA[ML系列笔记二：模型评估与选择]]></title><link>https://blog.csdn.net/deepinC/article/details/89328158</link><guid>https://blog.csdn.net/deepinC/article/details/89328158</guid><author>deepinC</author><pubDate>Tue, 16 Apr 2019 11:27:44 +0800</pubDate><description><![CDATA[这是学习周志华老师《机器学习》的一些重要概念的简要笔记 ，仅防个人忘记
文章目录经验误差与过拟合
经验误差与过拟合
错误率（error rate） = 分类错误样本数 / 样本总数
精度（accuracy）= 1 - 错误率
误差（error）

训练误差（training error）/ 经验误差（empirical error）：在训练集上的误差
泛化误差（generalization err...]]></description><category></category></item><item><title><![CDATA[DL中常用的三种K-Lipschitz技术]]></title><link>https://blog.csdn.net/deepinC/article/details/89314424</link><guid>https://blog.csdn.net/deepinC/article/details/89314424</guid><author>deepinC</author><pubDate>Mon, 15 Apr 2019 21:41:35 +0800</pubDate><description><![CDATA[文章目录Lipschitz continuityWeight clippingGradient penaltySpectral Normalization理论推导Power iterationTensorflow 实现
在进入到正题前，首先来了解下什么是 K-Lipschitz 以及它在 DL 中能起到什么作用
Lipschitz continuity
利普希茨连续。满足如下性质的任意连续函数 f...]]></description><category></category></item><item><title><![CDATA[ML系列笔记一：基本概念]]></title><link>https://blog.csdn.net/deepinC/article/details/89308808</link><guid>https://blog.csdn.net/deepinC/article/details/89308808</guid><author>deepinC</author><pubDate>Mon, 15 Apr 2019 15:10:54 +0800</pubDate><description><![CDATA[这是学习周志华老师《机器学习》的一些重要概念的简要笔记 ，仅防个人忘记
机器学习所研究的主要内容是“学习算法”，即关于在计算机上从数据中产生“模型”的算法
基本术语

属性空间(attribute space) / 样本空间(sample space) / 输入空间：由属性张成的空间。位于该空间的一个实例称为“特征向量(feature vector)”
通过学习算法从数据中学得模型的过程称为“学习...]]></description><category></category></item><item><title><![CDATA[GANs入门系列三]]></title><link>https://blog.csdn.net/deepinC/article/details/89311094</link><guid>https://blog.csdn.net/deepinC/article/details/89311094</guid><author>deepinC</author><pubDate>Mon, 15 Apr 2019 14:16:42 +0800</pubDate><description><![CDATA[该博客是根据台大李宏毅老师的关于GAN的视频教程所整理的笔记，建议大家可以直接看这个老师的视频（因在youtube，故需翻墙）
文章目录Improving Generative Adversarial Networkf-GANf-divergenceFenchel Conjugate (共轭函数)Connection with GANWGANEarch Mover's Distance 推土机距离...]]></description><category></category></item><item><title><![CDATA[GANs入门系列二]]></title><link>https://blog.csdn.net/deepinC/article/details/89309727</link><guid>https://blog.csdn.net/deepinC/article/details/89309727</guid><author>deepinC</author><pubDate>Mon, 15 Apr 2019 13:28:00 +0800</pubDate><description><![CDATA[该博客是台大李宏毅老师的关于GAN的视频教程的笔记，建议大家可以直接看这个老师的[频]https://www.youtube.com/watch?v=0CKeqXl5IY0&amp;list=PLEFwSVcq6DyQ08VTbheWKEezk8bTpuWH
Generative Adversarial Network
回顾
Auto-encoder (AE)
简单，但生成的图像的质量很no re...]]></description><category></category></item><item><title><![CDATA[Object Detection 中的 Recall 和 mAP 实验指标的计算]]></title><link>https://blog.csdn.net/deepinC/article/details/86556736</link><guid>https://blog.csdn.net/deepinC/article/details/86556736</guid><author>deepinC</author><pubDate>Sat, 19 Jan 2019 21:56:16 +0800</pubDate><description><![CDATA[Recall（召回率）和mAP（平均精确度）是Object Detection（OD）中常用的两个用于评测模型好坏的指标。下面简要介绍下这两种指标的计算方式。
这里以一个例子来展开。假设一张图片 III 上标注有5个苹果，而物体检测模型在 III 上将10个物体都识别为苹果，具体结果如下表所式，则对于“苹果”这一类，其Recall和mAP为：

其中“Rank&amp;amp;quot;表示识别的10个苹果的得分排名；“C...]]></description><category></category></item><item><title><![CDATA[GANs入门系列一]]></title><link>https://blog.csdn.net/deepinC/article/details/86420037</link><guid>https://blog.csdn.net/deepinC/article/details/86420037</guid><author>deepinC</author><pubDate>Sun, 13 Jan 2019 15:12:49 +0800</pubDate><description><![CDATA[参考博客1
参考博客2
本文只是博客1的一个个人阅读记录，可忽略本文而直接看博客1/2。博客1主要是从一个比较泛的角度来阐述什么是GANs，而具体细节可以参考博客2。个人建议先看完博客1，然后再看博客2，加深理解。
Advantages:

can learn to mimic any distribution of data
be robot artists in a sense, and it...]]></description><category></category></item><item><title><![CDATA[论文记录：Neural Motifs: Scene Graph Parsing with Global Context (CVPR-18)]]></title><link>https://blog.csdn.net/deepinC/article/details/86419186</link><guid>https://blog.csdn.net/deepinC/article/details/86419186</guid><author>deepinC</author><pubDate>Sun, 13 Jan 2019 14:52:47 +0800</pubDate><description><![CDATA[（这里只是记录了论文的一些内容以及自己的一点点浅薄的理解，具体实验尚未恢复。由于本人新人一枚，若有错误以及不足之处，还望不吝赐教）
总结


本文关注的问题是 Scene Graph 的生成。通过观察 VG 数据集发现：

超过大半的 images，实体对之间的可能关系高度依赖于实体对的标签，反之不是（object labels are highly predictive of relation ...]]></description><category></category></item><item><title><![CDATA[论文记录：Visual Relationship Detection with Language Priors [VR-LP] (ECCV-16)]]></title><link>https://blog.csdn.net/deepinC/article/details/86419007</link><guid>https://blog.csdn.net/deepinC/article/details/86419007</guid><author>deepinC</author><pubDate>Sun, 13 Jan 2019 14:46:36 +0800</pubDate><description><![CDATA[（这里只是记录了论文的一些内容以及自己的一点点浅薄的理解，具体实验尚未恢复。由于本人新人一枚，若有错误以及不足之处，还望不吝赐教）
总结


contributions:


该论文是第一篇提出将 relationship 的 objects 和 predicates 分开独立看待，即 “train visual models for objects and predicates individu...]]></description><category></category></item><item><title><![CDATA[论文记录：Detecting Visual Relationships with Deep Relational Networks [DR-Net] (CVPR-17)]]></title><link>https://blog.csdn.net/deepinC/article/details/86418635</link><guid>https://blog.csdn.net/deepinC/article/details/86418635</guid><author>deepinC</author><pubDate>Sun, 13 Jan 2019 14:38:27 +0800</pubDate><description><![CDATA[（这里仅记录了论文的一些内容以及自己的一点点浅薄的理解，具体实验尚未恢复。由于本人新人一枚，若有错误以及不足之处，还望不吝赐教）
总结


previous works 的缺点
将 VRD 视为分类问题，即 consider each type of relationship (1, e.g.e.g.e.g. “ride”) or each distinct visual phrase (2, e...]]></description><category></category></item><item><title><![CDATA[论文记录：Visual Relationship Detection with Deep Structural Ranking (AAAI-18)]]></title><link>https://blog.csdn.net/deepinC/article/details/86418488</link><guid>https://blog.csdn.net/deepinC/article/details/86418488</guid><author>deepinC</author><pubDate>Sun, 13 Jan 2019 14:35:01 +0800</pubDate><description><![CDATA[（这里只是记录了论文的一些内容以及自己的一点点浅薄的理解，具体实验尚未恢复。由于本人新人一枚，若有错误以及不足之处，还望不吝赐教）
总结


两大挑战：

different from individual object learning tasks, the number of possible relationships are much larger, which makes it hard...]]></description><category></category></item><item><title><![CDATA[tensorflow中 rnn.dynamic_cnn与rnn.static_cnn的区别]]></title><link>https://blog.csdn.net/deepinC/article/details/83212523</link><guid>https://blog.csdn.net/deepinC/article/details/83212523</guid><author>deepinC</author><pubDate>Sat, 20 Oct 2018 12:55:24 +0800</pubDate><description><![CDATA[使用上区别
# @rnn.static_cnn
#    input: a num_step-length list of tensors with shape (batch,embed_size)
#    output: 
#       outputs: a num_step-length list of tensors whose shape is (batch,state_size),
...]]></description><category></category></item><item><title><![CDATA[python读取mnist数据]]></title><link>https://blog.csdn.net/deepinC/article/details/82827696</link><guid>https://blog.csdn.net/deepinC/article/details/82827696</guid><author>deepinC</author><pubDate>Mon, 24 Sep 2018 10:47:24 +0800</pubDate><description><![CDATA[这里用python实现了对mnist手写数字识别图片的读取
函数read_data_sets的输入是mnist中那四份文件所在的目录名，输出是如下数据结构：
{
	'test': {
		'images': [[...],[...]...],  # numpy数组，其大小为[10000, 784]，每一行即对应一张图片
		'labels': [...]  # numpy数组，若参数one-hot...]]></description><category></category></item><item><title><![CDATA[数图笔记之空间滤波]]></title><link>https://blog.csdn.net/deepinC/article/details/82799886</link><guid>https://blog.csdn.net/deepinC/article/details/82799886</guid><author>deepinC</author><pubDate>Fri, 21 Sep 2018 20:05:40 +0800</pubDate><description><![CDATA[文章目录基本概念线性滤波平滑滤波器空间锐化滤波器基于二阶微分的图像增强——拉普拉斯算子非锐化掩模和高提升滤波基于一阶微分的图像增强——梯度基于拉普拉斯算子的高提升滤波非线性滤波器
基本概念
空间滤波：指直接对图像像素进行处理的操作，它可大致分为：线性操作、非线性操作
线性操作：满足 f(ax1+bx2)=af(x1)+bf(x2)f(ax_1+bx_2) = af(x_1) + bf(x_2)f(...]]></description><category></category></item><item><title><![CDATA[数图笔记之直方图]]></title><link>https://blog.csdn.net/deepinC/article/details/82793702</link><guid>https://blog.csdn.net/deepinC/article/details/82793702</guid><author>deepinC</author><pubDate>Fri, 21 Sep 2018 02:26:21 +0800</pubDate><description><![CDATA[基本概念

图像直方图：数字图像直方图是离散函数 h(rk)=nk\mathcal{h}(r_k)=n_kh(rk​)=nk​，其中 rkr_krk​ 是指第 kkk 级灰度，nkn_knk​ 是图像中灰度级为 rkr_krk​ 的像素值的个数。若用图像中的每个灰度级对应的 nkn_knk​ 除以它的像素个数的总数，就是归一化的直方图。一般情况下，若图像的直方图成均匀分布态势，则图像的对比度会较高...]]></description><category></category></item><item><title><![CDATA[数图笔记之灰度变换]]></title><link>https://blog.csdn.net/deepinC/article/details/82793196</link><guid>https://blog.csdn.net/deepinC/article/details/82793196</guid><author>deepinC</author><pubDate>Thu, 20 Sep 2018 20:41:45 +0800</pubDate><description><![CDATA[基本概念
灰度变换（Intensity Transformation）：实质上是直接对图像上的每个像素值进行某种运算得到新的像素值。它在图像增强中的应用十分广泛。
图像增强

提高图像在特定应用领域的视觉效果，包括光滑、锐化、提取边缘、反转、去噪及各种滤波等处理。它无通用的理论和方法，以主观评价为主
两大类算法：空间域、频谱域。其中空间域就是值图像本身，它分为灰度变换、空间滤波两类

常用变换

...]]></description><category></category></item><item><title><![CDATA[最小二乘法数学原理推导]]></title><link>https://blog.csdn.net/deepinC/article/details/82346627</link><guid>https://blog.csdn.net/deepinC/article/details/82346627</guid><author>deepinC</author><pubDate>Mon, 03 Sep 2018 11:43:50 +0800</pubDate><description><![CDATA[问题定义

Ax=b(1)(1)Ax=b
Ax=b \tag{1}
 
在实际问题中，该方程组可能不存在真正的解，这时我们就希望可以求解它的一个近似解 x∗x∗x^*，使得其能尽可能地接近 (1) 的真正解，其中 A∈Rk×n,b∈RkA∈Rk×n,b∈RkA \in R^{k×n}, b \in R^k 是已知的，而 x∈Rnx∈Rnx \in R^n 是未知量。注意，这里假定 k≥nk≥nk ...]]></description><category></category></item><item><title><![CDATA[ubuntu 使用 conda 安装 tensorflow-gpu]]></title><link>https://blog.csdn.net/deepinC/article/details/81613321</link><guid>https://blog.csdn.net/deepinC/article/details/81613321</guid><author>deepinC</author><pubDate>Mon, 13 Aug 2018 02:11:13 +0800</pubDate><description><![CDATA[在 ubuntu 上通过 conda 安装 tensorflow-gpu，主要可以分为四步（默认已经安装好了conda）


在 ubuntu 上安装 nvidia 驱动，这一步在网上有很多教程，不是难点，所以这里不详细展开
安装 cuda，这里可直接下载 
下载该文件后，直接运行 sudo sh [文件名] 即可安装，注意，在遇见是否安装驱动时，选择否，这是由于第一步已经安装好了驱动，所以无需再...]]></description><category></category></item></channel></rss>