Skip navigation links

Jupyter Notebook Corner Artificial Neural Networks

Download the lesson materials.

An artificial neural network (ANN) is a deep learning algorithm using artificial intelligence. ANNs consist of layers of interconnected artificial neurons (i.e., nodes) powered by activation functions (i.e., mathematical formula to determine if the neuron is switched ON/OFF). This Jupyter Notebook is an example of multilayer perceptron ANN applied to gene expression data. For further explanation, learning resources, and an example Notebook, download the lesson materials linked above.

Questions? Email training@msu.edu.