Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/habout632/thanos

a learning-oriented deep learning framework
https://github.com/habout632/thanos

Last synced: 8 days ago
JSON representation

a learning-oriented deep learning framework

Awesome Lists containing this project

README

        

# Thanos
a learning-oriented deep learning framework. A finger snap, half of the deep learning frameworks disappears!!
Recently, many deep learning framework have been open sourced, it is neccesary to learn how to implement the core features from scratch.

Preresuiste:

## Deep Learning Frameworks By Now
* PyTorch:Facebook
* Tensorflow:Google
* Caffe
* MxNet: Amazon
Alt-H1
======
* PaddlePaddle:Baidu
* MindSpore:Huawei
* Jitter:TsingHua
* MegaEngine:Face++
* NCNN:Tencent
* X-Deep Learning: Alibaba

## Core Features
### Tensor

### AutoGrad
Computational Graph:
Static vs Dynamic
Eager Mode vs Graph Mode
Development vs Research

### GPU Cuda Programming
Parrallel Programming

### C++ python mixing programming

### Neural Network Basical Modules
CNN
Transformer

### Mobile First

## Advanced Features
### Distributed Computing
Multiple GPUs & Multiple Machines

### C++ Extension

### Performance Optimization
memory optimization