Létrehozva a Colab használatával

This commit is contained in:
Hauer Szabolcs 2025-02-27 18:03:13 +01:00
parent b184991fe0
commit cc5d50bbcc

View file

@ -0,0 +1,44 @@
{
"nbformat": 4,
"nbformat_minor": 0,
"metadata": {
"colab": {
"provenance": [],
"authorship_tag": "ABX9TyOlcmJBYHJ+0sidNDQh2TRj",
"include_colab_link": true
},
"kernelspec": {
"name": "python3",
"display_name": "Python 3"
},
"language_info": {
"name": "python"
}
},
"cells": [
{
"cell_type": "markdown",
"metadata": {
"id": "view-in-github",
"colab_type": "text"
},
"source": [
"<a href=\"https://colab.research.google.com/github/Indian1999/csutortok_17/blob/main/Mnist_sz%C3%A1mok_felismer%C3%A9se_cs%C3%BCt%C3%B6rt%C3%B6k.ipynb\" target=\"_parent\"><img src=\"https://colab.research.google.com/assets/colab-badge.svg\" alt=\"Open In Colab\"/></a>"
]
},
{
"cell_type": "code",
"execution_count": null,
"metadata": {
"id": "F-vUiiNHVEMi"
},
"outputs": [],
"source": [
"import numpy as np\n",
"import matplotlib.pyplot as plt\n",
"\n",
"from keras.datasets import mnist"
]
}
]
}