{ "cells": [ { "cell_type": "markdown", "metadata": { "id": "x3b-05wfaNul" }, "source": [ "# Tutorial 1: Artificial neural networks (ANNs)\n", "\n", "In this tutorial, we will continue with building machine learing models on top of the census data. In this tutorial, we use the package **Tensorflow** and **Keras**, which has been integrated in **Tensorflow**. **Tensorflow** is a popular software library for deep learning applications, such as neural networks. You can find more information about **Keras** [here](https://keras.io/)." ] }, { "cell_type": "markdown", "metadata": { "id": "gbK4MQTDaNuq" }, "source": [ "