上一页 1 ··· 21 22 23 24 25 26 27 28 29 ··· 69 下一页
摘要: 行人重识别综述: https://zhuanlan.zhihu.com/p/26168232 一个强力的ReID basemodel https://zhuanlan.zhihu.com/p/40514536 CVPR2018 ReID论文简评 https://zhuanlan.zhihu.com/ 阅读全文
posted @ 2019-03-05 17:16 静悟生慧 阅读(1661) 评论(0) 推荐(0) 编辑
摘要: Applications Keras Applications are deep learning models that are made available alongside pre-trained weights. These models can be used for predictio 阅读全文
posted @ 2019-02-28 11:53 静悟生慧 阅读(1003) 评论(0) 推荐(0) 编辑
摘要: 重要性: model.featureImportances pyspark 模型简单实例: https://blog.csdn.net/Katherine_hsr/article/details/80988994 概率: predictions.select("probability", "labe 阅读全文
posted @ 2019-02-27 18:46 静悟生慧 阅读(2558) 评论(0) 推荐(0) 编辑
摘要: Handle Imbalanced Classes In Random Forest Preliminaries # Load libraries from sklearn.ensemble import RandomForestClassifier import numpy as np from 阅读全文
posted @ 2019-02-27 10:07 静悟生慧 阅读(3241) 评论(0) 推荐(0) 编辑
摘要: 这里,row_number() over(ORDER BY rand(1000)) 中,1000相当于一个随机种子,跑多次,随机的结果是一样的; 阅读全文
posted @ 2019-02-25 20:01 静悟生慧 阅读(3538) 评论(0) 推荐(0) 编辑
摘要: 前言:最近学习了一些OCR相关的基础知识,包含目标检测和自然语言处理。 正好,在数字中国有相关的比赛: https://www.datafountain.cn/competitions/334/details/rule 所以想动手实践一下,实际中发现,对于数据标签的处理和整个检测和识别的流程并不熟悉 阅读全文
posted @ 2019-02-22 20:33 静悟生慧 阅读(3081) 评论(0) 推荐(0) 编辑
摘要: whenever I run this code it gives the following error: I tried to solve this and add an extra parameter in open(), the code looks like; But again it g 阅读全文
posted @ 2019-02-22 11:40 静悟生慧 阅读(3172) 评论(0) 推荐(0) 编辑
摘要: 我们在使用tensorflow 的时候, 有时候会在控制台终止掉正在运行的程序,但是有时候程序已经结束了,nvidia-smi也看到没有程序了,但是GPU的内存并没有释放,那么怎么解决该问题呢? 首先执行下面的命令: 因为我们只有一块显卡,所以显示如下图所示: 可以看到我们的nvidia0上还有一个 阅读全文
posted @ 2019-02-22 11:25 静悟生慧 阅读(11338) 评论(1) 推荐(0) 编辑
摘要: 因为要处理一些医学图像,需要把dcm格式的文件转换成jpg格式。本来用Sante DICOM Editor用得挺好的,方便查看dcm文件,但是在转换上每次只能转一张(本人没有找到用该软件批量转格式的方法)。于是在网上搜集了各种软件(图片格式转换大师、DCM图片转换大师等等),要么是要付费的,要么就是 阅读全文
posted @ 2019-02-15 20:58 静悟生慧 阅读(3712) 评论(0) 推荐(0) 编辑
摘要: lower(string A) lcase(string A) 将文本字符串转换成字母全部小写形式 upper(string A) ucase(string A) 将文本字符串转换成字母全部大写形式 常用字符串相关函数,可以参考: https://www.iteye.com/blog/blackpr 阅读全文
posted @ 2019-02-15 18:22 静悟生慧 阅读(20606) 评论(0) 推荐(1) 编辑
上一页 1 ··· 21 22 23 24 25 26 27 28 29 ··· 69 下一页