<?xml version="1.0" encoding="utf-8" ?><rss version="2.0"><channel><title><![CDATA[Pearl_Huang的博客]]></title><description><![CDATA[]]></description><link>https://blog.csdn.net/Pearl_Huang</link><language>zh-cn</language><generator>https://blog.csdn.net/</generator><copyright><![CDATA[Copyright &copy; Pearl_Huang]]></copyright><item><title><![CDATA[论文阅读Cars Can’t Fly up in the Sky]]></title><link>https://blog.csdn.net/Pearl_Huang/article/details/112424144</link><guid>https://blog.csdn.net/Pearl_Huang/article/details/112424144</guid><author>Pearl_Huang</author><pubDate>Sun, 10 Jan 2021 16:55:31 +0800</pubDate><description><![CDATA[这里写目录标题一级目录二级目录三级目录文章标题比较风趣幽默，也简明扼要点出中心，会引人入胜作者运用这个特征来提高城市场景中网络的一致性精度：即MIOU1、MIOU定义2、直观理解3、MIOU实现垂直位置上的城市场景数据集的城市场景类别分布的数据集cityspace数据集HAnet高度注意力网络的结构RESNET
一级目录
二级目录
三级目录
文章标题比较风趣幽默，也简明扼要点出中心，会引人入胜
在城市场景中，垂直区域的物体有着显著的差异，就像汽车不可能飞在天空中一样。

作者运用这个特征来提高城市场景中网络]]></description><category></category></item><item><title><![CDATA[论文阅读Batch Normalization: Accelerating Deep Network Training byReducing Internal Covariate Shift]]></title><link>https://blog.csdn.net/Pearl_Huang/article/details/109366941</link><guid>https://blog.csdn.net/Pearl_Huang/article/details/109366941</guid><author>Pearl_Huang</author><pubDate>Sun, 08 Nov 2020 00:29:54 +0800</pubDate><description><![CDATA[论文阅读第一篇：Batch Normalization: Accelerating Deep Network Training byReducing Internal Covariate Shift二级目录三级目录
第一篇：Batch Normalization: Accelerating Deep Network Training byReducing Internal Covariate Shift
Ar Xiv：1502.03167v3[cs。 LG]2015年3月2日
二级目录
三级目录

...]]></description><category></category></item><item><title><![CDATA[初识卷积神经网络]]></title><link>https://blog.csdn.net/Pearl_Huang/article/details/109275881</link><guid>https://blog.csdn.net/Pearl_Huang/article/details/109275881</guid><author>Pearl_Huang</author><pubDate>Sat, 07 Nov 2020 14:54:34 +0800</pubDate><description><![CDATA[初识卷积神经网络卷积是什么二级目录三级目录
卷积是什么
卷积（Convolutional）
1.卷积计算是一种有效提取图像特征的方法
2.一般会用一个正方形的卷积核，按指定步长，在输入特征图上滑动，遍历输入特征图中的每个像素点。每一个步长，卷积核会与输入特征图出现重合区域，重合区域对应元素相乘、求和再加上偏置项得到输出特征的一个像素点
3.输入特征图的深度（channel数），决定了当前层卷积核的深度；当前层卷积核的个数，决定了当前层输出特征图的深度。



二级目录
三级目录

...]]></description><category></category></item><item><title><![CDATA[八股搭建神经网络重写鸢尾花（运用Keras）]]></title><link>https://blog.csdn.net/Pearl_Huang/article/details/109432479</link><guid>https://blog.csdn.net/Pearl_Huang/article/details/109432479</guid><author>Pearl_Huang</author><pubDate>Sun, 01 Nov 2020 19:42:18 +0800</pubDate><description><![CDATA[重写鸢尾花（运用Keras）二级目录三级目录用TensorFlow API：tf.keras搭建网络基本方法（六步法）鸢尾花问题使用六步法复现
二级目录
三级目录
用TensorFlow API：tf.keras搭建网络基本方法（六步法）
六步法：
import，相关模块
train, test，指定训练集的输入特征，和训练集的标签
model = tf.keras.models.Sequential，搭建网络结构,（顺序神经网络）
model.compile，配置训练方法
model.fit，执行训练
m]]></description><category></category></item><item><title><![CDATA[Tensorflow2.1复习（前面所学大纲内容汇总）（numpy库到鸢尾花）]]></title><link>https://blog.csdn.net/Pearl_Huang/article/details/109264603</link><guid>https://blog.csdn.net/Pearl_Huang/article/details/109264603</guid><author>Pearl_Huang</author><pubDate>Sun, 25 Oct 2020 16:37:04 +0800</pubDate><description><![CDATA[Tensorflow2.1复习（前面所学大纲内容汇总）（）前言：参考资料Numpy科学计算库数组的概念使用numpy库Matplotlib数据可视化matplotlib可作图表一览使用Matplotlib库：作图的一些函数Pillow数字图像处理各类图像分类汇总一览Pillow数字图像库的使用神经网络计算张量概念及基础函数构建神经网络（鸢尾花）鸢尾花问题流程设计模型设计(转化为搭建数学模型)
前言：参考资料
入门版：西安大学MOOC.进阶版：北京大学MOOC.
Numpy科学计算库
数组的概念
一维	线
二]]></description><category></category></item><item><title><![CDATA[Jupyter Notebook使用入门]]></title><link>https://blog.csdn.net/Pearl_Huang/article/details/106305972</link><guid>https://blog.csdn.net/Pearl_Huang/article/details/106305972</guid><author>Pearl_Huang</author><pubDate>Sat, 23 May 2020 22:06:00 +0800</pubDate><description><![CDATA[Anaconda——home——Jupyter——launch(选择使用浏览器打开)

修改jupyter notebook的默认目录（默认C盘），以后用jupyter写的代码就会保存在你设置的文件夹里
Anaconda——Environments——base的三角——open terminal——输入以下代码

enter，创建一个配置文件
（勾出来的是配置文件的路径，复制下来）

粘贴路径找到他
选中勾出的文件，右击，选择用vs code打开

进入VS code页面Ctrl +f打开find，输入di]]></description><category></category></item><item><title><![CDATA[运用anaconda(和VS code) 执行python语句的两种模式（脚本和交互）]]></title><link>https://blog.csdn.net/Pearl_Huang/article/details/106304443</link><guid>https://blog.csdn.net/Pearl_Huang/article/details/106304443</guid><author>Pearl_Huang</author><pubDate>Sat, 23 May 2020 20:39:13 +0800</pubDate><description><![CDATA[1.进入anaconda
点击Enviroments
点击base右边的三角符号
选择选项open with python
这时已经进入python 交互模式终端

我们来试一试
（交互模式启动python解释器，每输入一行就执行一行）

如果要退出交互模式可以Ctrl+z，然后回车（windows系统）

...]]></description><category></category></item><item><title><![CDATA[如何用vscode配置python]]></title><link>https://blog.csdn.net/Pearl_Huang/article/details/106190144</link><guid>https://blog.csdn.net/Pearl_Huang/article/details/106190144</guid><author>Pearl_Huang</author><pubDate>Mon, 18 May 2020 12:00:33 +0800</pubDate><description><![CDATA[1.进入主页面后点击圈出来的

2.应该出来这样的页面

3.如果没有，点击圈出的三点，找到sort by install count

4.找到python,点击绿色的install，这里我已经安装好了，所以没有

6.这时已经下载好了，下面就是怎么使用了。找个你喜欢的盘新建一个文件夹

7.点击竖行第一个图标，出现如下页面

8.点击蓝色的框：open folder
找到刚刚建立的文件夹，点击显示如下页面
9.点击第二行的，这个名字就是我们刚才建的文件夹，鼠标移到上面，右边出现四个白色小标识，最左边那个]]></description><category></category></item></channel></rss>