Skip to content
This repository has been archived by the owner on May 11, 2021. It is now read-only.

mmheydari97/warmup-neuro

Repository files navigation

Neurolab package examples

This repository contains some machine learning solution implemented with neurolab in python.

Table of contents

Source Description
1 Perceptron Classifier Building a perceptron based classifier, Training it and checking its success rate.
2 Single Layer Neural Network Build a single layer neural network to predict based on a 4 class dataset with 2 features.
3 Multilayer Neural Network Giving more freedom to our model by adding layers. Extract underlying patterns. Using it as a regressor.
4 Vector Quantizer Use artificial neural networks to build a vector quantizer. Use the vector quantizer in clustering.
5 Recurrent Neural Network Build a recurrent neural network to work with time-series data.
6 Character Visualization Generate handwritten characters in optical character recognition database.
7 OCR Build a optical character recognition system using artificial neural network.

Running

If you are facing problem running your code with neurolab with python 3, try my version of it.

License

This project is licensed under the Apache License 2.0 - see the LICENSE file for details.

About

Getting started with python neurolab examples

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages