Model architecture: (1) Random Forest (2) Neural Networks: Pytorch (3) DeepLearning: Tensorflow
USING Parallel/Bootstrap Aggregation (Bagging) method: creates training subset from sample data
data used: https://www.kaggle.com/datasets/usharengaraju/indian-women-in-defense
RNA-seq data from the human airway smooth muscle (HASM) transcriptome
Data collected to understand treatment of drugs on asmatic patients
testing the effect of glucocorticosteroidal use in combination with more the common Albuterol treatment
GRAPHS
- Split and Pre-process data
- Define model of neural network
- Define loss and optimizer
- Train and evaluate model
-
Model integrity - line graphs (1) Training Loss: epochs vs loss (2) Testing Accuracy: epoch vs accuracy
-
Model-Layer2 integrity - heatmap (1) heatmap/matrixviz of layer 2
- Data pre-processing
- Data splitting
- Model Architecture
- Model Compilation
- Training
- Evaluation