Librería de Inteligencia Artificial para Python (ML, DL, Visión, NLP, IA Clásica).
Project description
🤖 SynaptIX – Intelligence Module
SynaptIX es una librería moderna de Inteligencia Artificial diseñada para ofrecer una API unificada y sencilla que integra Machine Learning, Deep Learning, Visión por Computador, Procesamiento del Lenguaje Natural e IA clásica, todo dentro de una sola clase: Intelligence.
Este módulo busca ser una alternativa ligera, intuitiva y lista para escalar hacia proyectos profesionales y académicos.
✨ Características principales
🔹 Machine Learning
Métodos clásicos y ampliamente usados:
linear_regression()logistic_regression()svm_classifier()kmeans()
🔹 Deep Learning
Modelos implementados de forma sencilla:
dense_network()cnn()
🔹 Visión por Computador
Funciones esenciales para análisis y filtrado:
detect_edges()image_features()
🔹 Procesamiento del Lenguaje Natural (NLP)
Herramientas básicas para texto:
tokenize()vectorize_tfidf()
🔹 IA Clásica
Técnicas inspiradas en métodos tradicionales:
a_star()genetic_algorithm()
🚀 Ejemplo rápido de uso
from synaptix import Intelligence
ai = Intelligence(data)
ai.linear_regression() # Machine Learning
ai.dense_network() # Deep Learning
ai.detect_edges() # Visión artificial
ai.tokenize() # NLP
ai.a_star() # IA clásica
ai.help() # Ver documentación interna
📦 Instalación
```bash
pip install statslibx
🤝 Contribuciones ¡Todas las mejoras e ideas son bienvenidas! E-mail: ascendraemmanuel@gmail.com
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
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file synaptix-0.1.4.tar.gz.
File metadata
- Download URL: synaptix-0.1.4.tar.gz
- Upload date:
- Size: 263.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.13.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
606cf479dea65fd89994a6301456c02e57064ada50c85882e166431f676173e2
|
|
| MD5 |
5710368fc9e1278edd6328bdbdda11b7
|
|
| BLAKE2b-256 |
ad21c7bcfb7ab66eae56d947d4cdb1d65ac58384d4c1bca3c135e0a747337037
|
File details
Details for the file synaptix-0.1.4-py3-none-any.whl.
File metadata
- Download URL: synaptix-0.1.4-py3-none-any.whl
- Upload date:
- Size: 264.1 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.13.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
9c591a7089d69e2ff4395888f368400b981653cc771e6bcf96e80cc74b23071b
|
|
| MD5 |
d67df3e6d7b44ccce3fca54e0a19bf6b
|
|
| BLAKE2b-256 |
428446cb54c849fc12f0cc0e90ac9a42e4c1b4b359a129ddd55372db1714ac50
|