GitHub topics: hypercube
Hypercubers/hypercubing.xyz
Website for the Hypercubing community
Language: Python - Size: 39.7 MB - Last synced at: 11 days ago - Pushed at: 11 days ago - Stars: 18 - Forks: 23

hypercube-lab/hypercube
HyperCube is a revolutionary, high-performance decentralized computing platform. HyperCube has powerful computing capabilities to provide high-performance computing power and large-scale data storage support for VR, AR, Metaverse, Artificial Intelligence, Big Data, and Financial Applications.🛰
Language: Rust - Size: 18.8 MB - Last synced at: 9 days ago - Pushed at: over 2 years ago - Stars: 729 - Forks: 146

philmayes/hypercube-viewer
Hypercube Viewer is a program that draws a hypercube of 3 to 10 dimensions.
Language: Python - Size: 284 KB - Last synced at: 24 days ago - Pushed at: 24 days ago - Stars: 13 - Forks: 2

ndavd/ncube
Generalized Hypercube Visualizer
Language: Rust - Size: 64 MB - Last synced at: 15 days ago - Pushed at: 11 months ago - Stars: 118 - Forks: 7

1j01/ascii-hypercube
Make ASCII art with HYPERRECTANGLES
Language: JavaScript - Size: 210 KB - Last synced at: about 21 hours ago - Pushed at: 6 months ago - Stars: 24 - Forks: 2

tsherif/tesseract-explorer
Interactive visualization of a 4-dimensional tesseract
Language: JavaScript - Size: 290 KB - Last synced at: 12 days ago - Pushed at: almost 5 years ago - Stars: 20 - Forks: 4

darkelement1987/WizCube
Synchronize HyperCube LED displays with Philips WiZ smart bulbs on your local network using auto-discovery and seamless color syncing for dynamic, unified lighting.
Language: Python - Size: 8.79 KB - Last synced at: 6 months ago - Pushed at: 7 months ago - Stars: 0 - Forks: 0

Orestouio/Algorithmic-Software-Development
Algorithmic problem-solving project using autoencoders for dimension reduction, nearest neighbor search algorithms, and K-means clustering. Developed as part of a university course on software development for algorithmic problems.
Language: C++ - Size: 2.39 MB - Last synced at: 2 months ago - Pushed at: 7 months ago - Stars: 0 - Forks: 0

eseraygun/rust-polytope
A Rust library that defines data structures and methods for constructing polytopes
Language: Rust - Size: 16.6 KB - Last synced at: 25 days ago - Pushed at: about 8 years ago - Stars: 3 - Forks: 0

v-dvorak/ruskey-savage-conjecture
Tests the, still open, Ruskey-Savage Conjecture (1993) for small values of n. Searches for Hamiltonian cycle with constraints. (Final project for Non-procedural programming course.)
Language: Haskell - Size: 78.1 KB - Last synced at: 9 months ago - Pushed at: 9 months ago - Stars: 1 - Forks: 0

imvickykumar999/Hyper-4D-Game
👻 Ghost are from 4th Dimension as they appears from Nowhere, and they intersects with w=0 at t=3 AM (x,y,z,w,t) : https://youtu.be/4TI1onWI_IM?t=160
Language: Jupyter Notebook - Size: 95.4 MB - Last synced at: 19 days ago - Pushed at: 9 months ago - Stars: 2 - Forks: 1

FishHawk/FezDot
A rotating translucent four dimensions hypercube
Language: C++ - Size: 85 KB - Last synced at: 12 months ago - Pushed at: about 3 years ago - Stars: 3 - Forks: 0

anpep-uclm/mpi_hypercube 📦
Toy program implementing a hypercube-interconnect network topology using MPI
Language: C - Size: 11.7 KB - Last synced at: about 1 year ago - Pushed at: about 4 years ago - Stars: 0 - Forks: 0

Makri-Panagoula/KNN-Clustering-on-MNIST
Multiple algorithms on KNN & Clustering on MNIST dataset implemented in C++ & .Jupyter Notebook
Language: Jupyter Notebook - Size: 46.6 MB - Last synced at: about 1 year ago - Pushed at: about 1 year ago - Stars: 0 - Forks: 0

BambooFlower/Math-Scripts
A collection of scripts for math visualization
Language: MATLAB - Size: 73.9 MB - Last synced at: 12 months ago - Pushed at: almost 3 years ago - Stars: 2 - Forks: 1

Eskils/Hypercubes
Isometric projection of 2-cube, 3-cube, 4-cube, ... , 8-cube
Language: WebAssembly - Size: 5.31 MB - Last synced at: about 2 months ago - Pushed at: about 1 year ago - Stars: 0 - Forks: 0

MediaBilly/LSH-Hypercube-and-k-Means-Clustering-For-MNIST-Hand-Written-Digit-Images
First assignment for the University Senior Project course
Language: C++ - Size: 14.2 MB - Last synced at: about 1 year ago - Pushed at: about 4 years ago - Stars: 0 - Forks: 1

NedalLive/Hypercube-NGen
Hypercube NGen 3D Printer
Size: 330 MB - Last synced at: 3 months ago - Pushed at: over 3 years ago - Stars: 16 - Forks: 3

giannhskp/Software-Development-for-Algorithmic-Problems_Project-2
Neighbor Search and Clustering for Time-Series using Locality-sensitive hashing and Randomized Projection to Hypercube. Time series comparison is performed using Discrete Frechet or Continuous Frechet metric.
Language: C - Size: 33.9 MB - Last synced at: over 1 year ago - Pushed at: about 3 years ago - Stars: 2 - Forks: 1

giannhskp/Software-Development-for-Algorithmic-Problems_Project-1 Fork of Sitaras/Software-Development-for-Algorithmic-Problems_Project-1
Neighbor Search and Clustering for Vectors using Locality-sensitive hashing and Randomized Projection to Hypercube
Language: C - Size: 16.4 MB - Last synced at: over 1 year ago - Pushed at: about 3 years ago - Stars: 1 - Forks: 0

Sitaras/Software-Development-for-Algorithmic-Problems_Project-2 Fork of giannhskp/Software-Development-for-Algorithmic-Problems_Project-2
📈|Time Series - Nearest neighbor search and Clustering using LSH, Hypercube (and Lloyd's only at the clustering) algorithms with metrics: L2, Discrete and Continuous Fréchet.
Language: C - Size: 33.9 MB - Last synced at: over 1 year ago - Pushed at: about 3 years ago - Stars: 0 - Forks: 0

lazavgeridis/NN-search-and-Clustering-on-MNIST Fork of themisvr/Vector-Clustering-Algorithms
Testing the effectiveness of Approximate k-NN search with LSH and Hypercube on MNIST. Also, implemented k-medians++ for the same dataset.
Size: 16.3 MB - Last synced at: over 1 year ago - Pushed at: about 4 years ago - Stars: 0 - Forks: 0

dgorbunov/Marlin-HEVO Fork of makerbase-mks/Mks-Robin-Nano-Marlin2.0-Firmware
My flavor of Marlin for my Hypercube Evolution build, running off of an MKS Robin Nano v1.2 with a 300mm^3 build volume.
Language: C++ - Size: 10.9 MB - Last synced at: over 1 year ago - Pushed at: over 4 years ago - Stars: 0 - Forks: 0

spChalk/kNN-and-Clustering-on-Curves-and-Time-Series
:chart_with_upwards_trend: kNN using LSH and Hypercube projection & Clustering using kMeans++ for n-dim polygonal curves and time series
Language: C++ - Size: 3.38 MB - Last synced at: over 1 year ago - Pushed at: over 2 years ago - Stars: 2 - Forks: 1

vishal0027/EECS2011
Data Structures and Algorithms
Language: Java - Size: 25.4 KB - Last synced at: over 1 year ago - Pushed at: almost 7 years ago - Stars: 0 - Forks: 1

MediaBilly/Image-Similarity
Comparison of multiple methods for calculating MNIST hand-written digits similarity.
Language: C++ - Size: 50 MB - Last synced at: about 1 year ago - Pushed at: about 4 years ago - Stars: 1 - Forks: 1

boweihan/redux-hypercube
Redux state machine generator backed by an in-memory hypercube. Model checking for the front end.
Language: JavaScript - Size: 271 KB - Last synced at: 27 days ago - Pushed at: almost 7 years ago - Stars: 3 - Forks: 0

SoufiyaneOuali/N-Dimensional-Hypercube-Visualization-in-C-
This project in the C programming language focuses on visualizing an n-dimensional hypercube
Size: 1.95 KB - Last synced at: almost 2 years ago - Pushed at: almost 2 years ago - Stars: 1 - Forks: 0

Sitaras/Software-Development-for-Algorithmic-Problems_Project-1
Vectors - Nearest neighbor search and Clustering using LSH, Hypercube (and Lloyd's only at the clustering) algorithms with L2 metric.
Language: C - Size: 15.8 MB - Last synced at: over 1 year ago - Pushed at: about 3 years ago - Stars: 1 - Forks: 1

super-m-a-n/LSH-Hashing-and-Centroid-Based-Clustering
approximation algorithms for exact nearest neighbors search and clustering on multi-dimensional vectors
Language: C++ - Size: 2.3 MB - Last synced at: almost 2 years ago - Pushed at: almost 2 years ago - Stars: 0 - Forks: 0

ninivert/N-Dimension-Cube-Renderer
Renderer and custom matrix library for mutli-dimensional cubes
Language: JavaScript - Size: 49.8 KB - Last synced at: about 1 hour ago - Pushed at: over 6 years ago - Stars: 14 - Forks: 0

Josephbakulikira/4D-hypercube-with-pygame-aka-tesseract
4D hypercube with pygame
Language: Python - Size: 16.6 KB - Last synced at: almost 2 years ago - Pushed at: about 2 years ago - Stars: 8 - Forks: 3

ef-gy/topologic
Visualiser for basic geometric primitives and fractals in arbitrary-dimensional spaces
Language: C++ - Size: 8.38 MB - Last synced at: over 1 year ago - Pushed at: about 8 years ago - Stars: 40 - Forks: 3

mihirnimgade/hypercube-optimization
An implementation of a hypercube-based multidimensional optimization algorithm
Language: Rust - Size: 183 KB - Last synced at: about 2 years ago - Pushed at: about 2 years ago - Stars: 4 - Forks: 0

Francesco-Zeno-Costanzo/Monte-Carlo
montecarlo methods
Language: Python - Size: 22.6 MB - Last synced at: almost 2 years ago - Pushed at: over 2 years ago - Stars: 1 - Forks: 0

theatina/CryptoRecommendation
Recommendation System on cryptocurrency, using data collected from users' tweets + 10-Fold Cross Validation ( Based on the cryptocoins from each user's tweets, the program runs algorithms on the data, resulting in the recommendation of other cryptocoins for each user) ( readme in greek but soon to be translated in English )
Language: C - Size: 9.2 MB - Last synced at: almost 2 years ago - Pushed at: about 6 years ago - Stars: 7 - Forks: 0

Fourmilab/tesseract
Fourmilab Tesseract provides models of a four-dimensional hypercube and three other four-dimensional regular polytopes (the 5-, 16-, and 24-cell) which are projected into the three-dimensional space of the Second Life virtual world.
Language: LSL - Size: 6.08 MB - Last synced at: almost 2 years ago - Pushed at: over 2 years ago - Stars: 0 - Forks: 0

ToonMeynen/HEVO
Language: GAP - Size: 14.6 KB - Last synced at: about 2 years ago - Pushed at: over 6 years ago - Stars: 2 - Forks: 0

eurostat/java4eurostat
Multi-dimensional data manipulation and easy access to Eurostat data. In Java.
Language: HTML - Size: 3.58 MB - Last synced at: about 1 year ago - Pushed at: about 2 years ago - Stars: 7 - Forks: 4

josecoelho96/3dprinters
Home built 3D printers related files (firmware, hardware, custom parts...)
Language: C - Size: 1.23 MB - Last synced at: about 2 years ago - Pushed at: over 5 years ago - Stars: 0 - Forks: 1

PetropoulakisPanagiotis/nearest-neighbor-search
Nearest neighbor search. Methods: LSH, hypercube, and exhaustive search. C++
Language: C++ - Size: 13.8 MB - Last synced at: about 2 years ago - Pushed at: over 4 years ago - Stars: 8 - Forks: 1

PetropoulakisPanagiotis/clustering
Clustering methods in C++
Language: C++ - Size: 25.5 MB - Last synced at: about 2 years ago - Pushed at: over 4 years ago - Stars: 0 - Forks: 0

DemetrisKonst/ANN-Clustering
LSH and Hypercube algorithms for Approximate Nearest Neighbor. Centroid based clustering using Lloyd's and reverse assignment algorithms.
Language: C++ - Size: 530 KB - Last synced at: over 1 year ago - Pushed at: over 4 years ago - Stars: 3 - Forks: 5

examachine/par-quicksort
Parallel quicksort on hypercube, written in C.
Language: C - Size: 16.6 KB - Last synced at: about 2 years ago - Pushed at: about 8 years ago - Stars: 0 - Forks: 1

VasiaKoum/Search-and-Clustering-for-Vectors
Search and clustering vectors in C++
Language: C++ - Size: 13 MB - Last synced at: over 1 year ago - Pushed at: over 4 years ago - Stars: 0 - Forks: 0

johnnyawesome/Tesseract
The shadow of a Hypercube....
Language: Processing - Size: 41 KB - Last synced at: almost 2 years ago - Pushed at: over 6 years ago - Stars: 1 - Forks: 0

tgymnich/ARHypercubePlayground
💎AR Hypercube in ARKit implemented in Metal
Language: Swift - Size: 2.65 MB - Last synced at: 22 days ago - Pushed at: over 3 years ago - Stars: 0 - Forks: 0

eseraygun/elements-html5
A tool for visualizing multidimensional objects and their intersections: http://eseraygun.com/elements/
Language: TypeScript - Size: 818 KB - Last synced at: about 2 years ago - Pushed at: over 2 years ago - Stars: 0 - Forks: 0

whiskeysierra/compass
Config Management Service
Language: Java - Size: 1.73 MB - Last synced at: 14 days ago - Pushed at: over 3 years ago - Stars: 1 - Forks: 1
