An open API service providing repository metadata for many open source software ecosystems.

Topic: "computation-graph"

gorgonia/gorgonia

Gorgonia is a library that helps facilitate machine learning in Go.

Language: Go - Size: 88.7 MB - Last synced at: 6 days ago - Pushed at: 9 months ago - Stars: 5,759 - Forks: 444

nlpodyssey/spago

Self-contained Machine Learning and Natural Language Processing library in Go

Language: Go - Size: 19.5 MB - Last synced at: 6 days ago - Pushed at: about 2 months ago - Stars: 1,794 - Forks: 89

dmlc/nnvm 📦

Language: C++ - Size: 1.13 MB - Last synced at: 15 days ago - Pushed at: over 6 years ago - Stars: 1,658 - Forks: 280

dlsys-course/assignment1-2018

Assignment 1: automatic differentiation

Language: Python - Size: 94.7 KB - Last synced at: about 1 year ago - Pushed at: almost 6 years ago - Stars: 470 - Forks: 153

gy910210/neural-network-from-scratch

Implementing Multiple Layer Neural Network from Scratch

Language: Python - Size: 244 KB - Last synced at: 18 days ago - Pushed at: about 9 years ago - Stars: 319 - Forks: 91

mynamesiegfried/Neural-Network-Playground

A visual Deep Learning Framework for the Web - Built with WebGPU, Next.js and ReactFlow.

Language: JavaScript - Size: 3.4 MB - Last synced at: 4 months ago - Pushed at: over 1 year ago - Stars: 72 - Forks: 12

dlsys-course/assignment2-2017

(Spring 2017) Assignment 2: GPU Executor

Language: Python - Size: 29.3 KB - Last synced at: about 1 year ago - Pushed at: about 8 years ago - Stars: 62 - Forks: 43

HyTruongSon/GraphFlow

Deep Learning framework in C++/CUDA that supports symbolic/automatic differentiation, dynamic computation graphs, tensor/matrix operations accelerated by GPU and implementations of various state-of-the-art graph neural networks and other Machine Learning models including Covariant Compositional Networks For Learning Graphs [Risi et al]

Language: C++ - Size: 340 MB - Last synced at: about 2 months ago - Pushed at: over 3 years ago - Stars: 53 - Forks: 12

vankesteren/tensorsem

Structural Equation Modeling using Torch

Language: R - Size: 203 KB - Last synced at: about 1 month ago - Pushed at: over 1 year ago - Stars: 52 - Forks: 10

invenia/Dispatcher.jl 📦

Build, distribute, and execute task graphs

Language: Julia - Size: 307 KB - Last synced at: 7 days ago - Pushed at: over 4 years ago - Stars: 46 - Forks: 5

jgolebiowski/graphAttack

Computational graph library for machine learning

Language: Python - Size: 784 KB - Last synced at: about 1 year ago - Pushed at: about 7 years ago - Stars: 45 - Forks: 12

MahanFathi/Model-Based-RL

Model-based Policy Gradients

Language: Python - Size: 1.89 MB - Last synced at: 10 months ago - Pushed at: about 5 years ago - Stars: 29 - Forks: 4

hyroai/computation-graph

Language: Python - Size: 412 KB - Last synced at: 5 months ago - Pushed at: 5 months ago - Stars: 27 - Forks: 0

zombie-einstein/jaxpr-viz

Jaxpr Visualisation Tool

Language: Python - Size: 423 KB - Last synced at: 26 days ago - Pushed at: 5 months ago - Stars: 24 - Forks: 1

Othoz/paragraph

A computation graph micro-framework providing seamless lazy and concurrent evaluation

Language: Python - Size: 159 KB - Last synced at: 14 days ago - Pushed at: over 5 years ago - Stars: 18 - Forks: 0

neonwatty/computational_maths

A short collection of Jupyter notebooks explaining some basic computational math

Language: Jupyter Notebook - Size: 128 MB - Last synced at: about 2 months ago - Pushed at: about 2 years ago - Stars: 12 - Forks: 4

brunolange/artifax

artifax is a Python package to evaluate nodes in a computation graph where the dependencies associated with each node are extracted directly from their function signatures.

Language: Python - Size: 156 KB - Last synced at: 25 days ago - Pushed at: over 1 year ago - Stars: 10 - Forks: 2

praisethemoon/cgraph

C computation graph, AutoGrad with OpenCL support [WIP]

Language: C - Size: 5.4 MB - Last synced at: over 1 year ago - Pushed at: about 6 years ago - Stars: 7 - Forks: 1

CallumJHays/bdsim_realtime

Real-time execution and remote monitoring and tuning of BDSim Block-Diagrams for modeling and control of Dynamical Systems

Language: Python - Size: 8.52 MB - Last synced at: 8 days ago - Pushed at: over 2 years ago - Stars: 6 - Forks: 0

arindas/arundel

Java library for building computation graphs.

Language: Java - Size: 193 KB - Last synced at: 2 months ago - Pushed at: almost 7 years ago - Stars: 5 - Forks: 0

wzh99/GenCoG

GenCoG: A DSL-Based Approach to Generating Computation Graphs for TVM Testing

Language: Python - Size: 503 KB - Last synced at: almost 2 years ago - Pushed at: almost 2 years ago - Stars: 4 - Forks: 2

fwcd/mini-ml

Computation graphs, automatic differentiation and machine learning for Kotlin

Language: Kotlin - Size: 226 KB - Last synced at: 5 months ago - Pushed at: almost 6 years ago - Stars: 4 - Forks: 0

ucker/easy_neural_network

a single c++ file for learing how data flow graphs work.

Language: C++ - Size: 10.9 MB - Last synced at: over 1 year ago - Pushed at: over 7 years ago - Stars: 4 - Forks: 0

BlaiseMuhirwa/gladius

Gladius -- latin for sword

Language: C++ - Size: 786 KB - Last synced at: 10 months ago - Pushed at: 10 months ago - Stars: 2 - Forks: 0

semeniuta/EPypes

Python library for developing data processing algorithms as computational graphs and their integration with publish-subscribe systems

Language: Python - Size: 2.45 MB - Last synced at: over 1 year ago - Pushed at: over 4 years ago - Stars: 2 - Forks: 2

martini9393/auto-diff Fork of dlsys-course/assignment1-2018

Assignment 1: automatic differentiation

Language: Python - Size: 91.8 KB - Last synced at: 4 months ago - Pushed at: about 8 years ago - Stars: 2 - Forks: 0

isopropylcyanide/Interaction-Graph

Creating and analyzing interaction graphs based on boolean functions

Language: Java - Size: 14.7 MB - Last synced at: 3 months ago - Pushed at: about 9 years ago - Stars: 2 - Forks: 1

jacksonthall22/CODO

A tiny library to build hierarchical computation graphs that isolate function logic while avoiding duplicate work

Language: Python - Size: 75.2 KB - Last synced at: about 2 months ago - Pushed at: about 2 months ago - Stars: 1 - Forks: 0

weberBen/Automatic_differentiation

Implementation of automatic differentiation (AD) in forward and backward modes with mathematical explanations

Language: Python - Size: 2.84 MB - Last synced at: about 2 years ago - Pushed at: over 2 years ago - Stars: 1 - Forks: 1

yvn11/infinity

DAG-based computation graph for streaming data

Language: C++ - Size: 7.68 MB - Last synced at: about 2 months ago - Pushed at: almost 6 years ago - Stars: 1 - Forks: 0

martini9393/gpu-executor Fork of dlsys-course/assignment2-2017

Assignment 2: GPU Executor

Language: Python - Size: 41 KB - Last synced at: 4 months ago - Pushed at: about 8 years ago - Stars: 1 - Forks: 1

dgvijaytorg/assignment

this is TLE eliminators assignment which is contest tracker fetches realtime contest data and automation of uploading of youtube channel contest solution link to the database.

Language: TypeScript - Size: 106 KB - Last synced at: 7 days ago - Pushed at: 7 days ago - Stars: 0 - Forks: 0

Open-Risk-Academy/Academy-Course-DAT31050

Supporting material for Academy Course DAT31050

Size: 1000 Bytes - Last synced at: about 2 months ago - Pushed at: 2 months ago - Stars: 0 - Forks: 0

a2nfinance/deflow

To become a comprehensive platform for users to execute data processing and AI model training tasks using Ocean nodes within the C2DV2 architecture.

Language: TypeScript - Size: 1.41 MB - Last synced at: 6 months ago - Pushed at: 7 months ago - Stars: 0 - Forks: 0

byx2000/AutoDiff

Automatic derivative calculation of scalar functions.

Language: C# - Size: 90.8 KB - Last synced at: about 2 years ago - Pushed at: almost 5 years ago - Stars: 0 - Forks: 0

felidan/avic Fork of avicfei/avic

Projeto de TCC baseado em processamento de imagens e visão computacional para identificar a evolução de ogras da engenharia civil

Language: Python - Size: 171 MB - Last synced at: about 2 years ago - Pushed at: about 5 years ago - Stars: 0 - Forks: 0

krisht/CGML-Assignments

Code for projects and homework from ECE-491: Computational Graphs for Machine Learning (aka Deep Learning/Neural Nets)

Language: Jupyter Notebook - Size: 12.5 MB - Last synced at: about 2 years ago - Pushed at: about 8 years ago - Stars: 0 - Forks: 0