上一页 1 ··· 3 4 5 6 7 8 9 10 11 ··· 31 下一页
  2022年3月9日
摘要: (1) 华为悟空 悟空,华为,https://wukong-dataset.github.io/wukong-dataset/ The dataset contains 100 Million <image, text> pairs (2) FLICKR的中文版 flickr30k-cn、flick 阅读全文
posted @ 2022-03-09 09:20 宋岳庭 阅读(1486) 评论(0) 推荐(0) 编辑
  2022年3月8日
摘要: pandas的读写 import pandas as pd file_name = 'XXX.csv' df = pd.read_csv(file_name, nrows=10) 取了10行 df 可查看数据 行数和列数 df.shape df.shape[0] 即为行数 df.shape[1] 为 阅读全文
posted @ 2022-03-08 14:57 宋岳庭 阅读(34) 评论(0) 推荐(0) 编辑
  2022年3月7日
摘要: SentenceTransformers可以给句子 和图片进行编码,采用BERT思路。 https://www.sbert.net/index.html 源码:https://github.com/UKPLab/sentence-transformers pip install -U sentenc 阅读全文
posted @ 2022-03-07 09:02 宋岳庭 阅读(373) 评论(0) 推荐(0) 编辑
  2022年3月1日
摘要: 辛顿的作品:https://scholar.google.com/citations?hl=zh-CN&user=JicYPdAAAAAJ&view_op=list_works AI教父,图灵奖获得者 解决了神经网络的:如何训练,优化器怎么设计,如何防止过拟合(Dropout),如何准备数据集 提出 阅读全文
posted @ 2022-03-01 14:58 宋岳庭 阅读(70) 评论(0) 推荐(0) 编辑
摘要: 领域之间的迁移 模型之间的蒸馏 soft label 其实之前在工作中已经用到了这种思路 https://zhuanlan.zhihu.com/p/102038521 https://www.bilibili.com/video/BV1gS4y1k7vj https://www.bilibili.c 阅读全文
posted @ 2022-03-01 14:29 宋岳庭 阅读(53) 评论(0) 推荐(0) 编辑
  2022年2月17日
摘要: DALL-E 关键词:dVAE,图像生成,Transformer,codebook https://github.com/openai/DALL-E https://openai.com/blog/dall-e/ https://arxiv.org/abs/2102.12092, CLIP 关键词: 阅读全文
posted @ 2022-02-17 21:30 宋岳庭 阅读(478) 评论(0) 推荐(0) 编辑
  2022年2月10日
摘要: CSDN博主「humeme」的原创文章,:https://blog.csdn.net/weixin_42063746/article/details/99680352 cifar-10-batches-py文件下载地址:http://www.cs.toronto.edu/~kriz/cifar.ht 阅读全文
posted @ 2022-02-10 08:37 宋岳庭 阅读(85) 评论(0) 推荐(0) 编辑
  2022年1月27日
摘要: 选定离基变量,不断迭代。 人生亦如此。 方向和力度,决定了最终的结果。 阅读全文
posted @ 2022-01-27 16:33 宋岳庭 阅读(54) 评论(0) 推荐(0) 编辑
  2021年12月23日
摘要: 中文翻译为:VAE 的前世今生:从最大似然估计到 EM 再到 VAE AI科技评论 2021-12-03 16:23 https://mp.weixin.qq.com/s/T5frXqZm3ORvpWNruSciHA 我从这里下载的原文:https://reader.elsevier.com/rea 阅读全文
posted @ 2021-12-23 13:49 宋岳庭 阅读(181) 评论(0) 推荐(0) 编辑
  2021年12月20日
摘要: 原文链接:新动作!2021年Salesforce的最后一笔收购 2021-12-02 08:00 发布 Narrative Science将成为Salesforce家族的最新成员。尽管Salesforce还没有发布官方消息,但目前已经与Narrative Science签署最终协议,交易有望在新的一 阅读全文
posted @ 2021-12-20 16:05 宋岳庭 阅读(47) 评论(0) 推荐(0) 编辑
上一页 1 ··· 3 4 5 6 7 8 9 10 11 ··· 31 下一页