Monkeying Around:
Automatically
Analyzing Malaria
Infections in Rhesus
Macaques
Lindsay Hexter
Motivation
★ Why Malaria?
○ 3.2 billion people at risk globally
★ Why begin at E04?
○ To automate analysis in
Joyner 2016, foundation for
other experiments
○ Compare Human vs. Machine
Analysis
Motivation: Why Automation?
★ High-dimensional data
★ Precision of data analysis
★ Time: can re-apply same
analysis to new data
★ Discover something new
★ Non-experts can still
make conclusions about
the data
Purpose
★ Automatic analysis of E04
○ Come up with a framework to study small
datasets (differently shaped)
★ Apply this framework to other
experiments
○ Generalizable to other parasite strains? How
and why do the results change?
Overview of E04 Experiment
★ P. cynomolgi || P. vivax
★ Rhesus macaques ⇒ humans
★ Provide data for better
understanding of the infection =
better treatments!
Dataset
★ 5 monkeys: 2 non-severe, 1
severe, 1 very severe, 1 lethal
★ Clinical parameters taken daily
over the course of the experiment -
looked at specifically blood-related
parameters
Techniques: Data preprocessing / Normalization
★ Scaling, missing data?
★ Normalize data to equalize computations for
distance metrics
Unit vector Min-max
normalization
Normalization reduced important variation
★ Used to reduce noise, but in this case, removed important malaria phase
information
Techniques: Iterations on Curve-fitting
★ Two ways of thinking:
○ Guess x # of Gaussians based on x # peaks, then divide that window into x
chunks for fitting (e.g. 3 peaks, so divide window evenly and fit to those 3
ranges) - original logic to code an “n_gaussians” function
○ Guess x # Gaussians based on x # peaks, then specifically divide windows
based on peak ranges instead - code a fitting function over the whole
interval
★ Parameter search space?
Techniques: Iterations on Curve-fitting
★ Two ways of thinking:
○ Guess x # of Gaussians based on x # peaks, then divide that window into x
chunks for fitting (e.g. 3 peaks, so divide window evenly and fit to those 3
ranges) - original logic to code an “n_gaussians” function
○ Guess x # Gaussians based on x # peaks, then specifically divide windows
based on peak ranges instead - code a fitting function over the whole
interval
★ Two approaches: minimizing residual between fit and data
vs. relying on built-in function
○ Curve-fitting based on reduction of user-defined loss function: scipy
minimize, scipy leastsq, scipy fmin_slsqp
○ Curve-fitting based on built-in loss function: scipy curve_fit
Techniques: Iterations on Curve-fitting
★ Fitting window? Peakutils, scipy peak-finding...
Result: Curve fitting / peak finding
My peak
function -
includes
plateaux!
Peakutils
results in
poor fit
Data is cleaned, scaled and normalized;
mathematical representation via
concatenated Gaussian functions; now
onto analysis...
Analysis Roadmap: Goal + Technique
Relationship among clinical
parameters
Regression modeling
Representation of monkeys in vector
space
Residual matrices
Automatic grouping of clinical
parameters in this vector space
Clustering
Minimizing biological noise to
increase similarity among
monkeys of similar phenotype
Bayesian optimization
Analyses we can find automatically
Joyner et al. 2016 Automated analyses
# Reticulocytes - possible indicator of lethal
phenotype
✅
Anemic phenotype worsens with severity ✅
Relationship between hemoglobin and:
parasitemia kinetics, mean corpuscular
volume (red blood cell size)
✅
Role of thrombocytopenia (platelet
deficiency) not well understood
✅ + insight?
Lower parasitemia in non-severe
phenotype
✅
Techniques: Regression
★ Ridge method★ Combined model: Stochastic Gradient Descent Regressor- weights
for each monkey as measure of predictor significance
Results: Regression
★ Coefficients for both
non-severe monkeys
are much more similar,
in comparison to the
other monkeys
★ Suggests some ‘normal’
phenotype vs. sick =
anomaly
Results: Regression
★ # Reticulocytes largest
positive coefficient for
lethal phenotype -
possible indicator
★ MCV - red blood cell
size - as another
distinguishing factor?
# Reticulocytes - possible
indicator of lethal phenotype
✅
Anemic phenotype worsens
with severity
✅
Results: Regression
★ Hgb shown to have the
same relationship
among two non-severe
monkeys and among
the other group
★ Hgb is negative as
compared to positive in
non-severe monkeys
★ Hgb unrelated to mcv,
as found in paper
Relationship between hgb
and: parasitemia, mcv
✅
Results: Combined Regression
★ Possible representation of
non-severe phenotype with
low regression weights
Results: Phased Regression
★ Did not improve mean squared error over whole interval - peak-finding worked
well for Gaussian fitting, but not finding phases automatically
★ Also because of evaluation pre-shifting, some of the phases may not have
aligned (resulting in larger errors for combined models, shown in table)
Target
monkey
Sum of
MSEs of
all phases
RIc14
(non-severe)
34.288
RSb14
(non-severe)
29.817
Techniques: Clustering
★ Clustering, e.g. kmeans
(tried Gaussian means,
agglomerative
hierarchical, spectral, and
birch methods)
★ Evaluation via Silhouette
Score
b = avg dissimilarity with nearest
neighboring cluster
a = avg similarity within own cluster
Techniques: Residual Matrices- representing
Monkeys in Vector Space
★ Construct residual matrices where
each clinical parameter is
characterized by the residual
between two monkeys
m1 vs.
m2
... m4 vs.
m5
gran
lymph
...
wbc
Monkey pairwise residuals / sign
match ⇒
Clinicalparameter⇒
Techniques: Bayesian Optimization
★ Bayesian Optimization
○ Motivation: derive insights from
very complex functions
○ E.g. 7^20 * 7^20 = !!!!!!
■ extremely computationally
heavy
○ Optimality of guessed result
based on loss function (in our
case, residual between two
monkeys)
RSb14 (non-severe) and RIc14 (non-severe)
Results: Residual Matrices + Shifting
★ Shifting helped
elucidate the trend
between
non-severe
monkeys
Reduced residual from ~ 57 to ~ 12
Lower parasitemia in non-severe
phenotype
✅
Results: Residual Matrices + Shifting
★ Shifting helped elucidate the trend between
non-severe monkeys
Relationship between hemoglobin and:
parasitemia kinetics
✅
Pre-shifting Post-shifting
Results: Residual Matrices + Shifting
★ Monocytes - role in adaptive immune system, so important in first phase?
(prognostic of long-term survival?)
Results: Clustering + Shifting
Parasites / uL clustered with monocytes and reticulocytes, as previously
mentioned, post-shifting (up to day 23)
# Reticulocytes - possible
indicator of lethal phenotype
✅
Results: Clustering + Shifting
★ Parameters clustered together over all days, k = 4: how are they related?
Granulocytes, lymphocytes,
monocytes, platelets, #
reticulocytes, reticulocytes
concentration, white blood cell
total count
Parasites / uL
Red blood cells / volume,
hemoglobin, mean corpuscular
hemoglobin conc, mean
corpuscular hemoglobin, red
blood cell volume, mean platelet
volume, total red blood cell
count, red blood cell distribution
width
% reticulocytes (proportional to
total red blood cell count)
Immune
response?
Red blood
cell-related
parameters?
Results: Normalization in clustering - tradeoff
Role of thrombocytopenia (platelet
deficiency) not well understood
✅ + insight?
Can we apply this methodology to NEW
experiments?
E03: P. coatneyi Hackeri (i.e. different parasite)
★ Different
representation in
vector space
★ Reticulocytes even
further from the
other clinical data
(more significant in
this parasite?)
★ More clusters =
white blood cells /
red blood cells
again separated
E23: Iterative P. cynomolgi, new monkeys
★ Similar
representation in
vector space as
E04
★ Thus - a way to
characterize the
malaria parasite?
Conclusions & Contributions & Future Work!
★ Comprehensive framework to analyze malaria experiments - automatically
characterizing relationships among monkeys (severity phenotype?), among
clinical parameters (which are similarly important?), and malaria parasite
○ Such that non-experts can analyze data
○ Applicable to other experiments
○ Reduce TIME spent studying these results and provide more precise analysis
★ Future
○ Expand existing framework with new methods
○ Application of FULL framework to other experiments - build a more generalized model
○ More in-depth consideration of biological profiles
○ More comprehensive data storage to help automate entire process from start to finish
(especially Bayesian optimization)
★ I’ve learned a lot!
Thank you ...
★ Dr. Galinski and co. for running the experiments!
★ Thesis committee members - Dr. Eisen, Dr. Fossati, Dr. Prinz
★ My friends for being here!!
★ Dr. Choi for guiding me through the process and pushing me throughout my
CS career!
Questions?
E23 combined
model
weights?
Monkey Coefficient
RBg14 0.456473
ROh14 0.431664
RAd14 0.085915
RJn13 0.080195
ROc14 0.010533
RIb13 0.044158

More Related Content

PPTX
MM - KBAC: Using mixed models to adjust for population structure in a rare-va...
PDF
07 dimensionality reduction
PDF
Predicting breast cancer: Adrian Valles
PDF
ML MODULE 4.pdf
PDF
All the detail method of data analysis in methodology
PPTX
Introduction to simulating data to improve your research
PPTX
Lecture 7 gwas full
PPTX
Disease Prediction And Doctor Appointment system
MM - KBAC: Using mixed models to adjust for population structure in a rare-va...
07 dimensionality reduction
Predicting breast cancer: Adrian Valles
ML MODULE 4.pdf
All the detail method of data analysis in methodology
Introduction to simulating data to improve your research
Lecture 7 gwas full
Disease Prediction And Doctor Appointment system

Similar to Monkeying Around: Automatically Analyzing Malaria Infections in Rhesus Macaques (20)

PPTX
ngboost.pptx
PPTX
How to analyse bulk transcriptomic data using Deseq2
PDF
Determining the optimal sample size for study/ research question.
PDF
Pitfalls of multivariate pattern analysis(MVPA), fMRI
DOCX
Sampling theory teaches about machine .docx
PPT
sample size new 1111 ppt community-1.ppt
PPT
5 5 10
PPT
clustering, k-mean clustering, confusion matrices
DOCX
Data Science Using Python
PDF
The W-curve and its application.
PPT
sample size phd-finalpresentation111.ppt
PPTX
Descriptive versus mechanistic modelling
PDF
MM-KBAC – Using Mixed Models to Adjust for Population Structure in a Rare-var...
PDF
Histogram-Based Method for Effective Initialization of the K-Means Clustering...
PPTX
Reuqired ppt for machine learning algirthms and part
PPTX
Data association for semantic world modeling from partial views
PDF
Non Parametric Test by Vikramjit Singh
PPTX
Summer 2015 Internship
PDF
A-Walk-on-the-W-Side
PPTX
SAMPATH-SEMINAR.pptx ..............................
ngboost.pptx
How to analyse bulk transcriptomic data using Deseq2
Determining the optimal sample size for study/ research question.
Pitfalls of multivariate pattern analysis(MVPA), fMRI
Sampling theory teaches about machine .docx
sample size new 1111 ppt community-1.ppt
5 5 10
clustering, k-mean clustering, confusion matrices
Data Science Using Python
The W-curve and its application.
sample size phd-finalpresentation111.ppt
Descriptive versus mechanistic modelling
MM-KBAC – Using Mixed Models to Adjust for Population Structure in a Rare-var...
Histogram-Based Method for Effective Initialization of the K-Means Clustering...
Reuqired ppt for machine learning algirthms and part
Data association for semantic world modeling from partial views
Non Parametric Test by Vikramjit Singh
Summer 2015 Internship
A-Walk-on-the-W-Side
SAMPATH-SEMINAR.pptx ..............................
Ad

More from Jinho Choi (20)

PDF
Adaptation of Multilingual Transformer Encoder for Robust Enhanced Universal ...
PDF
Analysis of Hierarchical Multi-Content Text Classification Model on B-SHARP D...
PDF
Competence-Level Prediction and Resume & Job Description Matching Using Conte...
PDF
Transformers to Learn Hierarchical Contexts in Multiparty Dialogue for Span-b...
PDF
The Myth of Higher-Order Inference in Coreference Resolution
PDF
Noise Pollution in Hospital Readmission Prediction: Long Document Classificat...
PDF
Abstract Meaning Representation
PDF
Semantic Role Labeling
PDF
CKY Parsing
PDF
CS329 - WordNet Similarities
PDF
CS329 - Lexical Relations
PDF
Automatic Knowledge Base Expansion for Dialogue Management
PDF
Attention is All You Need for AMR Parsing
PDF
Graph-to-Text Generation and its Applications to Dialogue
PDF
Real-time Coreference Resolution for Dialogue Understanding
PDF
Topological Sort
PDF
Tries - Put
PDF
Multi-modal Embedding Learning for Early Detection of Alzheimer's Disease
PDF
Building Widely-Interpretable Semantic Networks for Dialogue Contexts
PDF
How to make Emora talk about Sports Intelligently
Adaptation of Multilingual Transformer Encoder for Robust Enhanced Universal ...
Analysis of Hierarchical Multi-Content Text Classification Model on B-SHARP D...
Competence-Level Prediction and Resume & Job Description Matching Using Conte...
Transformers to Learn Hierarchical Contexts in Multiparty Dialogue for Span-b...
The Myth of Higher-Order Inference in Coreference Resolution
Noise Pollution in Hospital Readmission Prediction: Long Document Classificat...
Abstract Meaning Representation
Semantic Role Labeling
CKY Parsing
CS329 - WordNet Similarities
CS329 - Lexical Relations
Automatic Knowledge Base Expansion for Dialogue Management
Attention is All You Need for AMR Parsing
Graph-to-Text Generation and its Applications to Dialogue
Real-time Coreference Resolution for Dialogue Understanding
Topological Sort
Tries - Put
Multi-modal Embedding Learning for Early Detection of Alzheimer's Disease
Building Widely-Interpretable Semantic Networks for Dialogue Contexts
How to make Emora talk about Sports Intelligently
Ad

Recently uploaded (20)

PDF
A review of recent deep learning applications in wood surface defect identifi...
PPTX
Final SEM Unit 1 for mit wpu at pune .pptx
PDF
CloudStack 4.21: First Look Webinar slides
PPTX
AI IN MARKETING- PRESENTED BY ANWAR KABIR 1st June 2025.pptx
PDF
Developing a website for English-speaking practice to English as a foreign la...
PPTX
Custom Battery Pack Design Considerations for Performance and Safety
PDF
The influence of sentiment analysis in enhancing early warning system model f...
PDF
Getting started with AI Agents and Multi-Agent Systems
PPTX
TEXTILE technology diploma scope and career opportunities
PPT
Galois Field Theory of Risk: A Perspective, Protocol, and Mathematical Backgr...
PDF
Five Habits of High-Impact Board Members
PPTX
Build Your First AI Agent with UiPath.pptx
PDF
Hybrid horned lizard optimization algorithm-aquila optimizer for DC motor
PPT
What is a Computer? Input Devices /output devices
PDF
STKI Israel Market Study 2025 version august
PDF
Zenith AI: Advanced Artificial Intelligence
PDF
Comparative analysis of machine learning models for fake news detection in so...
PPTX
MicrosoftCybserSecurityReferenceArchitecture-April-2025.pptx
PDF
Enhancing plagiarism detection using data pre-processing and machine learning...
PDF
Taming the Chaos: How to Turn Unstructured Data into Decisions
A review of recent deep learning applications in wood surface defect identifi...
Final SEM Unit 1 for mit wpu at pune .pptx
CloudStack 4.21: First Look Webinar slides
AI IN MARKETING- PRESENTED BY ANWAR KABIR 1st June 2025.pptx
Developing a website for English-speaking practice to English as a foreign la...
Custom Battery Pack Design Considerations for Performance and Safety
The influence of sentiment analysis in enhancing early warning system model f...
Getting started with AI Agents and Multi-Agent Systems
TEXTILE technology diploma scope and career opportunities
Galois Field Theory of Risk: A Perspective, Protocol, and Mathematical Backgr...
Five Habits of High-Impact Board Members
Build Your First AI Agent with UiPath.pptx
Hybrid horned lizard optimization algorithm-aquila optimizer for DC motor
What is a Computer? Input Devices /output devices
STKI Israel Market Study 2025 version august
Zenith AI: Advanced Artificial Intelligence
Comparative analysis of machine learning models for fake news detection in so...
MicrosoftCybserSecurityReferenceArchitecture-April-2025.pptx
Enhancing plagiarism detection using data pre-processing and machine learning...
Taming the Chaos: How to Turn Unstructured Data into Decisions

Monkeying Around: Automatically Analyzing Malaria Infections in Rhesus Macaques

  • 2. Motivation ★ Why Malaria? ○ 3.2 billion people at risk globally ★ Why begin at E04? ○ To automate analysis in Joyner 2016, foundation for other experiments ○ Compare Human vs. Machine Analysis
  • 3. Motivation: Why Automation? ★ High-dimensional data ★ Precision of data analysis ★ Time: can re-apply same analysis to new data ★ Discover something new ★ Non-experts can still make conclusions about the data
  • 4. Purpose ★ Automatic analysis of E04 ○ Come up with a framework to study small datasets (differently shaped) ★ Apply this framework to other experiments ○ Generalizable to other parasite strains? How and why do the results change?
  • 5. Overview of E04 Experiment ★ P. cynomolgi || P. vivax ★ Rhesus macaques ⇒ humans ★ Provide data for better understanding of the infection = better treatments!
  • 6. Dataset ★ 5 monkeys: 2 non-severe, 1 severe, 1 very severe, 1 lethal ★ Clinical parameters taken daily over the course of the experiment - looked at specifically blood-related parameters
  • 7. Techniques: Data preprocessing / Normalization ★ Scaling, missing data? ★ Normalize data to equalize computations for distance metrics Unit vector Min-max normalization
  • 8. Normalization reduced important variation ★ Used to reduce noise, but in this case, removed important malaria phase information
  • 9. Techniques: Iterations on Curve-fitting ★ Two ways of thinking: ○ Guess x # of Gaussians based on x # peaks, then divide that window into x chunks for fitting (e.g. 3 peaks, so divide window evenly and fit to those 3 ranges) - original logic to code an “n_gaussians” function ○ Guess x # Gaussians based on x # peaks, then specifically divide windows based on peak ranges instead - code a fitting function over the whole interval ★ Parameter search space?
  • 10. Techniques: Iterations on Curve-fitting ★ Two ways of thinking: ○ Guess x # of Gaussians based on x # peaks, then divide that window into x chunks for fitting (e.g. 3 peaks, so divide window evenly and fit to those 3 ranges) - original logic to code an “n_gaussians” function ○ Guess x # Gaussians based on x # peaks, then specifically divide windows based on peak ranges instead - code a fitting function over the whole interval ★ Two approaches: minimizing residual between fit and data vs. relying on built-in function ○ Curve-fitting based on reduction of user-defined loss function: scipy minimize, scipy leastsq, scipy fmin_slsqp ○ Curve-fitting based on built-in loss function: scipy curve_fit
  • 11. Techniques: Iterations on Curve-fitting
  • 12. ★ Fitting window? Peakutils, scipy peak-finding... Result: Curve fitting / peak finding My peak function - includes plateaux! Peakutils results in poor fit
  • 13. Data is cleaned, scaled and normalized; mathematical representation via concatenated Gaussian functions; now onto analysis...
  • 14. Analysis Roadmap: Goal + Technique Relationship among clinical parameters Regression modeling Representation of monkeys in vector space Residual matrices Automatic grouping of clinical parameters in this vector space Clustering Minimizing biological noise to increase similarity among monkeys of similar phenotype Bayesian optimization
  • 15. Analyses we can find automatically Joyner et al. 2016 Automated analyses # Reticulocytes - possible indicator of lethal phenotype ✅ Anemic phenotype worsens with severity ✅ Relationship between hemoglobin and: parasitemia kinetics, mean corpuscular volume (red blood cell size) ✅ Role of thrombocytopenia (platelet deficiency) not well understood ✅ + insight? Lower parasitemia in non-severe phenotype ✅
  • 16. Techniques: Regression ★ Ridge method★ Combined model: Stochastic Gradient Descent Regressor- weights for each monkey as measure of predictor significance
  • 17. Results: Regression ★ Coefficients for both non-severe monkeys are much more similar, in comparison to the other monkeys ★ Suggests some ‘normal’ phenotype vs. sick = anomaly
  • 18. Results: Regression ★ # Reticulocytes largest positive coefficient for lethal phenotype - possible indicator ★ MCV - red blood cell size - as another distinguishing factor? # Reticulocytes - possible indicator of lethal phenotype ✅ Anemic phenotype worsens with severity ✅
  • 19. Results: Regression ★ Hgb shown to have the same relationship among two non-severe monkeys and among the other group ★ Hgb is negative as compared to positive in non-severe monkeys ★ Hgb unrelated to mcv, as found in paper Relationship between hgb and: parasitemia, mcv ✅
  • 20. Results: Combined Regression ★ Possible representation of non-severe phenotype with low regression weights
  • 21. Results: Phased Regression ★ Did not improve mean squared error over whole interval - peak-finding worked well for Gaussian fitting, but not finding phases automatically ★ Also because of evaluation pre-shifting, some of the phases may not have aligned (resulting in larger errors for combined models, shown in table) Target monkey Sum of MSEs of all phases RIc14 (non-severe) 34.288 RSb14 (non-severe) 29.817
  • 22. Techniques: Clustering ★ Clustering, e.g. kmeans (tried Gaussian means, agglomerative hierarchical, spectral, and birch methods) ★ Evaluation via Silhouette Score b = avg dissimilarity with nearest neighboring cluster a = avg similarity within own cluster
  • 23. Techniques: Residual Matrices- representing Monkeys in Vector Space ★ Construct residual matrices where each clinical parameter is characterized by the residual between two monkeys m1 vs. m2 ... m4 vs. m5 gran lymph ... wbc Monkey pairwise residuals / sign match ⇒ Clinicalparameter⇒
  • 24. Techniques: Bayesian Optimization ★ Bayesian Optimization ○ Motivation: derive insights from very complex functions ○ E.g. 7^20 * 7^20 = !!!!!! ■ extremely computationally heavy ○ Optimality of guessed result based on loss function (in our case, residual between two monkeys)
  • 25. RSb14 (non-severe) and RIc14 (non-severe)
  • 26. Results: Residual Matrices + Shifting ★ Shifting helped elucidate the trend between non-severe monkeys Reduced residual from ~ 57 to ~ 12 Lower parasitemia in non-severe phenotype ✅
  • 27. Results: Residual Matrices + Shifting ★ Shifting helped elucidate the trend between non-severe monkeys Relationship between hemoglobin and: parasitemia kinetics ✅ Pre-shifting Post-shifting
  • 28. Results: Residual Matrices + Shifting ★ Monocytes - role in adaptive immune system, so important in first phase? (prognostic of long-term survival?)
  • 29. Results: Clustering + Shifting Parasites / uL clustered with monocytes and reticulocytes, as previously mentioned, post-shifting (up to day 23) # Reticulocytes - possible indicator of lethal phenotype ✅
  • 30. Results: Clustering + Shifting ★ Parameters clustered together over all days, k = 4: how are they related? Granulocytes, lymphocytes, monocytes, platelets, # reticulocytes, reticulocytes concentration, white blood cell total count Parasites / uL Red blood cells / volume, hemoglobin, mean corpuscular hemoglobin conc, mean corpuscular hemoglobin, red blood cell volume, mean platelet volume, total red blood cell count, red blood cell distribution width % reticulocytes (proportional to total red blood cell count) Immune response? Red blood cell-related parameters?
  • 31. Results: Normalization in clustering - tradeoff Role of thrombocytopenia (platelet deficiency) not well understood ✅ + insight?
  • 32. Can we apply this methodology to NEW experiments?
  • 33. E03: P. coatneyi Hackeri (i.e. different parasite) ★ Different representation in vector space ★ Reticulocytes even further from the other clinical data (more significant in this parasite?) ★ More clusters = white blood cells / red blood cells again separated
  • 34. E23: Iterative P. cynomolgi, new monkeys ★ Similar representation in vector space as E04 ★ Thus - a way to characterize the malaria parasite?
  • 35. Conclusions & Contributions & Future Work! ★ Comprehensive framework to analyze malaria experiments - automatically characterizing relationships among monkeys (severity phenotype?), among clinical parameters (which are similarly important?), and malaria parasite ○ Such that non-experts can analyze data ○ Applicable to other experiments ○ Reduce TIME spent studying these results and provide more precise analysis ★ Future ○ Expand existing framework with new methods ○ Application of FULL framework to other experiments - build a more generalized model ○ More in-depth consideration of biological profiles ○ More comprehensive data storage to help automate entire process from start to finish (especially Bayesian optimization) ★ I’ve learned a lot!
  • 36. Thank you ... ★ Dr. Galinski and co. for running the experiments! ★ Thesis committee members - Dr. Eisen, Dr. Fossati, Dr. Prinz ★ My friends for being here!! ★ Dr. Choi for guiding me through the process and pushing me throughout my CS career!
  • 38. E23 combined model weights? Monkey Coefficient RBg14 0.456473 ROh14 0.431664 RAd14 0.085915 RJn13 0.080195 ROc14 0.010533 RIb13 0.044158