An open API service providing repository metadata for many open source software ecosystems.

GitHub topics: abalone-dataset

jessieli-avellar/ml-classification-abalone

📊🐚 a comparison of machine learning binary classification models

Language: Jupyter Notebook - Size: 0 Bytes - Last synced at: about 5 hours ago - Pushed at: about 6 hours ago - Stars: 0 - Forks: 0

msikorski93/Abalone-Dataset

Estimating abalone rings (age) based on their physical characteristics, such as gender, length, height, diameter, weight, etc.

Language: Jupyter Notebook - Size: 4.2 MB - Last synced at: about 2 months ago - Pushed at: 3 months ago - Stars: 0 - Forks: 0

Kimiarfaie/Age-Classification-Abalone Fork of poirot-en-bardo/data-science

Age classification of Abalone dataset. Assignment for Data Science course in UGR.

Size: 813 KB - Last synced at: 5 months ago - Pushed at: 5 months ago - Stars: 0 - Forks: 0

matin-ghorbani/perceptron

Implement a perceptron from scratch

Language: Jupyter Notebook - Size: 2.18 MB - Last synced at: about 2 months ago - Pushed at: about 1 year ago - Stars: 6 - Forks: 0

chikeorah/ML

This repository contains a Jupyter notebook that implements and optimizes several machine learning models on a dataset

Language: Jupyter Notebook - Size: 3.37 MB - Last synced at: about 1 year ago - Pushed at: about 1 year ago - Stars: 0 - Forks: 0

willrleao/Regression-with-an-Abalone-Dataset

Regression with an Abalone Dataset - Kaggle

Size: 13.7 KB - Last synced at: about 1 year ago - Pushed at: about 1 year ago - Stars: 0 - Forks: 0

Jarvis017/Naive-Bayes-and-KNN-on-Abalone

performance of naïve Bayes and k nearest neighbors on the Connect-4 dataset

Language: Jupyter Notebook - Size: 7.28 MB - Last synced at: almost 2 years ago - Pushed at: almost 2 years ago - Stars: 0 - Forks: 0

sid230798/Predict_Age_Of_Abalone_Linear_Regression

Taken dataset from UC for above task used Linear Ridge Regression for Performing it. Normalisation, Debugging, Plotting Graphs .

Language: Python - Size: 975 KB - Last synced at: almost 2 years ago - Pushed at: about 6 years ago - Stars: 1 - Forks: 0

Aishu-ai/Machine-Learning

Contains ML projects

Language: Jupyter Notebook - Size: 12.4 MB - Last synced at: about 2 years ago - Pushed at: about 2 years ago - Stars: 0 - Forks: 0

shubov/machine-learning-lab-ss-21

Sklearn-like python package with class implementations of different ML algorithms

Language: Jupyter Notebook - Size: 56.6 MB - Last synced at: over 1 year ago - Pushed at: over 3 years ago - Stars: 1 - Forks: 0

SameetAsadullah/K-Means-Clustering-on-Abalone-Dataset

Implemented K-Means Clustering on the given Abalone Dataset using Python Language

Language: Jupyter Notebook - Size: 391 KB - Last synced at: 2 months ago - Pushed at: almost 3 years ago - Stars: 1 - Forks: 0

SameetAsadullah/KNN-Algorithm-on-Abalone-Dataset

Implemented K-Nearest Neighbors (KNN) Algorithm on the given Abalone Dataset using Python Language

Language: Jupyter Notebook - Size: 444 KB - Last synced at: 2 months ago - Pushed at: almost 3 years ago - Stars: 1 - Forks: 0

ablanco1950/ABALONE_NAIVEBAYES_WEIGHTED_ADABOOST

ABALONE_NAIVEBAYES_WEIGHTED_ADABOOST: Two procedures are attached that use the Abalone file as test and training (https://archive.ics.uci.edu/ml/datasets/abalone). Both start from a treatment of the training part calculating the frequencies corresponding to each value of each field and applying a Naive Bayes probability calculation. In a second step, one of the procedures takes advantage of the previous result to apply weights based on each field to the wrong or true records. The other procedure uses Adaboost, using the adaboost routine published at https://github.com/jaimeps/adaboost-implementation (Jaime Pastor). A hit rate of around 58% is obtained, that is, in the low range of the existing procedures to treat this multiclass file, which are detailed in the documentation to download from https://archive.ics.uci.edu/ml/ datasets / abalone

Language: Python - Size: 15.6 KB - Last synced at: about 2 years ago - Pushed at: over 3 years ago - Stars: 0 - Forks: 0

ablanco1950/ABALONE_DECISIONTREE_C4-5

ABALONE_DECISIONTREE_C4-5: A procedure is attached that uses the Abalone file (https://archive.ics.uci.edu/ml/datasets/abalone) as test and training . After evaluating the entropy of each field, a tree has been built with the nodes corresponding to fields 0, 7 and 4 and branch values ??in each node: 1 for the root node corresponding to field 0, 29 for the next node in the hierarchy corresponding to field 7, and 33 in the last node corresponding to field 4. The values ??of each field have been associated with indices, which can encompass several real values. the values ??of these indices are those that have been considered for the calculation of entropies and for making a branching of values ??at each node. A hit rate of around 58% is obtained, that is, in the low range of the existing procedures to treat this multiclass file, which are detailed in the documentation to download from https://archive.ics.uci.edu/ml/ datasets / abalone The depth of the tree has been increased without obtaining significant improvements. Nor has it been significantly improved by applying adaboost. Resources: Spyder 4 On the c: drive there should be the abalone-1.data file downloaded from https://archive.ics.uci.edu/ml/datasets/abalone Functioning: From Spyder run: AbaloneDecisionTree_C4-5-ThreeLevels.py The screen indicates the number of hits and failures and in the file C:\AbaloneCorrected.txt the records of the test file (records 3133 to 4177 of abalone-1.data) with an indication of whether their predicted class values ??coincide with the reals, the predicted class value and the order number of the record in abalone-1.data The following programs are also attached: AbaloneDecisionTree_ID3.py and AbaloneDecisionTree_C4-5_parameters.py that have served to calculate the necessary parameters to build the tree. Cite this software as: ** Alfonso Blanco García ** ABALONE_DECISIONTREE_C4-5 References: https://archive.ics.uci.edu/ml/datasets/abalone

Language: Python - Size: 28.3 KB - Last synced at: about 2 years ago - Pushed at: over 3 years ago - Stars: 0 - Forks: 0

andi611/LibSVM-Classification

Performing classification tasks with the LibSVM toolkit on four different datasets: Iris, News, Abalone, and Income.

Language: Java - Size: 3.61 MB - Last synced at: about 2 months ago - Pushed at: over 6 years ago - Stars: 1 - Forks: 0