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

GitHub topics: abalone

hannah-doran/sci_diving_2025_DATA271

Final Project for DATA271, Dr. Johnson, Spring 2025, Cal Poly Humboldt

Language: Jupyter Notebook - Size: 26.4 MB - Last synced at: 11 days ago - Pushed at: 11 days ago - Stars: 0 - Forks: 0

jonathanaguirre/Abalone-Ring-Prediction

Predict rings of White Abalone via length, diameter, and height.

Language: Jupyter Notebook - Size: 0 Bytes - Last synced at: 2 months ago - Pushed at: 2 months ago - Stars: 0 - Forks: 0

Mohita21/AbaloneDataSet

Language: Jupyter Notebook - Size: 1.89 MB - Last synced at: 9 months ago - Pushed at: almost 7 years ago - Stars: 0 - Forks: 0

simi27/Abalone-3rdYearProject

A third year group project.

Language: C++ - Size: 1010 KB - Last synced at: 10 months ago - Pushed at: over 3 years ago - Stars: 0 - Forks: 0

MukundKal/abalone-age-regressor

Predicting the age of abalone from physical measurements.

Language: Jupyter Notebook - Size: 74.2 KB - Last synced at: 11 months ago - Pushed at: almost 6 years ago - Stars: 0 - Forks: 0

semnan-university-ai/Abalone 📦

Abalone Data Set

Language: HTML - Size: 778 KB - Last synced at: about 1 year ago - Pushed at: over 4 years ago - Stars: 1 - Forks: 0

nathanfallet/abalone 📦

Simplified Abalone game for school

Language: C - Size: 387 KB - Last synced at: about 1 year ago - Pushed at: over 1 year ago - Stars: 2 - Forks: 0

Scriptim/Abalone-BoAI

A Python implementation of the board game Abalone intended to be played by artificial intelligence

Language: Python - Size: 156 KB - Last synced at: 26 days ago - Pushed at: about 1 year ago - Stars: 11 - Forks: 8

MelissaLaurino/PCA-Analysis

Blacklip Abalone (Haliotis rubra) PCA Analysis

Language: Jupyter Notebook - Size: 1.03 MB - Last synced at: over 1 year ago - Pushed at: about 7 years ago - Stars: 0 - Forks: 0

alahyaoui/Abalone

My Implementation of the game Abalone in C++

Language: HTML - Size: 44.3 MB - Last synced at: over 1 year ago - Pushed at: about 3 years ago - Stars: 1 - Forks: 0

MaxInGaussian/GPoFM

GPoFM: Gaussian Process Training with Optimized Feature Maps for Shift-Invariant Kernels

Language: Python - Size: 20.3 MB - Last synced at: over 1 year ago - Pushed at: about 8 years ago - Stars: 5 - Forks: 0

Jules182/Abalone

Griffith College Dublin - HCI & GUI Programming - Project - Abalone

Language: Java - Size: 1.22 MB - Last synced at: over 1 year ago - Pushed at: about 4 years ago - Stars: 0 - Forks: 0

towzeur/gym-abalone

An environment of the board game Abalone using OpenAI's Gym API

Language: Python - Size: 26.9 MB - Last synced at: almost 2 years ago - Pushed at: over 3 years ago - Stars: 20 - Forks: 5

koromodako/INSA-4IF-Prolog-Abalone Fork of antitoine/INSA-4IF-Prolog-Abalone 📦

Abalone game developped using prolog and packaged with a nice web interface

Language: Prolog - Size: 3.42 MB - Last synced at: almost 2 years ago - Pushed at: over 6 years ago - Stars: 0 - Forks: 0

sdbx/minda

online abalone board game

Language: C# - Size: 33.2 MB - Last synced at: 10 months ago - Pushed at: about 2 years ago - Stars: 9 - Forks: 0

renanleonel/abalone-classification-regression

implementation of kNN, Decision Tree, Random Forest, and SVM algorithms for classification and regression applied to the abalone dataset.

Language: Python - Size: 713 KB - Last synced at: over 1 year ago - Pushed at: about 2 years ago - Stars: 1 - Forks: 0

nishitpatel01/predicting-age-of-abalone-using-regression

Predicting the age of abalone using multiple regression in R

Size: 24.4 MB - Last synced at: about 2 years ago - Pushed at: over 3 years ago - Stars: 8 - Forks: 10

vincentfrochot/abalone-website

Website to play Abalone game online.

Language: CSS - Size: 74.2 KB - Last synced at: about 1 year ago - Pushed at: over 2 years ago - Stars: 2 - Forks: 0

peso/el_boana

Winner of the 1993 Abalone competition at University of Waterloo

Language: C - Size: 73.2 KB - Last synced at: 6 months ago - Pushed at: over 3 years ago - Stars: 2 - Forks: 1

peso/abmove

AbMove is a library for the board game Abalone. It supports Unix and Windows

Language: C++ - Size: 293 KB - Last synced at: 6 months ago - Pushed at: over 2 years ago - Stars: 1 - Forks: 0

Clare-eDNA/eDNA_reflects_common_variation

Environmental DNA reflects common mitochondrial haplotypic variation

Language: R - Size: 21.5 KB - Last synced at: 3 months ago - Pushed at: almost 3 years ago - Stars: 1 - Forks: 0

darshilmaru01/AbaloneClassification

Machine Learning Classification on Abalone Dataset

Language: Jupyter Notebook - Size: 196 KB - Last synced at: about 2 years ago - Pushed at: over 3 years ago - Stars: 1 - Forks: 0

ablanco1950/SKLEARN_HitRate_vs_Sensitivity

Using the Sklearn classifiers: Naive Bayes, Random Forest, Adaboost, Gradient Boost, Logistic Regression and Decision Tree good success rates are observed in a very simple manner. In this work sensitivity is also considered. Treating each record individually, differences are found in the results for each record depending on the model used, which is hidden in treatments that compute a total volume of data

Language: Python - Size: 1.15 MB - Last synced at: about 2 years ago - Pushed at: over 3 years ago - Stars: 0 - 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

void4/pyabalone

A Python implementation of the board game Abalone

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

AmitStreit/AbaloneGameWPFcsharp

Abalone game in wpf/c#. With the possibility to play against human or computer agent

Language: C# - Size: 7.52 MB - Last synced at: about 2 years ago - Pushed at: about 5 years ago - Stars: 1 - Forks: 0

rpatelpj/abalone-regression-study

Study on impact of different algorithms on regression models for abalone dataset.

Language: Python - Size: 1.33 MB - Last synced at: about 2 years ago - Pushed at: about 5 years ago - Stars: 0 - Forks: 0

dinabandhu50/ABALONE_PROJECT

This Repository contains machine learning classification projects

Language: Jupyter Notebook - Size: 442 KB - Last synced at: about 2 years ago - Pushed at: over 5 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

dtroupe18/StatsFinalProject

Simple ML project using UCI dataset

Language: Jupyter Notebook - Size: 14.6 KB - Last synced at: about 2 months ago - Pushed at: over 6 years ago - Stars: 0 - Forks: 0

noahgift/abalone_gender

Abalone Gender Classification

Language: Jupyter Notebook - Size: 2.94 MB - Last synced at: 3 months ago - Pushed at: over 7 years ago - Stars: 0 - Forks: 1

fnbalves/abalone

A study about the UCI's abalone dataset

Language: Python - Size: 1.76 MB - Last synced at: 3 months ago - Pushed at: over 7 years ago - Stars: 0 - Forks: 0

marnovo/pybalone

Language: Python - Size: 289 KB - Last synced at: 5 days ago - Pushed at: almost 8 years ago - Stars: 0 - Forks: 0