All Projects → PaddlePaddle → Paddle

PaddlePaddle / Paddle

Licence: apache-2.0
PArallel Distributed Deep LEarning: Machine Learning Framework from Industrial Practice (『飞桨』核心框架,深度学习&机器学习高性能单机、分布式训练和跨平台部署)

Programming Languages

python
139335 projects - #7 most used programming language
C++
36643 projects - #6 most used programming language
Cuda
1817 projects
CMake
9771 projects
shell
77523 projects
c
50402 projects - #5 most used programming language

Projects that are alternatives of or similar to Paddle

PLSC
Paddle Large Scale Classification Tools,supports ArcFace, CosFace, PartialFC, Data Parallel + Model Parallel. Model includes ResNet, ViT, DeiT, FaceViT.
Stars: ✭ 113 (-99.34%)
Mutual labels:  paddlepaddle, distributed-training
Ybmodelfile
根据 JSON 自动生成 Model 文件(数据模型)
Stars: ✭ 209 (-98.79%)
Mutual labels:  efficiency
Deadline
A simple TODO with countdown timer
Stars: ✭ 134 (-99.22%)
Mutual labels:  efficiency
Ghostskb
Smart input method switcher like a ghost
Stars: ✭ 186 (-98.92%)
Mutual labels:  efficiency
Eemeter
An open source python package for implementing and developing standard methods for calculating normalized metered energy consumption and avoided energy use.
Stars: ✭ 134 (-99.22%)
Mutual labels:  efficiency
Usl4j
A reasonably complete implementation of the Universal Scalability Law model.
Stars: ✭ 194 (-98.87%)
Mutual labels:  scalability
Strcf
Learning Spatial-Temporal Regularized Correlation Filters for Visual Tracking (CVPR 2018)
Stars: ✭ 127 (-99.26%)
Mutual labels:  efficiency
Mlstyle.jl
Julia functional programming infrastructures and metaprogramming facilities
Stars: ✭ 223 (-98.71%)
Mutual labels:  scalability
Mgodatagen
Generate random data for MongoDB
Stars: ✭ 206 (-98.8%)
Mutual labels:  scalability
Sparse Evolutionary Artificial Neural Networks
Always sparse. Never dense. But never say never. A repository for the Adaptive Sparse Connectivity concept and its algorithmic instantiation, i.e. Sparse Evolutionary Training, to boost Deep Learning scalability on various aspects (e.g. memory and computational time efficiency, representation and generalization power).
Stars: ✭ 182 (-98.94%)
Mutual labels:  scalability
Cote
A Node.js library for building zero-configuration microservices.
Stars: ✭ 2,180 (-87.35%)
Mutual labels:  scalability
Hazelcast Go Client
Hazelcast IMDG Go Client
Stars: ✭ 140 (-99.19%)
Mutual labels:  scalability
Barrel Platform
Distributed database for the modern world
Stars: ✭ 201 (-98.83%)
Mutual labels:  scalability
Vertx In Action
Examples for the Manning "Vert.x in Action" book
Stars: ✭ 134 (-99.22%)
Mutual labels:  scalability
Hera
High Efficiency Reliable Access to data stores
Stars: ✭ 213 (-98.76%)
Mutual labels:  scalability
Contracts
Smart contracts comprising the business logic of the Matic Network
Stars: ✭ 130 (-99.25%)
Mutual labels:  scalability
Openpmix
OpenPMIx Project Repository
Stars: ✭ 151 (-99.12%)
Mutual labels:  scalability
Azuredatabricksbestpractices
Version 1 of Technical Best Practices of Azure Databricks based on real world Customer and Technical SME inputs
Stars: ✭ 186 (-98.92%)
Mutual labels:  scalability
Linqit
Extend python lists with .NET's LINQ syntax for clean and fast coding. Also known as PINQ.
Stars: ✭ 222 (-98.71%)
Mutual labels:  efficiency
Thespian
Python Actor concurrency library
Stars: ✭ 220 (-98.72%)
Mutual labels:  scalability


English | 简体中文

Build Status Documentation Status Documentation Status Release License

Welcome to the PaddlePaddle GitHub.

PaddlePaddle, as the only independent R&D deep learning platform in China, has been officially open-sourced to professional communities since 2016. It is an industrial platform with advanced technologies and rich features that cover core deep learning frameworks, basic model libraries, end-to-end development kits, tools & components as well as service platforms. PaddlePaddle is originated from industrial practices with dedication and commitments to industrialization. It has been widely adopted by a wide range of sectors including manufacturing, agriculture, enterprise service, and so on while serving more than 2.3 million developers. With such advantages, PaddlePaddle has helped an increasing number of partners commercialize AI.

Installation

Latest PaddlePaddle Release: v2.2

Our vision is to enable deep learning for everyone via PaddlePaddle. Please refer to our release announcement to track the latest features of PaddlePaddle.

Install Latest Stable Release:

# CPU
pip install paddlepaddle
# GPU
pip install paddlepaddle-gpu

For more information about installation, please view Quick Install

Now our developers can acquire Tesla V100 online computing resources for free. If you create a program by AI Studio, you will obtain 8 hours to train models online per day. Click here to start.

FOUR LEADING TECHNOLOGIES

  • Agile Framework for Industrial Development of Deep Neural Networks

    The PaddlePaddle deep learning framework facilitates the development while lowering the technical burden, through leveraging a programmable scheme to architect the neural networks. It supports both declarative programming and imperative programming with both development flexibility and high runtime performance preserved. The neural architectures could be automatically designed by algorithms with better performance than the ones designed by human experts.

  • Support Ultra-Large-Scale Training of Deep Neural Networks

    PaddlePaddle has made breakthroughs in ultra-large-scale deep neural networks training. It launched the world's first large-scale open-source training platform that supports the training of deep networks with 100 billion features and trillions of parameters using data sources distributed over hundreds of nodes. PaddlePaddle overcomes the online deep learning challenges for ultra-large-scale deep learning models, and further achieved real-time model updating with more than 1 trillion parameters. Click here to learn more

  • High-Performance Inference Engines for Comprehensive Deployment Enviroments

    PaddlePaddle is not only compatible with models trained in 3rd party open-source frameworks , but also offers complete inference products for various production scenarios. Our inference product line includes Paddle Inference: Native inference library for high-performance server and cloud inference; Paddle Serving: A service-oriented framework suitable for distributed and pipeline productions; Paddle Lite: Ultra-Lightweight inference engine for mobile and IoT environments; Paddle.js: A frontend inference engine for browser and mini-apps. Furthermore, by great amounts of optimization with leading hardware in each scenario, Paddle inference engines outperform most of the other mainstream frameworks.

  • Industry-Oriented Models and Libraries with Open Source Repositories

    PaddlePaddle includes and maintains more than 100 mainstream models that have been practiced and polished for a long time in the industry. Some of these models have won major prizes from key international competitions. In the meanwhile, PaddlePaddle has further more than 200 pre-training models (some of them with source codes) to facilitate the rapid development of industrial applications. Click here to learn more

Documentation

We provide English and Chinese documentation.

  • Guides

    You might want to start from how to implement deep learning basics with PaddlePaddle.

  • Practice

    So far you have already been familiar with Fluid. And the next step should be building a more efficient model or inventing your original Operator.

  • API Reference

    Our new API enables much shorter programs.

  • How to Contribute

    We appreciate your contributions!

Communication

  • Github Issues: bug reports, feature requests, install issues, usage issues, etc.
  • QQ discussion group: 441226485 (PaddlePaddle).
  • Forums: discuss implementations, research, etc.

Courses

  • Server Deployments: Courses intorducing high performance server deployments via local and remote services.
  • Edge Deployments: Courses intorducing edge deployments from mobile, IoT to web and applets.

Copyright and License

PaddlePaddle is provided under the Apache-2.0 license.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].