Ejemplos de Machine Learning para el uso y aplicación de regresiones
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
Jason Yair Corona Ventura f5711e6a42 Merge branch 'master' of http://gmarx.jumpingcrab.com:8088/temperature-oxidation/Python_machinelearning 4 years ago
Batchgradientdecent.py Descenso por gradiente en lotes 4 years ago
EarlyStop.png ResultadoEarly 4 years ago
README.md Añadir 'README.md' 4 years ago
RegresionElastica.png Resultado Elastica 4 years ago
RegresionLasso.png Resultado Lasso 4 years ago
RegresionRidge.png Resultado Ridge 4 years ago
RegresionRidge.py Modelo lineal regularizado Ridge 4 years ago
Regresionlinealmatricial.png Resultado Lineal 4 years ago
Regresionlinealmatricial.py Ejemplo de regresion lineal 4 years ago
regresionpolinomial.py Ejemplo de regresión polinomial 4 years ago
stochasticgradientdescent.py Descenso por gradiente estocastico 4 years ago

README.md

Python machine learning

This repository has example codes about the reading found on Chapter 4 "Training models" from the book Hands-On Machine Learning with Scikit-Learn and TensorFlow by Aurélien Géron


Usage

Codes are written on python and can be executed by both python 2 and 3 as long as the libraries are available.