You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
AIKA (Artificial Intelligence for Knowledge Acquisition) is an innovative approach to neural network design, diverging from traditional architectures that rely heavily on rigid matrix and vector operations. The AIKA Project introduces a flexible, sparse, and non-layered network representation, derived from a type hierarchy.
In this project, we used 3 different metrics (Information Gain, Mutual Information, Chi Squared) to find important words and then we used them for the classification task. We compared the result at the end.
"A set of Jupyter Notebooks on feature selection methods in Python for machine learning. It covers techniques like constant feature removal, correlation analysis, information gain, chi-square testing, univariate selection, and feature importance, with datasets included for practical application.
A repository containing the source code, datasets, and ranked features for the Nested Bigrams method proposed in a paper published in ICDMW. This method is designed for authorship attribution in source code to address cybersecurity issues.
Polycystic Ovary Syndrome (PCOS) is a widespread pathology that affects many aspects of women's health, with long-term consequences beyond the reproductive age. The wide variety of clinical referrals, as well as the lack of internationally accepted diagnostic procedures, have had a significant impact on making it difficult to determine the exact…
Applying different machine learning algorithms on PCGA Prostate Cancer Gene Dataset for Feature Selection, Dimensional Reduction and Classification and Regression
Implementation of classic machine learning concepts and algorithms from scratch and math behind their implementation.Written in Jupiter Notebook Python
A comprehensive implementation of the ID3 Decision Tree algorithm from scratch for financial risk assessment, featuring custom entropy calculations, information gain optimization, and detailed data preprocessing.