paper-with-me

홈 › Papers

Classification of the Chess Endgame problem using Logistic Regression, Decision Trees, and Neural Networks

2021-11-10 · Mahmoud S. Fayed

In this study we worked on the classification of the Chess Endgame problem using different algorithms like logistic regression, decision trees and neural networks. Our experiments indicates that the Neural Networks provides the best accuracy (85%) then the decision trees (79%). We did these experiments using Microsoft Azure Machine Learning as a case-study on using Visual Programming in classification. Our experiments demonstrates that this tool is powerful and save a lot of time, also it could be improved with more features that increase the usability and reduce the learning curve. We also developed an application for dataset visualization using a new programming language called Ring, our experiments demonstrates that this language have simple design like Python while integrates RAD tools like Visual Basic which is good for GUI development in the open-source world

📄 PDF Abstract BibTeX arXiv:2111.05976

Code (0)

등록된 구현이 없습니다.

Tasks

regression

Similar Papers 제목 키워드 기반

Capture-Quiet Decomposition: A Verification Theorem for Chess Endgame Tablebases

2026-04-09 · Alexander Pavlov arxiv

We present the Capture-Quiet Decomposition (CQD), a structural theorem for verifying Win-Draw-Loss (WDL) labelings of chess endgame tablebases. The theorem decomposes every legal position into exactly one of three catego…

Chess AI: Competing Paradigms for Machine Intelligence

2021-09-23 · Shiva Maharaj, Nick Polson, Alex Turk

Endgame studies have long served as a tool for testing human creativity and intelligence. We find that they can serve as a tool for testing machine ability as well. Two of the leading chess engines, Stockfish and Leela C…

A Computer Composes A Fabled Problem: Four Knights vs. Queen

2017-09-04 · Azlan Iqbal

We explain how the prototype automatic chess problem composer, Chesthetica, successfully composed a rare and interesting chess problem using the new Digital Synaptic Neural Substrate (DSNS) computational creativity appro…

Robust Logistic Regression and Classification

2014-12-01 · NeurIPS 2014 12 · Jiashi Feng, Huan Xu, Shie Mannor, Shuicheng Yan

We consider logistic regression with arbitrary outliers in the covariate matrix. We propose a new robust logistic regression algorithm, called RoLR, that estimates the parameter through a simple linear programming proced…

Binary ClassificationClassificationGeneral Classificationregression

Multinomial Logistic Regression Algorithms via Quadratic Gradient

2022-08-14 · John Chiang

Multinomial logistic regression, also known by other names such as multiclass logistic regression and softmax regression, is a fundamental classification method that generalizes binary logistic regression to multiclass p…

regression