> For the complete documentation index, see [llms.txt](https://tlr.gitbook.io/data-science/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://tlr.gitbook.io/data-science/neural-network.md).

# Neural Network

- [MNIST with CNN & FCL](https://tlr.gitbook.io/data-science/neural-network/mnist-with-cnn-and-fully-connected-layers.md): Two different models to classify MNIST. CNN and Fully-Connected Layers
- [What is Neural Network](https://tlr.gitbook.io/data-science/neural-network/a-simple-neural-network.md): A short description about building a simple neural network model for sine function.
- [Perceptron](https://tlr.gitbook.io/data-science/neural-network/perceptron.md)
