Update README.md
Browse files
README.md
CHANGED
|
@@ -70,22 +70,17 @@ task_categories:
|
|
| 70 |
The model predicts ionic stability and simulated quantum state transitions in ionic environments. Trapped-ion quantum simulators, typically involve physical hardware for tasks like
|
| 71 |
entanglement measurement or Hamiltonian engineering. This dataset is desgined as a fully synthetic browser-based alternative for developers without lab access.
|
| 72 |
|
| 73 |
-
### SPECS
|
| 74 |
|
| 75 |
**Model Name:** IonicOceanSyntheticDataset_v7.0
|
| 76 |
**Version:** 7.0
|
| 77 |
**Export Date:** 2025-12-31T00:27:29.944Z
|
| 78 |
|
| 79 |
-
### Training Summary
|
| 80 |
-
|
| 81 |
- **Total Epochs:** 3
|
| 82 |
- **Final Loss:** 0.6713
|
| 83 |
- **Final Accuracy:** 65.6%
|
| 84 |
- **Training Samples:** 800
|
| 85 |
- **Simulation Time:** 37.8s
|
| 86 |
|
| 87 |
-
### Dataset Information
|
| 88 |
-
|
| 89 |
This package contains real-time captured data from the ionic ocean simulation:
|
| 90 |
|
| 91 |
**Particle Data:**
|
|
@@ -101,6 +96,7 @@ This package contains real-time captured data from the ionic ocean simulation:
|
|
| 101 |
4. Model state - neural network parameters at capture time
|
| 102 |
|
| 103 |
### Model Architecture
|
|
|
|
| 104 |
```
|
| 105 |
Input(5) → Dense(32, relu) → Dropout(0.2)
|
| 106 |
→ Dense(16, relu)
|
|
@@ -125,6 +121,7 @@ Input(5) → Dense(32, relu) → Dropout(0.2)
|
|
| 125 |
- **Target FPS:** 60
|
| 126 |
|
| 127 |
### File Structure
|
|
|
|
| 128 |
```
|
| 129 |
ionicsphere_export_v7.0_*.zip/
|
| 130 |
├── model_metadata.json # Model configuration and stats
|
|
@@ -134,6 +131,7 @@ ionicsphere_export_v7.0_*.zip/
|
|
| 134 |
├── terminal_log.txt # CLI interaction history
|
| 135 |
└── config.json # System configuration
|
| 136 |
```
|
|
|
|
| 137 |
### Theory
|
| 138 |
|
| 139 |
The Ionic Ocean Synthetic Dataset is a specialized dataset designed to bridge the gap between complex atmospheric physics and efficient machine learning models.
|
|
|
|
| 70 |
The model predicts ionic stability and simulated quantum state transitions in ionic environments. Trapped-ion quantum simulators, typically involve physical hardware for tasks like
|
| 71 |
entanglement measurement or Hamiltonian engineering. This dataset is desgined as a fully synthetic browser-based alternative for developers without lab access.
|
| 72 |
|
|
|
|
| 73 |
|
| 74 |
**Model Name:** IonicOceanSyntheticDataset_v7.0
|
| 75 |
**Version:** 7.0
|
| 76 |
**Export Date:** 2025-12-31T00:27:29.944Z
|
| 77 |
|
|
|
|
|
|
|
| 78 |
- **Total Epochs:** 3
|
| 79 |
- **Final Loss:** 0.6713
|
| 80 |
- **Final Accuracy:** 65.6%
|
| 81 |
- **Training Samples:** 800
|
| 82 |
- **Simulation Time:** 37.8s
|
| 83 |
|
|
|
|
|
|
|
| 84 |
This package contains real-time captured data from the ionic ocean simulation:
|
| 85 |
|
| 86 |
**Particle Data:**
|
|
|
|
| 96 |
4. Model state - neural network parameters at capture time
|
| 97 |
|
| 98 |
### Model Architecture
|
| 99 |
+
|
| 100 |
```
|
| 101 |
Input(5) → Dense(32, relu) → Dropout(0.2)
|
| 102 |
→ Dense(16, relu)
|
|
|
|
| 121 |
- **Target FPS:** 60
|
| 122 |
|
| 123 |
### File Structure
|
| 124 |
+
|
| 125 |
```
|
| 126 |
ionicsphere_export_v7.0_*.zip/
|
| 127 |
├── model_metadata.json # Model configuration and stats
|
|
|
|
| 131 |
├── terminal_log.txt # CLI interaction history
|
| 132 |
└── config.json # System configuration
|
| 133 |
```
|
| 134 |
+
|
| 135 |
### Theory
|
| 136 |
|
| 137 |
The Ionic Ocean Synthetic Dataset is a specialized dataset designed to bridge the gap between complex atmospheric physics and efficient machine learning models.
|