Skip to content

Latest commit

 

History

History
56 lines (39 loc) · 1.3 KB

File metadata and controls

56 lines (39 loc) · 1.3 KB

Taller Avanzado de Python para IA

Curso práctico de Python avanzado enfocado en Inteligencia Artificial, Machine Learning y Deep Learning con proyectos reales.

Stack

  • Lenguaje: Python
  • Enfoque: Machine Learning Avanzado, Deep Learning, Proyectos reales de IA
  • Nivel: Avanzado

Requisitos

  • Python 3.9+
  • Experiencia previa en Python y ML

Quick Start

# Clonar el repositorio
git clone https://github.com/devjaime/taller_avanzado_python_ia.git
cd taller_avanzado_python_ia

# Crear entorno virtual
python -m venv venv
source venv/bin/activate  # Linux/Mac
venv\Scripts\activate     # Windows

# Instalar dependencias
pip install -r requirements.txt

# Ejecutar proyectos avanzados
jupyter notebook

Contenido del Curso

  • Deep Learning con PyTorch/TensorFlow
  • Redes Neuronales Avanzadas (CNN, RNN, Transformers)
  • NLP y modelos de lenguaje
  • Computer Vision
  • Proyectos de IA en producción
  • Optimización y deployment de modelos

Contributing

¡Contribuciones bienvenidas! Para aportar:

  1. Haz fork del repositorio
  2. Crea una branch para tu feature (git checkout -b feature/nueva-feature)
  3. Commit tus cambios (git commit -m 'feat: agregar proyecto X')
  4. Push a la branch (git push origin feature/nueva-feature)
  5. Abre un Pull Request

License

MIT © devjaime