https://github.com/kiarashvosough1999/svm-perceptron
SVM-Perceptron On Flight DataSet
https://github.com/kiarashvosough1999/svm-perceptron
kernel-functions machine-learning perceptron perceptron-learning-algorithm perceptron-model perceptron-neural-networks svm-classifier svm-kernel svm-kernels svm-model
Last synced: 7 months ago
JSON representation
SVM-Perceptron On Flight DataSet
- Host: GitHub
- URL: https://github.com/kiarashvosough1999/svm-perceptron
- Owner: kiarashvosough1999
- License: mit
- Created: 2022-05-25T19:52:18.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2022-06-10T08:00:49.000Z (over 3 years ago)
- Last Synced: 2025-01-29T13:45:40.569Z (9 months ago)
- Topics: kernel-functions, machine-learning, perceptron, perceptron-learning-algorithm, perceptron-model, perceptron-neural-networks, svm-classifier, svm-kernel, svm-kernels, svm-model
- Language: Jupyter Notebook
- Homepage:
- Size: 2.78 MB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# SVM-Perceptron
[](https://img.shields.io/badge/Swift-5.1_5.2_5.3_5.4-Orange?style=flat-square)
[](https://img.shields.io/badge/Swift-5.1_5.2_5.3_5.4-Orange?style=flat-square)
[](https://twitter.com/AlamofireSF)
[](https://www.linkedin.com/in/kiarashvosough/)
[](https://travis-ci.org/joemccann/dillinger)This is one of the project assigned to me by Computation Intelligence course.
I was asked to use Perceptron, SVM and new Perceptron (uses kernel) models with specific Flight dataset.
I used sklearn models for this purpose and analized the result in detail with visual charts and diagram.- [Features](#features)
- [Contributors](#Contributors)
- [License](#license)# Features
For each model I tested each **Hyperparameters** to obtain the best value for them in order to increase the overal accuracy.
Used models:
- [x] Perceptron
- [x] GridSearchCV
- [x] RepeatedStratifiedKFold
- [x] SVC (with 4 different kernel)
- [x] LinearSVC
- [x] KerneledPerceptron## KerneledPerceptron
In order to maximize the accuracy of Perceptron model for non-linear datasets I reimplemeted **KerneledPerceptron** to use kernels like gussian, polynomial and linear.
# Contributors
Feel free to share your ideas or any other problems. Pull requests are welcomed.
# License
SVM-Perceptron is released under an MIT license. See [LICENSE](https://github.com/kiarashvosough1999/SVM-Perceptron/blob/master/LICENSE) for more information.