首页 技术 正文
技术 2022年11月11日
0 收藏 322 点赞 3,079 浏览 3621 个字

对于机器学习者来说,阅读开源代码并基于代码构建自己的项目,是一个非常有效的学习方法。看看以下这些Github上平均star为3558的开源项目,你错了哪些?

1. FastText:快速文本表示和文本分类库(Github上有11786颗星,贡献者Facebook Research)

源码链接:https://github.com/facebookresearch/MUSE

GitHub排名TOP30的机器学习开源项目

2. Deep-photo-styletransfer:“Deep Photo Style Transfer” 这篇论文的源码和数据。(GitHub 9747颗星,论文来自于康奈尔大学的Fujun Luan)

源码链接:https://github.com/luanfujun/deep-photo-styletransfer

GitHub排名TOP30的机器学习开源项目

  

3. 用Python和命令行来实现的最简单的面部识别API(GitHub 8672颗星,贡献者Adam Geitgey)

源码链接:https://github.com/ageitgey/face_recognition

GitHub排名TOP30的机器学习开源项目

  

4. Magenta:利用机器智能生成音乐和美术艺术品(GitHub 8113颗星)

源码链接:https://github.com/tensorflow/magenta

GitHub排名TOP30的机器学习开源项目

  

5. Sonnet:基于TensorFlow的神经网络库(GitHub 573颗星,贡献者是DeepMind的Malcolm Reynolds )

源码链接:https://github.com/deepmind/sonnet

GitHub排名TOP30的机器学习开源项目

  

6. deeplearn.js: 一个用于Web的硬件加速机器学习库(GitHub 5462颗星,贡献者是Google Brain的Nikhil Thorat)

源码链接:https://github.com/PAIR-code/deeplearnjs

GitHub排名TOP30的机器学习开源项目

  

7. 基于TensorFlow的快速风格迁移库(GitHub 4843颗星,贡献者是MIT的Logan Engstrom)

源码链接:https://github.com/lengstrom/fast-style-transfer

GitHub排名TOP30的机器学习开源项目

  

8. Pysc2: 星际争霸2学习环境(GitHub 3684颗星,贡献者是DeepMind的Timo Ewalds)

源码链接:https://github.com/deepmind/pysc2

GitHub排名TOP30的机器学习开源项目

  

9. AirSim: Microsoft AI & Research开源的基于虚幻引擎的开源模拟器,用于自动驾驶(GitHub 3861颗星,贡献者是Microsoft的Shital Shah)

源码链接:https://github.com/Microsoft/AirSim

GitHub排名TOP30的机器学习开源项目

  

10. acets: 机器学习数据集的可视化工具(GitHub 3371颗星,由Google Brain贡献)

源码链接:https://github.com/PAIR-code/facets

GitHub排名TOP30的机器学习开源项目

  

11. Style2Paints:用AI技术为线稿快速上色的工具(GitHub 3310颗星)

源码链接:https://github.com/lllyasviel/style2paints

GitHub排名TOP30的机器学习开源项目

  

12. Tensor2Tensor:一个用于广义序列-序列模型的库 – Google Research(GitHub 3087颗星,贡献者是Google Brain的Ryan Sepassi)

源码链接:https://github.com/tensorflow/tensor2tensor

GitHub排名TOP30的机器学习开源项目

  

13. 基于Pytorch实现的图片-图片转换(GitHub 2847颗星,贡献者Berkeley的Jun-Yan Zhu, Ph.D)

源码地址:https://github.com/junyanz/pytorch-CycleGAN-and-pix2pix

GitHub排名TOP30的机器学习开源项目

  

14. Faiss:用于密集向量的高效相似性搜索库和聚类的库(GitHub 2629颗星,贡献者Facebook Research)

源码地址:https://github.com/facebookresearch/faiss

GitHub排名TOP30的机器学习开源项目

  

15. Fashion-minist:类似于MNIST的时尚产品数据集(GitHub 2780颗星,贡献者是Zalando Tech的Han Xiao)

源码链接:https://github.com/zalandoresearch/fashion-mnist

GitHub排名TOP30的机器学习开源项目

  

16. ParlAI: 一个可用在各种公开可用的对话数据集上训练和评估AI模型的框架(GitHub 2578颗星,贡献者是Facebook 的Alexander Miller)

源码链接:https://github.com/facebookresearch/ParlAI

GitHub排名TOP30的机器学习开源项目

  

17. Fairseq:Facebook AI Research的序列-序列工具包(GitHub 2571颗星)

源码链接:https://github.com/facebookresearch/fairseq

GitHub排名TOP30的机器学习开源项目

  

18. Pyro:基于Python和PyTorch的深度通用概率编程(GitHub 2387颗星,贡献者Uber Engineering)

源码链接:https://github.com/uber/pyro

GitHub排名TOP30的机器学习开源项目

  

19. iGAN:基于GAN的交互式图像生成(GitHub 2369颗星)

源码地址:https://github.com/junyanz/iGAN

GitHub排名TOP30的机器学习开源项目

  

20. Deep-image-prior:用神经网络恢复图像(GitHub 2188颗星,贡献者是Skoltech的Dmitry Ulyanov, Ph.D)

源码地址:https://github.com/DmitryUlyanov/deep-image-prior

GitHub排名TOP30的机器学习开源项目

  

21. 人脸分类:基于 Keras CNN 模型与 OpenCV ,使用fer2013/imdb 数据集进行实时面部检测和表情/性别分类(GitHub 1967颗星)

源码地址:https://github.com/oarriaga/face_classification

GitHub排名TOP30的机器学习开源项目

  

22. Speech-to-Text-WaveNet:使用DeepMind的WaveNet和TensorFlow进行端到端句级英语语音识别(GitHub 1961颗星,贡献者是Kakao Brain的Namju Kim)

源码地址:https://github.com/buriburisuri/speech-to-text-wavenet

GitHub排名TOP30的机器学习开源项目

  

23. StarGAN: 用于多域图像-图像转化的统一生成对抗网络(GitHub 1954颗星,贡献者Korea University的Yunjey Choi)

源码地址:https://github.com/yunjey/StarGAN

GitHub排名TOP30的机器学习开源项目

  

24. MI-agents:Unity机器学习代理(GitHub 1658颗星,贡献者Unity3D的Arthur Juliani)

源码地址:https://github.com/Unity-Technologies/ml-agents

GitHub排名TOP30的机器学习开源项目

  

25. DeepVideoAnalytics:一个分布式可视化搜索和数据分析平台(GitHub 1494颗星,贡献者是Cornell University 的Akshay Bhat)

源码地址:https://github.com/AKSHAYUBHAT/DeepVideoAnalytics

GitHub排名TOP30的机器学习开源项目

  

26. OpenNMT:Torch上的开源神经机器翻译工具包(GitHub 1490颗星)

源码地址:https://github.com/OpenNMT/OpenNMT

GitHub排名TOP30的机器学习开源项目

  

27. Pix2pixHD: 用条件GAN合成和处理2048×1024的图像(GitHub 1283颗星,贡献者是英伟达科学家 Ming-Yu Liu)

源码地址:https://github.com/NVIDIA/pix2pixHD

GitHub排名TOP30的机器学习开源项目

  

28. Horovod:TensorFlow 布式 训练框架(GitHub 1188 颗星,贡献者来自Uber )

源码地址:https://github.com/uber/horovod

GitHub排名TOP30的机器学习开源项目

  

29. AI-Blocks: 一个强大而直观的所见即所得界面,可让任何人创建机器学习模型(GitHub 899颗星)

源码地址:https://github.com/MrNothing/AI-Blocks

GitHub排名TOP30的机器学习开源项目

  

30. Tensorflow实现的用于语音风格转换的深度神经网络(GitHub 845颗星,贡献者是Kakao Brain AI团队的Dabi Ahn)

源码地址:https://github.com/andabi/deep-voice-conversion

GitHub排名TOP30的机器学习开源项目

  

原文链接:https://medium.mybridge.co/30-amazing-machine-learning-projects-for-the-past-year-v-2018-b853b8621ac7

 

相关推荐
python开发_常用的python模块及安装方法
adodb:我们领导推荐的数据库连接组件bsddb3:BerkeleyDB的连接组件Cheetah-1.0:我比较喜欢这个版本的cheeta…
日期:2022-11-24 点赞:878 阅读:9,086
Educational Codeforces Round 11 C. Hard Process 二分
C. Hard Process题目连接:http://www.codeforces.com/contest/660/problem/CDes…
日期:2022-11-24 点赞:807 阅读:5,561
下载Ubuntn 17.04 内核源代码
zengkefu@server1:/usr/src$ uname -aLinux server1 4.10.0-19-generic #21…
日期:2022-11-24 点赞:569 阅读:6,410
可用Active Desktop Calendar V7.86 注册码序列号
可用Active Desktop Calendar V7.86 注册码序列号Name: www.greendown.cn Code: &nb…
日期:2022-11-24 点赞:733 阅读:6,183
Android调用系统相机、自定义相机、处理大图片
Android调用系统相机和自定义相机实例本博文主要是介绍了android上使用相机进行拍照并显示的两种方式,并且由于涉及到要把拍到的照片显…
日期:2022-11-24 点赞:512 阅读:7,820
Struts的使用
一、Struts2的获取  Struts的官方网站为:http://struts.apache.org/  下载完Struts2的jar包,…
日期:2022-11-24 点赞:671 阅读:4,903