Coder Social home page Coder Social logo

research-note / many-as-one Goto Github PK

View Code? Open in Web Editor NEW
0.0 0.0 0.0 10.31 MB

Neural networks framework heterogeneous, parallel supercomputed on distrubuted network superclusters.

Home Page: https://research-note.github.io/many-as-one

License: Apache License 2.0

Starlark 1.40% C++ 97.84% Dockerfile 0.09% HTML 0.30% TypeScript 0.10% Makefile 0.03% Python 0.07% Shell 0.04% CMake 0.13%
neural-network sycl apache-arrow bazel cpp20 eigen open-source tbb container cloud-native

many-as-one's Introduction

Many as One

Cloud native Superclusters supercomputed neural network parallel(core/threads, TBB, vectorized instructions), heterogeneous(FPGA or GPU accelations) computed.

There's a lot of NN framework for parallel, heterogeneous computed on distributed computing. but this frameworks needed specific machine that vecdor dependent software. futher more, user frontend should be able to utilize a high-performance NN backend in a convenient web-based interface on any playform.

Also, we need container, k8s friendly cloud native framework.

Webapp - Frontend


Dense layer


Web application visualize your model graph and provide interface that communicate with neural network handle each layer or unit. system monitoring each computing nodes that have unit are also planned.

Neural Network - Backend

Scale out nerual network on cloud or on premise cluster based computing. loadbalance your trainning / test processes from big data input. so, this will reduce the NN's learning time. we can make decision agilely from insight we want by quickly being responsed from NN.

SYCL based tensor programming by Eigen

SYCL

SYCL is an effective alternative. when we program the tensor, we don't need CUDA with bunch of codes in .cu and .cuh. otherwise, we need type safe programming. so, no more .cl codes from OpenCL.

Independent from machine vendors

We must break free from lock-in to specific GPU vendors. High-performance and energy efficient machines can coexist and cooperative each other in distributed neural network.


Eigen

Thus, we select Eigen tensor that have implemented SYCL backend for heterogeneous computing.


sycl flow


Handle datas with Colomnar DB format

Apache Arrow

We need superfast, GPU accelated, and size optimized standard colmnar format.



boost::asio based async event driven

Dense layer

We can maximize network communication performance in distributed neural network by using boost::beast framework based boost::asio async event driven programming.

Distributed build system

Bazel

To deal with future large distributed compile, use bazel fast build and unit test.

Reference

Frontend

Backend

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.