#
ray
Here are 160 public repositories matching this topic...
Distributed training framework for TensorFlow, Keras, PyTorch, and Apache MXNet.
machine-learning
spark
deep-learning
uber
mxnet
tensorflow
mpi
keras
pytorch
machinelearning
baidu
deeplearning
ray
-
Updated
Jul 20, 2021 - Python
Modin: Speed up your Pandas workflows by changing a single line of code
-
Updated
Jul 21, 2021 - Python
2
wjsi
commented
Dec 25, 2020
Support Series.between
Real-time PathTracing with global illumination and progressive rendering, all on top of the Three.js WebGL framework. Click here for Live Demo: https://erichlof.github.io/THREE.js-PathTracing-Renderer/Geometry_Showcase.html
webgl
threejs
global-illumination
path-tracer
realtime
path
tracing
raytracing
tracer
ray
pathtracing
three-js
-
Updated
Jul 3, 2021 - JavaScript
LuxCore source repository
visualization
opencl
ray-tracer
cuda
raytracer
raytracing
gpu-computing
ray
ray-tracing
3d-graphics
rtx
optix
pathtracer
path-tracing
bidirectional-path-tracing
luxrender
luxcorerender
-
Updated
Jul 21, 2021 - C++
CGA 3D 计算几何算法库 | 3D Compute Geometry Algorithm Library webgl three.js babylon.js等任何库都可以使用
javascript
segment
webgl
threejs
typescript
js
plane
geometry
graphics
geospatial
sphere
triangle
gis
cgal
ts
ray
cga
capsule
libarary
computional-geometry-algorithm
-
Updated
Jul 7, 2021 - JavaScript
A basic Ray Tracer that exploits numpy arrays and functions to work fast.
-
Updated
Apr 13, 2021 - Python
Framework for Multi-Agent Deep Reinforcement Learning in Poker
framework
research
reinforcement-learning
poker
deep-learning
reinforcement-learning-algorithms
ray
gym-environment
-
Updated
Jul 4, 2020 - Python
Distributed Keras Engine, Make Keras faster with only one line of code.
python
distributed-systems
machine-learning
deep-neural-networks
deep-learning
neural-network
tensorflow
parallel-computing
keras
distributed
ray
keras-models
keras-classification-models
keras-neural-networks
tensorflow-models
keras-tensorflow
data-parallelism
distributed-deep-learning
distributed-keras-engine
plaidml
-
Updated
Oct 3, 2019 - Python
-
Updated
Oct 23, 2020 - Python
raghukiran1224
commented
Jul 19, 2021
Overview
As a CF pipelines user, I would like the ability to select the best or k-best pipelines from a parameter grid search output.
Acceptance Criteria
A framework for easy prototyping of distributed reinforcement learning algorithms
-
Updated
Dec 8, 2020 - Python
A parallel framework for population-based multi-agent reinforcement learning.
-
Updated
Jul 18, 2021 - Python
A custom MARL (multi-agent reinforcement learning) environment where multiple agents trade against one another (self-play) in a zero-sum continuous double auction. Ray [RLlib] is used for training.
lstm
quantitative-finance
ray
limit-order-book
quantitative-trading
financial-engineering
market-microstructure
zero-sum
high-frequency-trading
gym-environment
ppo
self-play
double-auction
multi-agent-reinforcement-learning
rllib
marl
n-player
zero-sum-games
-
Updated
Jun 8, 2021 - Jupyter Notebook
Multi & Single Agent Reinforcement Learning for Traffic Signal Control Problem
-
Updated
May 13, 2021 - Python
Additions to C functional. (Containers, strings operations, memory operations, sockets, threads, etc...)
c
socket
list
cryptography
encryption
dictionary
buffer
array
bytes
lib
hash
linkedlist
decryption
ray
pray
navive
winapi-posix
std
threads
-
Updated
Jan 26, 2017 - C
Plane, 2D and 3D Ray objects for openFrameworks.It checks for the intersection of a ray with a segment, a sphere, a triangle, a plane, an ofPrimitive, an ofPolyline an with an ofMesh.
plane
openframeworks
addon
intersection
ray
raycasting
intersection-point
2d-ray
intersection-methods
-
Updated
Mar 11, 2021 - Makefile
An introductory tutorial about leveraging Ray core features for distributed patterns.
python
distributed-systems
scikit-learn
sharding
profiling
ray
futures
pattern-language
task-parallelism
actor-pattern
rllib
ray-tutorial
introductory-tutorial
-
Updated
Jul 5, 2021 - Jupyter Notebook
training
machine-learning
natural-language-processing
distributed-computing
spacy
ray
parallel-training
-
Updated
Jul 7, 2021 - Python
A command line interface to spatie/ray and the Ray app (https://myray.app).
-
Updated
Jun 28, 2021 - PHP
Hyperparameter search for AllenNLP - powered by Ray TUNE
-
Updated
Oct 7, 2019 - Python
Framework for playing around with rendering libraries in Rust
-
Updated
Jul 18, 2021 - C++
Deadline-based hyperparameter tuning on RayTune.
-
Updated
Jan 16, 2020 - Python
Debug your NodeJS & web code with Ray to fix problems faster
-
Updated
Jul 16, 2021 - TypeScript
Distributed DataLoader For Pytorch Based On Ray
-
Updated
Jul 16, 2021 - Python
Improve this page
Add a description, image, and links to the ray topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the ray topic, visit your repo's landing page and select "manage topics."


Apache Arrow has a first-class tabular file format, Feather, that the Ray Datasets IO layer should support. Combined with Ray Datasets' existing
.from_arrow()and.to_arrow()APIs, this would round out our "all-Arrow" experience, which should be as nice as possible given our "distributed Arrow dataset" positioning.Implementation Note