随笔分类 - 深度学习
用tensorflow,keras框架实现图像识别
摘要:python让scatter能够使不同类别的点有不同的颜色、大小和形状
阅读全文
摘要:推荐系统算法的种类:一般的推荐(general recommendation)和序列化推荐(sequential recommendation)
阅读全文
摘要:RTX 3090的深度学习环境配置指南:Pytorch、TensorFlow、Keras。配置显卡
阅读全文
摘要:推荐系统中对比实验工具--伯乐bole
阅读全文
摘要:pytorch中反向传播的loss.backward(retain_graph=True)报错
阅读全文
摘要:linux更换清华源安装工具
阅读全文
摘要:python用sklearn进行聚类实践
阅读全文
摘要:linux安装TensorFlow-GPU版本
阅读全文
摘要:在linux服务器(ubuntu)上搭建一个在线的jupyter notebook
阅读全文
摘要:python的pandas处理txt文件
阅读全文
摘要:在win10机器上配置tensorflow-cpu
阅读全文
摘要:Jupyter notebook选择conda环境
阅读全文
摘要:配置局域网下的jupyter notebook
阅读全文
摘要:一、词向量 1.什么是词向量 词向量技术是将词转化成为稠密向量,并且对于相似的词,其对应的词向量也相近。 词嵌入的官网文档 https://www.tensorflow.org/tutorials/text/word_embeddings?hl=zh-cn 参考资料https://www.jians
阅读全文
摘要:自言语言处理基础知识 参考:https://blog.csdn.net/meihao5/article/details/79592667 英文资料: http://github.com/lovesoft5/ml 一、自然语言处理概述 1)自然语言处理:利用计算机为工具,对书面实行或者口头形式进行各种
阅读全文
摘要:# -*- coding: cp936 -*- import re string = "xxxxxxxxxxxxxxxxxxxxxxxx entry '某某内容' for aaaaaaaaaaaaaaaaaa" result = re.findall(".*entry(.*)for.*",strin
阅读全文
摘要:一、github项目 https://github.com/ildoonet/tf-pose-estimation 1.部署环境时候遇到的问题 ① 按照文档配置环境,其中visual C++ Build tools需要单独安装。参考文档 ②pip安装pycocotools报错“ERROR: Fail
阅读全文