mahsawz / MLP-FarsiDigits-HodaDataset

I designed an MLP by using Keras, and trained it on Hoda dataset.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

MLP-FarsiDigits-HodaDataset

A multilayer perceptron (MLP) is a class of feedforward artificial neural network (ANN). The term MLP is used ambiguously, sometimes loosely to any feedforward ANN, sometimes strictly to refer to networks composed of multiple layers of perceptrons (with threshold activation). Multilayer perceptrons are sometimes colloquially referred to as "vanilla" neural networks, especially when they have a single hidden layer.

An MLP consists of at least three layers of nodes: an input layer, a hidden layer and an output layer. Except for the input nodes, each node is a neuron that uses a nonlinear activation function. MLP utilizes a supervised learning technique called backpropagation for training. Its multiple layers and non-linear activation distinguish MLP from a linear perceptron. It can distinguish data that is not linearly separable.

Here, I classify Farsi digits by using the Hoda Farsi Digit Dataset.

One sample of this dataset is:

I design an MLP by using Keras, and train it on Hoda dataset. Also, I calculate Precision, Recall, F1-score, and Accuracy metrics that you can see below in detail.

About

I designed an MLP by using Keras, and trained it on Hoda dataset.


Languages

Language:Jupyter Notebook 87.5%Language:Python 12.5%