All Projects → MegEngine → Megengine

MegEngine / Megengine

Licence: other
MegEngine 是一个快速、可拓展、易于使用且支持自动求导的深度学习框架

Programming Languages

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

Projects that are alternatives of or similar to Megengine

Pytorch
Tensors and Dynamic neural networks in Python with strong GPU acceleration
Stars: ✭ 52,811 (+1194.07%)
Mutual labels:  gpu, numpy, autograd, tensor
Drlkit
A High Level Python Deep Reinforcement Learning library. Great for beginners, prototyping and quickly comparing algorithms
Stars: ✭ 29 (-99.29%)
Mutual labels:  gpu, numpy, tensor
Cupy
NumPy & SciPy for GPU
Stars: ✭ 5,625 (+37.83%)
Mutual labels:  gpu, numpy, tensor
Ivy
The templated deep learning framework, enabling framework-agnostic functions, layers and libraries.
Stars: ✭ 118 (-97.11%)
Mutual labels:  gpu, numpy
Deepnet
Deep.Net machine learning framework for F#
Stars: ✭ 99 (-97.57%)
Mutual labels:  gpu, tensor
Tensorflow Gpu Macosx
Unoffcial NVIDIA CUDA GPU support version of Google Tensorflow for MAC OSX
Stars: ✭ 103 (-97.48%)
Mutual labels:  gpu, tensor
Norse
Deep learning with spiking neural networks (SNNs) in PyTorch.
Stars: ✭ 211 (-94.83%)
Mutual labels:  gpu, tensor
Compute.scala
Scientific computing with N-dimensional arrays
Stars: ✭ 191 (-95.32%)
Mutual labels:  gpu, tensor
Diffsharp
DiffSharp: Differentiable Functional Programming
Stars: ✭ 365 (-91.06%)
Mutual labels:  gpu, tensor
PuzzleLib
Deep Learning framework with NVIDIA & AMD support
Stars: ✭ 52 (-98.73%)
Mutual labels:  numpy, tensor
NDScala
N-dimensional arrays in Scala 3. Think NumPy ndarray, but type-safe over shapes, array/axis labels & numeric data types
Stars: ✭ 37 (-99.09%)
Mutual labels:  numpy, tensor
eddl
European Distributed Deep Learning (EDDL) library. A general-purpose library initially developed to cover deep learning needs in healthcare use cases within the DeepHealth project.
Stars: ✭ 31 (-99.24%)
Mutual labels:  autograd, tensor
Pynvvl
A Python wrapper of NVIDIA Video Loader (NVVL) with CuPy for fast video loading with Python
Stars: ✭ 95 (-97.67%)
Mutual labels:  gpu, numpy
Hyperlearn
50% faster, 50% less RAM Machine Learning. Numba rewritten Sklearn. SVD, NNMF, PCA, LinearReg, RidgeReg, Randomized, Truncated SVD/PCA, CSR Matrices all 50+% faster
Stars: ✭ 1,204 (-70.5%)
Mutual labels:  gpu, tensor
Nx
Multi-dimensional arrays (tensors) and numerical definitions for Elixir
Stars: ✭ 1,133 (-72.24%)
Mutual labels:  gpu, tensor
Bohrium
Automatic parallelization of Python/NumPy, C, and C++ codes on Linux and MacOSX
Stars: ✭ 209 (-94.88%)
Mutual labels:  gpu, numpy
Gdrl
Grokking Deep Reinforcement Learning
Stars: ✭ 304 (-92.55%)
Mutual labels:  gpu, numpy
Chainer
A flexible framework of neural networks for deep learning
Stars: ✭ 5,656 (+38.59%)
Mutual labels:  gpu, numpy
Tvm
Open deep learning compiler stack for cpu, gpu and specialized accelerators
Stars: ✭ 7,494 (+83.63%)
Mutual labels:  gpu, tensor
pytorch-examples-cn
用例子学习PyTorch1.0(Learning PyTorch with Examples 中文翻译与学习)
Stars: ✭ 54 (-98.68%)
Mutual labels:  autograd, tensor

MegEngine

English | 中文

MegEngine is a fast, scalable and easy-to-use deep learning framework, with auto-differentiation.


Installation

NOTE: MegEngine now supports Python installation on Linux-64bit/Windows-64bit/MacOS(CPU-Only)-10.14+ platforms with Python from 3.5 to 3.8. On Windows 10 you can either install the Linux distribution through Windows Subsystem for Linux (WSL) or install the Windows distribution directly. Many other platforms are supported for inference.

Binaries

To install the pre-built binaries via pip wheels:

python3 -m pip install --upgrade pip
python3 -m pip install megengine -f https://megengine.org.cn/whl/mge.html

Building from Source

How to Contribute

We strive to build an open and friendly community. We aim to power humanity with AI.

How to Contact Us

Resources

License

MegEngine is licensed under the Apache License, Version 2.0

Citation

If you use MegEngine in your publication,please cite it by using the following BibTeX entry.

@Misc{MegEngine,
  institution = {megvii},
  title =  {MegEngine:A fast, scalable and easy-to-use deep learning framework},
  howpublished = {\url{https://github.com/MegEngine/MegEngine}},
  year = {2020}
}

Copyright (c) 2014-2021 Megvii Inc. All rights reserved.

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].