https://github.com/harshpatel44/sigmoid-neural-net-classifier
This repository contains Python notebook which contains creation of simple neural network. I have used synthesised 2 cluster dataset to train the network and test it.
https://github.com/harshpatel44/sigmoid-neural-net-classifier
backpropagation classification-algorithm deep-learning machine-learning neural-network sigmoid-function
Last synced: about 1 year ago
JSON representation
This repository contains Python notebook which contains creation of simple neural network. I have used synthesised 2 cluster dataset to train the network and test it.
- Host: GitHub
- URL: https://github.com/harshpatel44/sigmoid-neural-net-classifier
- Owner: Harshpatel44
- Created: 2020-02-28T00:45:19.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2020-05-12T19:09:03.000Z (about 6 years ago)
- Last Synced: 2025-01-24T15:41:48.814Z (over 1 year ago)
- Topics: backpropagation, classification-algorithm, deep-learning, machine-learning, neural-network, sigmoid-function
- Language: Jupyter Notebook
- Homepage:
- Size: 188 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
simple-neural-net
This repository contains Python notebook which contains creation of simple neural network. I have used synthesised 2 cluster dataset to train the network and test it. The network finally gives 99% accuracy.
Dataset
Testing results
Developer
Harsh Patel