{ "cells": [ { "cell_type": "markdown", "metadata": { "id": "DJsUjs19_v63" }, "source": [ "# MNIST with SciKit-Learn and skorch\n", "\n", "This notebooks shows how to define and train a simple Neural-Network with PyTorch and use it via skorch with SciKit-Learn.\n", "\n", "
\n",
"\n",
" Run in Google Colab \n",
" | \n",
" View source on GitHub |