{ "cells": [ { "cell_type": "markdown", "metadata": {}, "source": [ "# Convolutional in Neural Networks\n", "\n", "### [Nic Lane](http://niclane.org/)\n", "\n", "### 2022-02-10" ] }, { "cell_type": "markdown", "metadata": {}, "source": [ "**Abstract**: This lecture will introduce convolutional neural networks." ] }, { "cell_type": "markdown", "metadata": {}, "source": [ "$$\n", "$$" ] }, { "cell_type": "markdown", "metadata": {}, "source": [ "::: {.cell .markdown}\n", "\n", "\n", "\n", "\n", "\n", "\n", "\n", "" ] }, { "cell_type": "markdown", "metadata": {}, "source": [ "## Slides\n", "\n", "" ] }, { "cell_type": "markdown", "metadata": {}, "source": [ "# Material\n", "\n", "You can find the [Slides\n", "here](https://docs.google.com/presentation/d/1zfOcIcSPktR-wVFDLtL9iQIdcOQ_80erRyoqN5FKKlY/edit?usp=sharing)\n", "\n", "And the [Colab notebook\n", "here](https://colab.research.google.com/drive/1fU1DclmksGomgeJZCcWSlDnTpyPJ1uUc?)." ] } ], "nbformat": 4, "nbformat_minor": 5, "metadata": {} }