
PyTorch
文章平均质量分 70
磐创 AI
这个作者很懒,什么都没留下…
展开
-
FaceBook 发布星际争霸最大 AI 数据集
简介我们刚发布了最大的星际争霸:Brood War 重播数据集,有 65646 个游戏。完整的数据集经过压缩之后有 365 GB,1535 million 帧,和 496 million 操作动作。OverviewWe release the largest StarCraft: Brood War replay dataset yet, with 65646 games. The full dat翻译 2017-08-08 12:52:45 · 1032 阅读 · 0 评论 -
谷歌发布 TensorFlow Serving
TensorFlow服务是一个灵活的,高性能的机器学习模型的服务系统,专为生产环境而设计。 TensorFlow服务可以轻松部署新的算法和实验,同时保持相同的服务器体系结构和API。 TensorFlow服务提供与TensorFlow模型的即开即用集成,但可以轻松扩展到其他类型的模型和数据。TensorFlow Serving is a flexible, high-performance serv翻译 2017-08-09 20:18:54 · 462 阅读 · 0 评论 -
PyTorch 实战-用 Numpy 热身
Numpy provides an n-dimensional array object, and many functions for manipulating these arrays. Numpy is a generic framework for scientific computing; it does not know anything about computation gra原创 2017-08-06 19:57:16 · 513 阅读 · 0 评论 -
PyTorch 实战-张量
Numpy 是一个非常好的框架,但是不能用 GPU 来进行数据运算。Numpy is a great framework, but it cannot utilize GPUs to accelerate its numerical computations. For modern deep neural networks, GPUs often provide speedup原创 2017-08-06 19:59:30 · 658 阅读 · 0 评论 -
用序列到序列和注意模型实现的翻译:Translation with a Sequence to Sequence Network and Attention
In this project we will be teaching a neural network to translate from French to English.最后效果:[KEY: > input, = target, < output]> il est en train de peindre un tableau .= he is painting a p翻译 2017-08-06 20:13:51 · 736 阅读 · 0 评论 -
从目标检测到图像分割简要发展史
欢迎大家关注我们的网站和系列教程:http://www.tensorflownews.com/,学习更多的机器学习、深度学习的知识!by 小韩(来源: https://blog.athelas.com/a-brief-history-of-cnns-in-image-segmentation-from-r-cnn-to-mask-r-cnn-34ea83205de4 ) 本文...原创 2018-09-26 15:09:35 · 5303 阅读 · 0 评论 -
近期 github 机器学习热门项目top5
磐创智能-专注机器学习深度学习的教程网站 http://panchuang.net/磐创AI-智能客服,聊天机器人,推荐系统 http://panchuangai.com/【导读】:Github是全球最大的开源代码社区,本文为大家总结了2108年11月最热门的机器学习项目top5。欢迎大家点击上方蓝字关注我们的公众号:磐创AI,获取更多的机器学习、深度学习资源。 本文是近期Git...原创 2018-12-17 11:22:49 · 657 阅读 · 0 评论 -
学习数据科学的五大免费资源
磐创智能-专注机器学习深度学习的教程网站 http://panchuang.net/磐创AI-智能客服,聊天机器人,推荐系统 http://panchuangai.com/大约三年前,我作为商业智能分析师在Excel电子表格中执行大部分分析工作。 我长期以来一直对学习编码感兴趣,之前曾经工作了几年,用PHP和HTML构建网站。随着时间的推移,我对数据科学产生了浓厚的兴趣,并决定研究一些在线课程...原创 2018-12-17 15:16:41 · 830 阅读 · 0 评论