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 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.
"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.
Applying different machine learning algorithms on PCGA Prostate Cancer Gene Dataset for Feature Selection, Dimensional Reduction and Classification and Regression
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…
Design and Implementation of Random Forest algorithm from scratch to execute Pacman strategies and actions in a deterministic, fully observable Pacman Environment.