Skip to content

Repository files navigation

Taller Intermedio de Python para IA

Curso intermedio de Python enfocado en Inteligencia Artificial, Machine Learning y Deep Learning con proyectos reales.

Stack

  • Lenguaje: Python
  • Enfoque: Machine Learning, Deep Learning, IA
  • Nivel: Intermedio

Requisitos

  • Python 3.8+
  • Conocimientos básicos de programación

Quick Start

# Clonar el repositorio
git clone https://github.com/devjaime/taller_intermedio_python_ia.git
cd taller_intermedio_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 notebooks o scripts
jupyter notebook

Contenido del Curso

  • Manipulación de datos con Pandas y NumPy
  • Visualización de datos
  • Modelos de Machine Learning
  • Redes Neuronales básicas
  • Proyectos prácticos de IA

Contributing

¡Contribuciones bienvenidas! Si encuentras errores o quieres agregar contenido:

  1. Haz fork del repositorio
  2. Crea una branch para tu cambio (git checkout -b fix/correccion)
  3. Commit tus cambios (git commit -m 'fix: corregir tema X')
  4. Push a la branch (git push origin fix/correccion)
  5. Abre un Pull Request

License

MIT © devjaime

About

No description, website, or topics provided.

Resources

Stars

6 stars

Watchers

1 watching

Forks

Releases

Packages

Used by

Contributors

Languages