百度360必应搜狗淘宝本站头条
当前位置:网站首页 > 编程字典 > 正文

2018机器学习开源资源盘点

toyiye 2024-06-21 11:56 10 浏览 0 评论

本文梳理了过去一年令人惊叹的49个开源代码和项目,共分为计算机视觉、强化学习、自然语言处理、GAN、神经网络和工具包六个部分。Github 平均Star数为3566.

计算机视觉

Detectron: FAIRs research platform for object detection research, implementing popular algorithms like Mask R-CNN and RetinaNet. [18913 Stars].

Openpose: Real-time multi-person keypoint detection library for body, face, and hands estimation [11052 stars on Github].

DensePose: A real-time approach for mapping all human pixels of 2D RGB images to a 3D surface-based model of the body [4165 stars on Github].

Maskrcnn-benchmark: Fast, modular reference implementation of Semantic Segmentation and Object Detection algorithms in PyTorch. [3888 stars on Github].

SNIPER is an efficient multi-scale object detection algorithm [1963 stars on Github].

强化学习

Psychlab: Experimental paradigms implemented using the Psychlab platform (3D platform for agent-based AI) [5595 stars on Github]

ELF: An Extensive, Lightweight, and Flexible platform for game research. We have used it to build our Go playing bot, ELF OpenGo, which achieved a 14–0 record versus four global top-30 players [2406 stars on Github].

TRFL: A library of useful building blocks for writing reinforcement learning (RL) agents in TensorFlow [2312 stars on Github].

Horizon: The first open source reinforcement learning platform for large-scale products and services [1703 stars on Github].

Chess-alpha-zero: Chess reinforcement learning by AlphaGo Zero methods. [1307 stars on Github].

Dm_control: The DeepMind Control Suite and Control Package [1231 stars on Github].

MAMEToolkit: Arcade Game Reinforcement Learning Python Library [437 stars on Github].

自然语言处理

Reaver: Reaver: Modular Deep Reinforcement Learning Framework. Focused on StarCraft II. Supports Gym, Atari, and MuJoCo. Matches reference results. [355 stars on Github].

Bert: TensorFlow code and pre-trained models for BERT [11703 stars on Github].

Pytext: A natural language modeling framework based on PyTorch [4466 stars on Github].

Bert-as-service: A NLP model developed by Google for pre-training language representations. It leverages an enormous amount of plain text data publicly available on the web and is trained in an unsupervised manner. [2055 stars on Github].

UnsupervisedMT: Phrase-Based & Neural Unsupervised Machine Translation?—?Facebook Research [1068 stars on Github].

DecaNLP: The Natural Language Decathlon: A Multitask Challenge for NLP?—?Salesforce [1648 stars on Github].

Nlp-architect: NLP Architect by Intel AI Lab: Python library for exploring the state-of-the-art deep learning topologies and techniques for NLP [1751 stars on Github].

Gluon-nlp: NLP made easy [1263 stars on Github].

GAN

DeOldify: A Deep Learning based project for colorizing and restoring old images [5060 stars on Github].

Progressive_growing_of_gans: Progressive Growing of GANs for Improved Quality, Stability, and Variation [4046 stars on Github].

MUNIT: Multimodal Unsupervised Image-to-Image Translation [1339 stars on Github].

Transparent_latent_gan: Use supervised learning to illuminate the latent space of GAN for controlled generation and edit [1337 stars on Github].

Gandissect: Pytorch-based tools for visualizing and understanding the neurons of a GAN. [1065 stars on Github].

GANimation: Anatomically-aware Facial Animation from a Single Image [869 stars on Github].

神经网络

Fastai: It simplifies training fast and accurate neural nets using modern best practices [11597 stars on Github].

DeepCreamPy: Decensoring Hentai with Deep Neural Networks [7046 stars on Github].

Augmentor v0.2: Image augmentation library in Python for machine learning. [2805 stars on Github].

Graph_nets: Build Graph Nets in Tensorflow [2723 stars on Github].

Textgenrnn: Python module to easily generate text using a pretrained character-based recurrent neural network. [1900 stars on Github].

Person-blocker: Automatically “block” people in images (like Black Mirror) using a pretrained neural network. [1806 stars on Github].

Deepvariant: DeepVariant is an analysis pipeline that uses a deep neural network to call genetic variants from next-generation DNA sequencing data. [1502 stars on Github].

Video-nonlocal-net: Non-local Neural Networks for Video Classification [1049 stars on Github].

Ann-visualizer: A python library for visualizing Artificial Neural Networks (ANN) [922 stars on Github].

工具包

Tfjs: A WebGL accelerated, browser based JavaScript library for training and deploying ML models. [10268 stars on Github].

Dopamine: A research framework for fast prototyping of reinforcement learning algorithms?—?Google [7142 stars on Github].

Lime: Explaining the predictions of any machine learning classifier [5173 stars on Github].

Autokeras: An open source software library for automated machine learning (AutoML) [4520 stars on Github].

Shap: Explain the output of any machine learning model using expectations and Shapley values. [3496 stars on Github].

MMdnn: A set of tools to help users inter-operate among different deep learning frameworks. E.g. model conversion and visualization. Convert models between Caffe, Keras, MXNet, Tensorflow [3021 stars on Github].

Mlflow: Open source platform for the machine learning lifecycle [3013 stars on Github].

Mace: A deep learning inference framework optimized for mobile heterogeneous computing platforms. [2979 stars on Github].

PySyft: A Python library for secure, private Deep Learning. PySyft decouples private data from model training, using Multi-Party Computation (MPC) within PyTorch [2595 stars on Github].

Adanet: Fast and flexible AutoML with learning guarantees. [2293 stars on Github].

Tencent-ml-images: Largest multi-label image database; ResNet-101 model; 80.73% top-1 acc on ImageNet [2094 stars on Github].

Donkeycar: Open source hardware and software platform to build a small scale self driving car. [1207 stars on Github].

PocketFlow: An Automatic Model Compression (AutoMC) framework for developing smaller and faster AI applications. [1677 stars on Github].

DALI: A library containing both highly optimized building blocks and an execution engine for data pre-processing in deep learning applications [1013 stars on Github].

Github链接:

https://github.com/Mybridge/amazing-machine-learning-opensource-2019

原文链接:

https://medium.mybridge.co/amazing-machine-learning-open-source-tools-projects-of-the-year-v-2019-95d772e4e985

相关推荐

为何越来越多的编程语言使用JSON(为什么编程)

JSON是JavascriptObjectNotation的缩写,意思是Javascript对象表示法,是一种易于人类阅读和对编程友好的文本数据传递方法,是JavaScript语言规范定义的一个子...

何时在数据库中使用 JSON(数据库用json格式存储)

在本文中,您将了解何时应考虑将JSON数据类型添加到表中以及何时应避免使用它们。每天?分享?最新?软件?开发?,Devops,敏捷?,测试?以及?项目?管理?最新?,最热门?的?文章?,每天?花?...

MySQL 从零开始:05 数据类型(mysql数据类型有哪些,并举例)

前面的讲解中已经接触到了表的创建,表的创建是对字段的声明,比如:上述语句声明了字段的名称、类型、所占空间、默认值和是否可以为空等信息。其中的int、varchar、char和decimal都...

JSON对象花样进阶(json格式对象)

一、引言在现代Web开发中,JSON(JavaScriptObjectNotation)已经成为数据交换的标准格式。无论是从前端向后端发送数据,还是从后端接收数据,JSON都是不可或缺的一部分。...

深入理解 JSON 和 Form-data(json和formdata提交区别)

在讨论现代网络开发与API设计的语境下,理解客户端和服务器间如何有效且可靠地交换数据变得尤为关键。这里,特别值得关注的是两种主流数据格式:...

JSON 语法(json 语法 priority)

JSON语法是JavaScript语法的子集。JSON语法规则JSON语法是JavaScript对象表示法语法的子集。数据在名称/值对中数据由逗号分隔花括号保存对象方括号保存数组JS...

JSON语法详解(json的语法规则)

JSON语法规则JSON语法是JavaScript对象表示法语法的子集。数据在名称/值对中数据由逗号分隔大括号保存对象中括号保存数组注意:json的key是字符串,且必须是双引号,不能是单引号...

MySQL JSON数据类型操作(mysql的json)

概述mysql自5.7.8版本开始,就支持了json结构的数据存储和查询,这表明了mysql也在不断的学习和增加nosql数据库的有点。但mysql毕竟是关系型数据库,在处理json这种非结构化的数据...

JSON的数据模式(json数据格式示例)

像XML模式一样,JSON数据格式也有Schema,这是一个基于JSON格式的规范。JSON模式也以JSON格式编写。它用于验证JSON数据。JSON模式示例以下代码显示了基本的JSON模式。{"...

前端学习——JSON格式详解(后端json格式)

JSON(JavaScriptObjectNotation)是一种轻量级的数据交换格式。易于人阅读和编写。同时也易于机器解析和生成。它基于JavaScriptProgrammingLa...

什么是 JSON:详解 JSON 及其优势(什么叫json)

现在程序员还有谁不知道JSON吗?无论对于前端还是后端,JSON都是一种常见的数据格式。那么JSON到底是什么呢?JSON的定义...

PostgreSQL JSON 类型:处理结构化数据

PostgreSQL提供JSON类型,以存储结构化数据。JSON是一种开放的数据格式,可用于存储各种类型的值。什么是JSON类型?JSON类型表示JSON(JavaScriptO...

JavaScript:JSON、三种包装类(javascript 包)

JOSN:我们希望可以将一个对象在不同的语言中进行传递,以达到通信的目的,最佳方式就是将一个对象转换为字符串的形式JSON(JavaScriptObjectNotation)-JS的对象表示法...

Python数据分析 只要1分钟 教你玩转JSON 全程干货

Json简介:Json,全名JavaScriptObjectNotation,JSON(JavaScriptObjectNotation(记号、标记))是一种轻量级的数据交换格式。它基于J...

比较一下JSON与XML两种数据格式?(json和xml哪个好)

JSON(JavaScriptObjectNotation)和XML(eXtensibleMarkupLanguage)是在日常开发中比较常用的两种数据格式,它们主要的作用就是用来进行数据的传...

取消回复欢迎 发表评论:

请填写验证码