New Zealand
English
Share

2019年不可错过的45个AI开源工具,你想要的都在这里

转载Author: AI科技大本营
2019年不可错过的45个AI开源工具,你想要的都在这里
Summary编者按:本文来自微信公众号“AI科技大本营”(ID:rgznai100),作者:Jane,……

一个好工具,能提高开发效率,优化项目研发过程,无论是企业还是开发者个人都在寻求适合自己的开发工具。但是,选择正确的工具并不容易,有时这甚至是一项艰巨的任务。

2018年底,我们整理了去年备受关注的Python开源工具与项目Top100Github开源项目总结情况以及最受欢迎开源项目Top200。今天,AI科技大本营(ID:rgznai100)通过搜集这一年(2018.10--2019.10)国内外新发布的AI工具,从中挑选出了45个备受欢迎的开源工具,希望你不再错过。

Google

1、Jax【Stars:5.5k】

Jax

hougarden

开源地址:https://github.com/google/jax

2、AdaNet【Stars:2.9k】

AdaNet是一款基于TensorFlow的轻量型框架。可以使用最少的专家干预来自动学习高质量模型,AdaNet提供的通用框架,不仅可以用于学习神经网络架构,还可以学习集成,从而获得更好的模型。

开源地址:https://github.com/tensorflow/adanet

3、TensorFlowExtended(TFX)【Stars:720】

TFX

hougarden

开源地址:https://github.com/tensorflow/tfx

4、TFF【Stars:758】

TensorFlowFederated(TFF)框架可用于去中心化(decentralized)数据的机器学习及运算实验。它实现了联邦学习(FederatedLearning,FL)方法,将为开发者提供分布式机器学习,以便在没有数据离开设备的情况下,在多种设备上训练共享的ML模型。其中,它通过加密方式提供多一层的隐私保护,并且设备上模型训练的权重与用于连续学习的中心模型共享。

开源地址:https://github.com/tensorflow/federated

5、MediaPipe【Stars:3.5K】

MediaPipe

hougarden

开源地址:https://github.com/google/mediapipe

6、TensorNetwork【Stars:879】

TensorNetwork

hougarden

开源地址:https://github.com/google/tensornetwork

7、GPipe

GPipe是一个分布式机器学习库,使用同步随机梯度下降和流水线并行技术进行训练,适用于任何由多个序列层组成的DNN。重要的是,GPipe让研究人员无需调整超参数,即可轻松部署更多加速器,从而训练更大的模型并扩展性能。

开源地址:https://github.com/tensorflow/lingvo/blob/master/lingvo/core/gpipe.py

8、MLIR【Stars:1.5k】

MLIR通过定义一个通用的中间表示,将在TensorFlow和类似的ML框架中执行高性能机器学习模型所需的基础设施进行统一,包括高性能计算技术应用或强化学习这类搜索算法的集成。MLIR旨在降低开发新硬件的成本,并提高现有TensorFlow用户的可用性。

开源地址:https://github.com/tensorflow/mlir

DeepMind

1、OpenSpiel【Stars:1.7k】

OpenSpiel

核心的OpenSpiel实现基于C++和Python绑定,这有助于在不同的深度学习框架中采用。该框架包含一系列游戏,允许DRLagent学会合作和竞争行为。同时,OpenSpiel还包括搜索、优化和单一agent等多种DRL算法组合。

开源地址:https://github.com/deepmind/open_spiel

2、SpriteWorld【Stars:259】

Spriteworld

开源地址:https://github.com/deepmind/spriteworld

3、bsuite【Stars:834】

bsuite

hougarden

开源地址:https://github.com/deepmind/bsuite

Facebook

全部开源:

https://ai.facebook.com/results/open-source/?content_types%5B0%5D=blog

1、LASER【Stars:2k】

增强版的LASER

开源地址:https://github.com/facebookresearch/LASER

2、Detectron2【Stars:4.9k】

10月11日,Facebook发布了Detectron2,这是基于PyTorch框架,以maskrcnn-benchmark为起点对Detectron的彻底重写。通过全新的模块化设计,Detectron2灵活且可扩展,能够在单个或多个GPU服务器上提供更加快速的训练。

Detectron2已经包含了众多保质量实现的目标检测算法,包括:DensePose,panopticfeaturepyramidnetworks和MaskRCNN的各种变种。,其模块化特性也使其能够有效帮助研究人员探索最先进的算法设计。

开源地址:https://github.com/facebookresearch/detectron2

3、Habitat-Sim【Stars:549】

hougarden

开源地址:https://github.com/facebookresearch/habitat-sim

4、PyText【Stars:5.5k】

PyText是一个基于PyTorch构建的NLP建模(基于深度学习)框架,核心功能可以支持文本分类、序列标注等神经网络模型。PyText可以简化工作流程,加速试验,同时还能促进大规模部署。

开源地址:https://github.com/facebookresearch/pytext

5、Nevergrad【Stars:2.1k】

hougarden

开源地址:https://github.com/facebookresearch/nevergrad

6、QNNPACK【Stars:1.2k】

开源地址:https://github.com/pytorch/QNNPACK

7、PyTorchBiggraph(PBG)【Stars:1.9k】

PBG

hougarden

开源地址:https://github.com/facebookresearch/PyTorch-BigGraph

8、CrypTen【Stars:274】

hougarden

开源地址:https://github.com/facebookresearch/crypten

9、Captum【Stars:581】

Captum

hougarden

开源地址:https://www.captum.ai/

10、DLRM【Stars:1.5k】

开源地址:https://github.com/facebookresearch/dlrm

11、Pythia【Stars:2.9k】

hougarden

开源地址:https://github.com/facebookresearch/pythia

亚马逊

1、DGL【Stars:3.2k】

与传统基于张量(Tensor)的神经网络相比,图神经网络将图(Graph)作为输入,从图结构中学习潜在知识,该方法在近些年已被证明在许多场景可以取得很好的效果。然而,使用传统的深度学习框架(比如TensorFlow、Pytorch、MXNet)并不能方便地进行图神经网络的开发和训练,而DGL作为专门面向图神经网络的框架,可以很好地弥补这一缺陷。该框架在开源后于国内外引起了强烈的反响。

开源地址:http://dgl.ai

https://github.com/dmlc/dgl

2、Neo-AI

开源地址:https://github.com/neo-ai

微软

1、NNI(NeuralNetworkIntelligence)【Stars:3.5k】

NNI

开源地址:https://github.com/microsoft/nni/blob/master/README_zh_CN.md

2、OpenPAI【Stars:1.4k】

开源地址:https://github.com/microsoft/pai/blob/master/README.md

3、lnterpretML【Stars:2.1k】

开源地址:https://github.com/interpretml/interpret

4、PipeDream【Stars:34】

开源地址:https://github.com/msr-fiddle/pipedream

Uber

1、Ludwig【Stars:5.9k】

开源地址:https://github.com/uber/ludwig

OpenCV

1、OpenVINO【Stars:873】

开源地址:https://github.com/opencv/dldt

SciSharpSTACK

1、TensorFlow.Net【Stars:807】

TensorFlow.NET

hougarden

开源地址:https://github.com/SciSharp/TensorFlow.NET

2、NumSharp【Stars:75】

NumSharp

hougarden

开源地址:https://github.com/SciSharp/Numpy.NET

阿里

1、Euler【Stars:1.8k】

Euler

开源地址:https://github.com/alibaba/euler/wiki

2、XDL【Stars:3k】

X-DeepLearning(简称XDL)

hougarden

开源地址:https://github.com/alibaba/x-deeplearning

3、MNN【Stars:3k】

MNN

hougarden

开源地址:https://github.com/alibaba/MNN/blob/master/README_CN.md

腾讯

1、Angel【Stars:5.4k】

腾讯Angel3.0

hougarden

开源地址:https://github.com/Angel-ML/angel

字节跳动

1、BytePS【Stars:1.9k】

hougarden

开源地址:https://github.com/bytedance/byteps

商汤

1、MMLabMMDetection【Stars:7k】

mmdetection

开源地址:https://github.com/open-mmlab/mmdetection

2、PySOT【Stars:2.7k】

hougarden

开源地址:https://github.com/STVIR/pysot

搜狗

1、SMRC【Stars:547】

hougarden

开源地址:https://github.com/sogou/SMRCToolkit

蚂蚁金服

1、ElasticDL【Stars:355】

ElasticDL

开源地址:https://github.com/sql-machine-learning/elasticdl/

其他

1、FATE【Framework】

微众银行AI团队开源的联邦学习框架。联盟学习开源项目FATE(FederatedAITechnologyEnabler),提供了一种基于数据隐私保护的安全计算框架,为机器学习、深度学习、迁移学习算法提供强有力的安全计算支持。安全底层支持同态加密、秘密共享、哈希散列等多种多方安全计算机制,算法层支持多方安全计算模式下的逻辑回归、Boosting、联邦迁移学习等。

该框架可以帮助学术研究人员快速开发算法原型;为工业界人员快速开发应用提供一种简洁有效的解决方案,支持在多场景下的开拓和应用;借助其灵活的架构,用户可以轻松地将计算工作部署到多种平台(CPU、GPU)和设备(桌面设备、服务器集群、移动设备等)。

开源地址:

https://www.fedai.org.cn/cn/

https://github.com/FederatedAI/FATE

2、DeepCTR【Stars:2.2k】

开源地址:https://github.com/shenweichen/DeepCTR

3、ALiPy【Stars:356】

开源地址:https://github.com/NUAA-AL/ALiPy

4、Real-TimeVoiceCloning【Stars:9.1k】

开源地址:https://github.com/CorentinJ/Real-Time-Voice-Cloning

5、WeightsandBiases【Stars:1.3k】

hougarden

一个在机器学习实验过程中用于可视化和跟踪的工具。它与框架无关,比TensorBoard更轻。每次运行一个装有wandb的脚本时,都会保存超参数和输出度量。在训练过程中可视化模型,还能轻松对比模型的版本,还会自动跟踪你的代码、系统指标和配置参数的状态。

开源地址:https://github.com/wandb/client


转载声明转载声明:本文系后花园转载发布,仅代表原作者或原平台态度,不代表我方观点。后花园仅提供信息发布平台,文章或有适当删改。对转载有异议和删稿要求的原著方,可联络[email protected]
Comment
Verification Code