README / README.md
ameforge's picture
Update README.md
03bff2e verified
---
organization: AMFORGE
---
<div align="center">
# AMEFORGE
**Independent AI Research Studio**
[Website](https://ameforge.tech) Β· [GitHub](https://github.com/Volgat) Β· [Google Play](https://play.google.com/store/apps/dev?id=8746471888242300768)
</div>
---
## About
Ameforge is an independent AI research studio. We design novel architectures, publish peer-reviewed research, and deploy production-ready models with software that brings these innovations directly to users.
Our work spans deep learning architecture research, natural language processing, time-series forecasting, and mobile software development.
---
## Research
### EARCP β€” Ensemble Adaptive Recurrent Cascade Predictor
Published on arXiv Β· Validated on Kaggle Hull Tactical Market Prediction (Rank 708 / 18,000+ teams Β· Top 24%)
A multi-expert ensemble architecture combining CNN, BiLSTM, and Transformer components for adaptive time-series prediction. Applicable to financial forecasting, sensor data, computer vision, and autonomous systems.
```bash
pip install earcp
```
πŸ“„ [arXiv Paper](https://arxiv.org/abs/2603.14651) Β· πŸ† [Kaggle Leaderboard](https://www.kaggle.com/competitions/hull-tactical-market-prediction/leaderboard)
---
### SparseMind β€” Sparse Neural Architecture Research
Experimental research into high-sparsity neural architectures achieving 87.5% weight sparsity while maintaining competitive perplexity scores. Designed for efficient inference on resource-constrained environments.
---
### NexusBPE β€” Custom Tokenizer Pipeline
A custom Byte-Pair Encoding tokenizer trained on a curated multilingual corpus (code, natural language, technical documents). Designed to complement Ameforge's internal language model research.
---
### MemoryBank (LPOLMemory) β€” Continual Learning Research
Research into long-term memory mechanisms for neural networks, addressing catastrophic forgetting in continual learning scenarios.
---
## Models
All published models are available under the **CKL (Custom Knowledge License)**. Commercial licensing available β€” contact [contact@ameforge.tech](mailto:contact@ameforge.tech).
| Model | Task | Status |
|---|---|---|
| gc_editor1 | Text Generation | Active |
| gc_editor | Text Generation | Active |
| gearcut_tok | Tokenizer | Active |
---
## Contact
πŸ“§ [contact@ameforge.tech](mailto:contact@ameforge.tech)
🌐 [ameforge.tech](https://ameforge.tech)
---
<div align="center">
<sub>Β© 2025 Ameforge. All rights reserved.</sub>
</div>