2019年8月的10大机器学习开源项目排行榜

2024-06-21 09:18

本文主要是介绍2019年8月的10大机器学习开源项目排行榜,希望对大家解决编程问题提供一定的参考价值,需要的开发者们随着小编来一起学习吧!

点击上方“AI公园”,关注公众号,选择加“星标“或“置顶”


作者:Mybridge

编译:ronghuaiyang

导读

在过去的一个月里,我们对近250个机器学习开源项目进行了排名,选出了前10名。

在此期间,我们将项目与新版本和主要版本进行了比较。根据各种因素对项目进行排名,以衡量其对专业人士的质量。

  • Github星星的平均数量:1355⭐️

  • 在Github上“Watch”机器学习十大开源软件,每月收到一封电子邮件。

开放源码项目对程序员很有用。希望你能找到一个能激励你的有趣的项目。

第1名

640?wx_fmt=jpeg

UGATIT: Unsupervised Generative Attentional Networks with Adaptive Layer-Instance Normalization for Image-to-Image Translation[3346 stars on Github]

链接:https://github.com/taki0112/UGATIT?utm_source=mybridge&utm_medium=blog&utm_campaign=read_more

第2名

640?wx_fmt=png

Dlrm: An implementation of a deep learning recommendation model (DLRM)[1318 stars on Github]

链接:https://github.com/facebookresearch/dlrm?utm_source=mybridge&utm_medium=blog&utm_campaign=read_more

第3名

640?wx_fmt=png

Real-Time-Voice-Cloning: Clone a voice in 5 seconds to generate arbitrary speech in real-time[4546 stars on Github]

链接:https://github.com/CorentinJ/Real-Time-Voice-Cloning?utm_source=mybridge&utm_medium=blog&utm_campaign=read_more

第4名

640?wx_fmt=jpeg

[RAdam: On The Variance Of The Adaptive Learning Rate And Beyond[1092 stars on Github]

链接:https://github.com/LiyuanLucasLiu/RAdam?utm_source=mybridge&utm_medium=blog&utm_campaign=read_more

第5名

640?wx_fmt=png

TensorNetwork: A library for easy and efficient manipulation of tensor networks.[783 stars on Github]

链接:https://github.com/google/tensornetwork?utm_source=mybridge&utm_medium=blog&utm_campaign=read_more

第6名

640?wx_fmt=png

Megatron-LM: Ongoing research training transformer language models at scale, including: BERT & GPT-2[911 stars on Github]

链接:https://github.com/NVIDIA/Megatron-LM?utm_source=mybridge&utm_medium=blog&utm_campaign=read_more)

第7名

640?wx_fmt=png

Python_autocomplete: A simple neural network for python autocompletion[621 stars on Github]

链接:https://github.com/vpj/python_autocomplete?utm_source=mybridge&utm_medium=blog&utm_campaign=read_more

第8名

640?wx_fmt=png

Realistic-Neural-Talking-Head-Models: My implementation of Few-Shot Adversarial Learning of Realistic Neural Talking Head Model[193 stars on Github]

链接:https://github.com/vincent-thevenin/Realistic-Neural-Talking-Head-Models?utm_source=mybridge&utm_medium=blog&utm_campaign=read_more

第9名

640?wx_fmt=jpeg

TecoGAN: Source code and materials for the TecoGAN project, i.e. code for a TEmporally COherent GAN[971 stars on Github]

链接:https://github.com/thunil/TecoGAN?utm_source=mybridge&utm_medium=blog&utm_campaign=read_more

第10名

640?wx_fmt=png

Buffalo: A fast and scalable production-ready open source project for recommender systems[222 stars on Github]

链接:https://github.com/kakao/buffalo?utm_source=mybridge&utm_medium=blog&utm_campaign=read_more

640?wx_fmt=png

—END—

英文原文:https://medium.com/@Mybridge/top-machine-learning-open-source-from-august-2019-8847e911b85a

640?wx_fmt=jpeg

请长按或扫描二维码关注本公众号

喜欢的话,请给我个好看吧640?wx_fmt=gif

这篇关于2019年8月的10大机器学习开源项目排行榜的文章就介绍到这儿,希望我们推荐的文章对编程师们有所帮助!



http://www.chinasem.cn/article/1080819

相关文章

Springboot项目启动失败提示找不到dao类的解决

《Springboot项目启动失败提示找不到dao类的解决》SpringBoot启动失败,因ProductServiceImpl未正确注入ProductDao,原因:Dao未注册为Bean,解决:在启... 目录错误描述原因解决方法总结***************************APPLICA编

在IntelliJ IDEA中高效运行与调试Spring Boot项目的实战步骤

《在IntelliJIDEA中高效运行与调试SpringBoot项目的实战步骤》本章详解SpringBoot项目导入IntelliJIDEA的流程,教授运行与调试技巧,包括断点设置与变量查看,奠定... 目录引言:为良驹配上好鞍一、为何选择IntelliJ IDEA?二、实战:导入并运行你的第一个项目步骤1

IntelliJ IDEA2025创建SpringBoot项目的实现步骤

《IntelliJIDEA2025创建SpringBoot项目的实现步骤》本文主要介绍了IntelliJIDEA2025创建SpringBoot项目的实现步骤,文中通过示例代码介绍的非常详细,对大家... 目录一、创建 Spring Boot 项目1. 新建项目2. 基础配置3. 选择依赖4. 生成项目5.

深度解析Java项目中包和包之间的联系

《深度解析Java项目中包和包之间的联系》文章浏览阅读850次,点赞13次,收藏8次。本文详细介绍了Java分层架构中的几个关键包:DTO、Controller、Service和Mapper。_jav... 目录前言一、各大包1.DTO1.1、DTO的核心用途1.2. DTO与实体类(Entity)的区别1

如何在Spring Boot项目中集成MQTT协议

《如何在SpringBoot项目中集成MQTT协议》本文介绍在SpringBoot中集成MQTT的步骤,包括安装Broker、添加EclipsePaho依赖、配置连接参数、实现消息发布订阅、测试接口... 目录1. 准备工作2. 引入依赖3. 配置MQTT连接4. 创建MQTT配置类5. 实现消息发布与订阅

springboot项目打jar制作成镜像并指定配置文件位置方式

《springboot项目打jar制作成镜像并指定配置文件位置方式》:本文主要介绍springboot项目打jar制作成镜像并指定配置文件位置方式,具有很好的参考价值,希望对大家有所帮助,如有错误... 目录一、上传jar到服务器二、编写dockerfile三、新建对应配置文件所存放的数据卷目录四、将配置文

怎么用idea创建一个SpringBoot项目

《怎么用idea创建一个SpringBoot项目》本文介绍了在IDEA中创建SpringBoot项目的步骤,包括环境准备(JDK1.8+、Maven3.2.5+)、使用SpringInitializr... 目录如何在idea中创建一个SpringBoot项目环境准备1.1打开IDEA,点击New新建一个项

springboot项目中整合高德地图的实践

《springboot项目中整合高德地图的实践》:本文主要介绍springboot项目中整合高德地图的实践,具有很好的参考价值,希望对大家有所帮助,如有错误或未考虑完全的地方,望不吝赐教... 目录一:高德开放平台的使用二:创建数据库(我是用的是mysql)三:Springboot所需的依赖(根据你的需求再

一文详解如何在idea中快速搭建一个Spring Boot项目

《一文详解如何在idea中快速搭建一个SpringBoot项目》IntelliJIDEA作为Java开发者的‌首选IDE‌,深度集成SpringBoot支持,可一键生成项目骨架、智能配置依赖,这篇文... 目录前言1、创建项目名称2、勾选需要的依赖3、在setting中检查maven4、编写数据源5、开启热

SpringBoot项目配置logback-spring.xml屏蔽特定路径的日志

《SpringBoot项目配置logback-spring.xml屏蔽特定路径的日志》在SpringBoot项目中,使用logback-spring.xml配置屏蔽特定路径的日志有两种常用方式,文中的... 目录方案一:基础配置(直接关闭目标路径日志)方案二:结合 Spring Profile 按环境屏蔽关