Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/prateekiiest/building-artificial-neural-networks

Artificial Neural Network Algorithms
https://github.com/prateekiiest/building-artificial-neural-networks

artificial-neural-networks convolutional-neural-networks machine-learning-algorithms mnist-dataset multi-layer-perceptron neural-networks perceptron-learning-algorithm radial-basis-function recurrent-neural-networks single-layer-perceptron

Last synced: about 2 months ago
JSON representation

Artificial Neural Network Algorithms

Awesome Lists containing this project

README

        

# Building-Artificial-Neural-Networks

This project currently implements the fundamentals of Artificial Neural Networks along with its applications in specific Domains.

As part of Course project

## Categories Implemented

The categories implemented till now are:

- **Single Layer Perceptron**
- For House Votes Prediction
- **Multi Layer Perceptron**
- For House Votes Prediction
- **Radial Basis Function**
- For MNIST Data Classification
- **Recurrent Neural Networks**
- Amazon Reviews Sentiment Prediction
- **Convolution Neural Networks**
- Flower Recognition

## Modules Used

- **Tensorflow**
- **Keras**
- **Seaborn, Matplotlib**