Curso intermedio de Python enfocado en Inteligencia Artificial, Machine Learning y Deep Learning con proyectos reales.
- Lenguaje: Python
- Enfoque: Machine Learning, Deep Learning, IA
- Nivel: Intermedio
- Python 3.8+
- Conocimientos básicos de programación
# 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- 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
¡Contribuciones bienvenidas! Si encuentras errores o quieres agregar contenido:
- Haz fork del repositorio
- Crea una branch para tu cambio (
git checkout -b fix/correccion) - Commit tus cambios (
git commit -m 'fix: corregir tema X') - Push a la branch (
git push origin fix/correccion) - Abre un Pull Request
MIT © devjaime