https://github.com/walmaawali/abalone-ai
MATLAB code to demonstrate how MLP / ANFIS can be used to solve regression and classification tasks related to the abalone dataset.
https://github.com/walmaawali/abalone-ai
anfis anfis-classification anfis-regression machine-learning matlab multilayer-perceptron
Last synced: 7 months ago
JSON representation
MATLAB code to demonstrate how MLP / ANFIS can be used to solve regression and classification tasks related to the abalone dataset.
- Host: GitHub
- URL: https://github.com/walmaawali/abalone-ai
- Owner: walmaawali
- License: mit
- Created: 2024-12-01T17:48:31.000Z (10 months ago)
- Default Branch: main
- Last Pushed: 2024-12-01T20:02:56.000Z (10 months ago)
- Last Synced: 2025-01-29T15:13:20.148Z (8 months ago)
- Topics: anfis, anfis-classification, anfis-regression, machine-learning, matlab, multilayer-perceptron
- Language: MATLAB
- Homepage:
- Size: 76.2 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Abalone AI
MATLAB code to demonstrate how MLP / ANFIS can be used to solve regression and classification tasks related to the abalone dataset. The objective in regression task is to predict age. The objective in classification task is to classify the gender of abalone.