overleaf 登录遇到Sorry, we could not verify that you are not a robot. Please check that Goo...
![240](https://cdn2.jianshu.io/assets/default_avatar/9-cceda3cf5072bcdd77e8ca4f21c40998.jpg?imageMogr2/auto-orient/strip|imageView2/1/w/240/h/240)
overleaf 登录遇到Sorry, we could not verify that you are not a robot. Please check that Goo...
二叉树结构 重建二叉树 后序打印 示例 输出
使用vutil.save保存图片出现result type Float can't be cast to the desired output type Long报错的解决方法
我最近疑惑为什么使用transforms.resize(image_size)后跟着transforms.CenterCrop(image_size), 代码实现看下1.新建...
VOC : http://host.robots.ox.ac.uk/pascal/VOC/[http://host.robots.ox.ac.uk/pascal/VOC/] ...
执行 显示 Resource punkt not found. 解决方法:1.到github https://github.com/nltk/nltk_data[https...
cuda和cudnn安装完后, 运行程序显示报错RuntimeError: Unable to find a valid cuDNN algorithm to run con...
最末尾添加 找到 %sudo ALL=(ALL:ALL) ALL修改为 改sudoers文件过程中出错恢复 进入编辑模式修改
一、安装nvidia显卡驱动查看推荐安装的驱动 找到推荐的驱动版本 安装驱动 二、安装cuda下载对应cuda toolkithttps://developer.nvidia...
查看svm.SCV的不同kernel在moons、circles、blob、classification数据上的表现kernel= linear/poly 为线性核kerne...
轮廓系数 最好=1,最差=-1 k_means会返回 ,cluster.cluster_centers_,cluster.labels_,cluster.inertia_,c...
PCA降维使用 看看降维后特征向量的信息量 查看降维后特征的信息量占原特征信息量的比例 用极大似然估计选取n_components,即降维后个数 按信息量所占比例选取n_co...
数据归一化Preprocessing.MinMaxScaler公式 (x-min(x))/(max(x)-min(x)) Preprocessing.StandardScal...
分类树数据准备 查看特征名称 查看类别名称 查看特征重要性 查看特征对应的重要性 决策树随机分支 splitter = best/random最大深度 max_depth最少...
parse.py 运行
以MNIST为例, 计算Normalize的均值和方差
Pascal VOC2012 数据集下载地址: 代码 常量文件 config.py
做个笔记VGG16 这么堆叠写是因为我想看结构呀,所以没有抽出公共代码。AlexNet ResNet18 GoogleLeNetoutput是主干输出, output_1是第...