https://github.com/architsingh15/perceptron-algorithm-from-scratch-sonar-dataset
Analysis of the Sonar Dataset using algorithm designed from scratch
https://github.com/architsingh15/perceptron-algorithm-from-scratch-sonar-dataset
analysis data-set neural-network perceptron python
Last synced: 28 days ago
JSON representation
Analysis of the Sonar Dataset using algorithm designed from scratch
- Host: GitHub
- URL: https://github.com/architsingh15/perceptron-algorithm-from-scratch-sonar-dataset
- Owner: architsingh15
- Created: 2017-06-29T13:35:55.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2017-06-29T13:48:27.000Z (almost 9 years ago)
- Last Synced: 2025-04-22T10:32:14.534Z (12 months ago)
- Topics: analysis, data-set, neural-network, perceptron, python
- Language: Python
- Size: 37.1 KB
- Stars: 4
- Watchers: 1
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Perceptron-Algorithm-from-scratch-Sonar-Dataset
Analysis of the Sonar Dataset using algorithm designed from scratch
First attempt on designing the simplest type of Aritifcial Neural Network
(can be used for real world classification, just tune the parameters according to the type of problem you have)