https://github.com/shreypandit/parsimonious_computing-using_lalr
https://github.com/shreypandit/parsimonious_computing-using_lalr
Last synced: 11 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/shreypandit/parsimonious_computing-using_lalr
- Owner: ShreyPandit
- Created: 2020-10-24T10:52:49.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2020-11-06T09:19:11.000Z (over 5 years ago)
- Last Synced: 2025-04-03T04:17:26.271Z (about 1 year ago)
- Language: Jupyter Notebook
- Size: 851 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Parsimonious_Computing_LALR
This Repo is an implementation of the Research paper - Parsimonious Computing: A Minority Training Regime for Effective Prediction in Large Microarray Expression Data Sets. By - Shailesh Sridhar and Snehanshu Saha
# Dataset
The dataset used is GEO (Gene Expression Omnibus) The data set consists of 129,158 gene expression profiles or samples obtained from the Affymetrix microarray platform. Each profile is associated with 22,268 gene probes, Out of which 978 are landmark genes and the remaining 21,290 are target genes whose values are to be predicted.
# Results
The results emphasise that using LALR we can reduce one Layer of Neurons and Compute to the same level of Performance, all because of using LALR which results in faster computation and early convergence.
The paper also prosposes another activation function A-ReLU which performs better than the conventional activation functions.