Training and Evaluating a Neural Network Model

Posted on Mon 22 April 2024 in Python • Tagged with PyTorch, machine learning, transcriptomics

Introduction

In my previous post, I trained an XGBoost machine-learning model with single-cell RNA-Seq (scRNA-Seq) data to differentiate cell identity (parental cells versus paclitaxel-resistant cells) based on transcriptomic patterns.

As an exercise, I decided to use the same input data to experiment with other machine-learning models. In this post …


Continue reading