Datasets:
Modalities:
Image
Formats:
imagefolder
Size:
< 1K
Tags:
computer-vision
visual-question-answering
visual-sequence-learning
video-frame-prediction
regression-from-images
multimodal-regression
License:
Update README.md
Browse files
README.md
CHANGED
|
@@ -15,57 +15,98 @@ tags:
|
|
| 15 |
- conditional-image-generation
|
| 16 |
- mathematical-visualization
|
| 17 |
---
|
| 18 |
-
# UNDERWORLD Dataset v3
|
| 19 |
-
|
| 20 |
-
## UNDERWORLD: Fast Inverse Square Root Algorithm
|
| 21 |
|
| 22 |
-
|
| 23 |
-
|
|
|
|
|
|
|
| 24 |
|
| 25 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 26 |
|
| 27 |
-
|
| 28 |
-
- Images: 1280 px width PNGs
|
| 29 |
-
- Columns: `image` (binary), `imagewidth (px)` (int = 1280)
|
| 30 |
-
- Visualizes: bit hacks, Newton-Raphson iterations, error surface, 3D math functions
|
| 31 |
-
- Also includes: numerical_data.csv (regression), metadata.json (conditional)
|
| 32 |
-
- Size: ~3.5 MB
|
| 33 |
-
-
|
| 34 |
-
### Algorithm Details
|
| 35 |
|
| 36 |
-
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 37 |
- Newton Iterations: 3
|
| 38 |
- Input Range: 0.1 to 1000
|
| 39 |
- Maximum Error: 1.1742636926798086e+287%
|
| 40 |
-
- RMS Error: Infinity%
|
| 41 |
|
| 42 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
| 43 |
|
| 44 |
-
|
| 45 |
-
|
| 46 |
-
|
| 47 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 48 |
|
| 49 |
-
##
|
| 50 |
|
| 51 |
-
This dataset demonstrates:
|
| 52 |
1. The Fast Inverse Square Root algorithm implementation
|
| 53 |
2. Error analysis of the approximation
|
| 54 |
3. 3D visualization of mathematical functions
|
| 55 |
4. Bit-level manipulation techniques
|
| 56 |
|
| 57 |
-
### Usage for Training
|
| 58 |
|
| 59 |
1. Use frames/ for visual sequence learning
|
| 60 |
2. Use numerical_data.csv for regression tasks
|
| 61 |
3. Use metadata.json for conditional generation
|
| 62 |
4. Train models to understand optimization algorithms
|
| 63 |
|
| 64 |
-
### Citation
|
| 65 |
|
| 66 |
If you use this dataset, please cite:
|
| 67 |
UNDERGROUND: FISR by webXOS, 2027
|
| 68 |
|
| 69 |
-
### License
|
| 70 |
|
| 71 |
MIT
|
|
|
|
| 15 |
- conditional-image-generation
|
| 16 |
- mathematical-visualization
|
| 17 |
---
|
|
|
|
|
|
|
|
|
|
| 18 |
|
| 19 |
+
[](https://webxos.netlify.app)
|
| 20 |
+
[](https://github.com/webxos/webxos)
|
| 21 |
+
[](https://huggingface.co/webxos)
|
| 22 |
+
[](https://x.com/webxos)
|
| 23 |
|
| 24 |
+
<div style="
|
| 25 |
+
background: #00FF00;
|
| 26 |
+
border-left: 4px solid #00FF00;
|
| 27 |
+
padding: 1.5rem;
|
| 28 |
+
margin: 2rem 0;
|
| 29 |
+
font-family: 'Fira Code', 'Courier New', monospace;
|
| 30 |
+
color: #00FF00;
|
| 31 |
+
border-radius: 0 8px 8px 0;
|
| 32 |
+
">
|
| 33 |
+
<pre style="
|
| 34 |
+
font-size: 12px;
|
| 35 |
+
line-height: 1.2;
|
| 36 |
+
margin: 0;
|
| 37 |
+
overflow-x: auto;
|
| 38 |
+
color: #00FF00;
|
| 39 |
+
">
|
| 40 |
+
_ _ _ _______ ___________ _ _ ___________ _ ______
|
| 41 |
+
| | | | \ | | _ \ ___| ___ \ | | || _ | ___ \ | | _ \
|
| 42 |
+
| | | | \| | | | | |__ | |_/ / | | || | | | |_/ / | | | | |
|
| 43 |
+
| | | | . ` | | | | __|| /| |/\| || | | | /| | | | | |
|
| 44 |
+
| |_| | |\ | |/ /| |___| |\ \\ /\ /\ \_/ / |\ \| |___| |/ /
|
| 45 |
+
\___/\_| \_/___/ \____/\_| \_|\/ \/ \___/\_| \_\_____/___/
|
| 46 |
+
|
| 47 |
+
</div>
|
| 48 |
|
| 49 |
+
# UNDERWORLD Dataset v3
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 50 |
|
| 51 |
+
- Visualizes the Fast Inverse Square Root (FISR / Quake III) algorithm.
|
| 52 |
+
- 120 rows total (train split only).
|
| 53 |
+
- Main content: 1280px PNG image frames showing bit hacks, Newton-Raphson steps, error surfaces, 3D math plots.
|
| 54 |
+
- Numerical_data.csv (regression), metadata.json (conditional).
|
| 55 |
+
- Size ~3.5 MB. Generated via UNDERGROUND: FISR tool (downloadable in repo).
|
| 56 |
+
- Magic Number: 0x5f23aac5
|
| 57 |
- Newton Iterations: 3
|
| 58 |
- Input Range: 0.1 to 1000
|
| 59 |
- Maximum Error: 1.1742636926798086e+287%
|
|
|
|
| 60 |
|
| 61 |
+
**Generated with UNDERGROUND: FISR by webXOS, Educational visualization of the Quake III Arena optimization algorithm.**
|
| 62 |
+
|
| 63 |
+
**The UNDERWORLD app by webXOS is available for download in the /underworld/ folder of this repo so users can create their own datasets.**
|
| 64 |
+
|
| 65 |
+
## Use cases:
|
| 66 |
|
| 67 |
+
- Training ML models for fault detection / anomaly detection in time-series or sensor data.
|
| 68 |
+
|
| 69 |
+
- Simulating hardware faults (bit flips, stuck-at, etc.) for robust AI / embedded ML.
|
| 70 |
+
|
| 71 |
+
- Reliability engineering: predict system failures under errors.
|
| 72 |
+
|
| 73 |
+
- Synthetic data for safety-critical systems (automotive, aerospace, IoT) where real fault data is rare.
|
| 74 |
+
|
| 75 |
+
- Benchmarking error-correction / resilient algorithms.
|
| 76 |
+
|
| 77 |
+
- Visual sequence learning → train models on math visualization sequences (frame prediction, video understanding).
|
| 78 |
+
|
| 79 |
+
- Image-to-text / captioning → describe FISR steps from images.
|
| 80 |
+
|
| 81 |
+
- Visual question answering → QA on algorithm visuals.
|
| 82 |
+
|
| 83 |
+
- Regression from images → predict error metrics from visualization frames.
|
| 84 |
+
|
| 85 |
+
- Educational multimodal models → teach bit manipulation / fast math approx.
|
| 86 |
+
|
| 87 |
+
- Conditional generation → use metadata to condition on input range/error.
|
| 88 |
+
|
| 89 |
+
- 3D math function visualization benchmark → compare rendering / understanding.
|
| 90 |
|
| 91 |
+
## Education:
|
| 92 |
|
|
|
|
| 93 |
1. The Fast Inverse Square Root algorithm implementation
|
| 94 |
2. Error analysis of the approximation
|
| 95 |
3. 3D visualization of mathematical functions
|
| 96 |
4. Bit-level manipulation techniques
|
| 97 |
|
| 98 |
+
### Usage for Training:
|
| 99 |
|
| 100 |
1. Use frames/ for visual sequence learning
|
| 101 |
2. Use numerical_data.csv for regression tasks
|
| 102 |
3. Use metadata.json for conditional generation
|
| 103 |
4. Train models to understand optimization algorithms
|
| 104 |
|
| 105 |
+
### Citation:
|
| 106 |
|
| 107 |
If you use this dataset, please cite:
|
| 108 |
UNDERGROUND: FISR by webXOS, 2027
|
| 109 |
|
| 110 |
+
### License:
|
| 111 |
|
| 112 |
MIT
|