Skip to main content

NexGML — Next Generation Machine Learning (educational ML utilities)

Project description

Nexarians - The NexGML Core Repository

PyPI version License: MIT

Installation

pip install nexgml

🔬 Core Philosophy: Transparent, Fast, and Modular

NexGML is a custom Machine Learning utility built for educational and research purposes, emphasizing code transparency and high performance.

Key Features & Technology Stack

  • Modular Helpers: Separates complex logic into focused helper modules (ForLinear, ForTree, Indexing) for easy customization.
  • Sparse Data Ready: Full support for scipy.sparse matrices (CSR/CSC) for memory efficiency.

💻 Available Modules & Quick Start

1. Classifiers (The Models)

The primary model is the Gradient Supported Intense Classifier (GSIC).

from nexgml.gradient_supported import IntenseClassifier
import numpy as np

# Load data X, y...

model = IntenseClassifier(
    optimizer='adamw', 
    lr_scheduler='plateau', 
    batch_size=32, 
    penalty='elasticnet'
)
model.fit(X_train, y_train)

print(f"Final Training Loss: {model.loss_history[-1]:.6f}")

2. Helper Modules (Performance Backbone)

These modules contain the high-speed math used internally.

Module Purpose Example Usage
nexgml.amo.forlinear Linear Criteria. Activation/Loss functions (Softmax, CCE, RMSE). forlinear.softmax(logits)
nexgml.amo.fortree Tree Criteria. Impurity measures (Gini, Entropy, Friedman MSE). fortree.gini_impurity(labels)
nexgml.indexing Data Utilities. One-hot encoding, smart feature slicing (standard_indexing). indexing.standard_indexing(n_features, 'sqrt')

📝 Documentation & Exploration

This repository is dedicated to experimentation, learning, and personal research, primarily in the following fields:

  • 🤖 Artificial Intelligence and Machine Learning
  • 💻 Python development and performance optimization
  • 📖 Technical documentation and concept notes

⚠️ This project is intended for exploration and learning purposes only.

If you find this repo helpful or interesting, feel free to fork, star, or open a pull request.
This is a learning space—no pressure, just passion! 😄

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

nexgml-1.0.2.tar.gz (48.8 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

nexgml-1.0.2-py3-none-any.whl (133.0 kB view details)

Uploaded Python 3

File details

Details for the file nexgml-1.0.2.tar.gz.

File metadata

  • Download URL: nexgml-1.0.2.tar.gz
  • Upload date:
  • Size: 48.8 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.12.9

File hashes

Hashes for nexgml-1.0.2.tar.gz
Algorithm Hash digest
SHA256 7d88b2347b3590b57492795cbb330d7dfc57c89d9fb781e119da3c81bd4f2399
MD5 fe5a00584d25fa5eca0ff2d4fbceec83
BLAKE2b-256 58e28815cf24d6bfcfcc043fa528af3708490eb32ff54dbe27328e79d940c754

See more details on using hashes here.

File details

Details for the file nexgml-1.0.2-py3-none-any.whl.

File metadata

  • Download URL: nexgml-1.0.2-py3-none-any.whl
  • Upload date:
  • Size: 133.0 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.12.9

File hashes

Hashes for nexgml-1.0.2-py3-none-any.whl
Algorithm Hash digest
SHA256 3e7b2905eb8f167ed463ad56c1e98f36c84e1297339a871d0baef823d423185c
MD5 0f3a0bc7c0dacbedde434674c89e6706
BLAKE2b-256 1e9e225191384f51d4f7813d1e6c2089e17adfa723192f261d1e88992d42df8a

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page