Docsity
Docsity

Prepara tus exámenes
Prepara tus exámenes

Prepara tus exámenes y mejora tus resultados gracias a la gran cantidad de recursos disponibles en Docsity


Consigue puntos base para descargar
Consigue puntos base para descargar

Gana puntos ayudando a otros estudiantes o consíguelos activando un Plan Premium


Orientación Universidad
Orientación Universidad


REDES NEURONALES EN PYTHON, Ejercicios de Programación Informática

EJERCICIOS DE REDES NEURONALES EN LENGUAJE PYTHON SE PUEDEN IMPLEMENTAR EN EL SOFTWARE JUPYTER BASADO EN PYTHON

Tipo: Ejercicios

2011/2012

Subido el 07/06/2022

ramon-lozano-zavala
ramon-lozano-zavala 🇲🇽

1 documento

1 / 1

Toggle sidebar

Esta página no es visible en la vista previa

¡No te pierdas las partes importantes!

bg1
{
"cells": [
{
"cell_type": "code",
"execution_count": null,
"metadata": {},
"outputs": [],
"source": [
"import pandas as pd\n",
"import numpy as np\n",
"import matplotlib.pylab as plt\n",
"%matplotlib inline\n",
"plt.rcParams['figure.figsize'] = (16, 9)\n",
"plt.style.use('fast')\n",
"\n",
"from keras.models import Sequential\n",
"from keras.layers import Dense,Activation,Flatten\n",
"from sklearn.preprocessing import MinMaxScaler"
]
},
{
"cell_type": "code",
"execution_count": null,
"metadata": {},
"outputs": [],
"source": [
"import install keras"
]
},
{
"cell_type": "code",
"execution_count": null,
"metadata": {},
"outputs": [],
"source": []
}
],
"metadata": {
"kernelspec": {
"display_name": "Python 3",
"language": "python",
"name": "python3"
},
"language_info": {
"codemirror_mode": {
"name": "ipython",
"version": 3
},
"file_extension": ".py",
"mimetype": "text/x-python",
"name": "python",
"nbconvert_exporter": "python",
"pygments_lexer": "ipython3",
"version": "3.7.3"
}
},
"nbformat": 4,
"nbformat_minor": 2
}

Vista previa parcial del texto

¡Descarga REDES NEURONALES EN PYTHON y más Ejercicios en PDF de Programación Informática solo en Docsity!

"cells": [ { "cell_type": "code", "execution_count": null, "metadata": {}, "outputs": [], "source": [ "import pandas as pd\n", "import numpy as np\n", "import matplotlib.pylab as plt\n", "%matplotlib inline\n", "plt.rcParams['figure.figsize'] = (16, 9)\n", "plt.style.use('fast')\n", "\n", "from keras.models import Sequential\n", "from keras.layers import Dense,Activation,Flatten\n", "from sklearn.preprocessing import MinMaxScaler" ] }, { "cell_type": "code", "execution_count": null, "metadata": {}, "outputs": [], "source": [ "import install keras" ] }, { "cell_type": "code", "execution_count": null, "metadata": {}, "outputs": [], "source": [] } ], "metadata": { "kernelspec": { "display_name": "Python 3", "language": "python", "name": "python3" }, "language_info": { "codemirror_mode": { "name": "ipython", "version": 3 }, "file_extension": ".py", "mimetype": "text/x-python", "name": "python", "nbconvert_exporter": "python", "pygments_lexer": "ipython3", "version": "3.7.3" } }, "nbformat": 4, "nbformat_minor": 2 }