Skip to content

Latest commit

 

History

History
7 lines (5 loc) · 353 Bytes

File metadata and controls

7 lines (5 loc) · 353 Bytes

Multilayer perceptron (MLP) using TensorFlow

The purpose of this project, is to create a multilayer perceptron 8MLP) neural network, using one of the most popular AI packages for Python; TensorFlow.

This project is heavily inspired by earlier project multilayer-perceptron-experiment.