You are on page 1of 1

Artificial Neural Network for Real-time Characterization of Cancer Cell Thermal Properties

Andrew Jarrett1, Tae-Youl Choi1, Dugan Um2


1Department of Mechanical and Energy Engineering, University of North Texas, 3940 North Elm Suite F101, Denton, Texas 76207, USA,
2 Department of Engineering, Texas A&M Corpus Christi, 6300 Ocean Dr., Corpus Christi, TX 78412

I. INTRODUCTION IV. TESTING ANN FOR THERMAL PROPERTY PREDICTION


There is still no viable way for prescreening of The research covers testing the trained ANN with previous experimental data
ovarian cancer. This could be accomplished using a of the change in temperature of different propylene glycol concentrations,
micropipette thermal sensor (MPTS) to find the with known densities and thermal properties. An embedded computer
thermal properties of a cell [1]. These thermal programmed with a trained neural network processes the experimental sensor
properties can be used as bio markers to identify data and returns identified physics behind the cancel cell heat transfer process.
cancerous cells. To that end, we train an ANN with the error between the ground true
parameters and returned parameters via backpropagation.
However, the MPTS is measuring the change in
temperature of a cell; the properties such as specific In order to train the ANN, we collected 100 sets of data with different
heat, density, and thermal conductivity can be combinations of thermal conductivity (k) and heat capacity (cp). Although
calculated using a partial differential equation (PDE) there are obvious patterns recognizable by human perception, initial training
of the heat diffusion equation. In practical conditions parameters for the ANN were not able to achieve convergence. Therefore,
such as surgery the calculations could not be done various sets of training parameters were tried to make the ANN converge and
yield the highest accuracy. Figure 1: RMS trend per training epoch
realistically in that time constraint. Therefore, it was
proposed for an Artificial Neural Network (ANN) to
be trained to solve for these properties. Time series data were normalized for the best ANN training efficiency, this
training result is shown in Figure 1. The ANN started reacting fast and slows V. EXPEREMTAL METHOD
down after the first 10,000 epochs. There was a jump around 47,000 epochs,
II. MACHINE LEARNING but it returned to a normal descent and eventually yielded an RMS error of The proposed experiment is to use the MPTS to
2.843 for two output parameters between ground true and prediction after collect a matrix of normalized temperature data. This
Machine learning makes it possible for machines to data will then be fed into the trained ANN with a
process large amounts of data to accomplish specific 69,900 epochs. We demonstrate the first 5 classification results after 69,900
epochs that ensures the ANN’s performance after training. forward propagation program to receive an output.
tasks and recognize patterns in the data. This is useful Since ANNs give outputs in a range of 0 to 1, it is
in applications such as computer vision, speech required that ranges for the parameters of thermal
30 Hidden Nodes
processing, and game playing [2]. conductivity and specific heat are given as shown in
Temp @ time = 0.0 ms

figure 2.
ANNs use a system of neurons with specified
weights and a bias; this system is known as a 10 Output Nodes

perception. As the system is trained these weights are .48-.49

altered iteratively to minimize an error equation, this Temperature .50-.51 REFERENCES


sensor K
27 temperature inputs

.52-.53
is known as backpropagation. (thermal conductivity)
Normalized
Temperature
.54-.55 [1] Ramesh Shrestha, R. Atluri, D. P. Simmons, D. S. Kim, T. Y. Choi, “A
data .56-.57 micro-pipette thermal sensing technique for measuring thermal conductivity
of non-volatile fluids,” Review of Scientific Instruments, 89, 114902 (2018)
II. SIMULATION TO REAL 3800 - 3900

3900 - 4000
[2] Hutter, Frank, et al. Automated Machine Learning: Methods, Systems,
Cp
Challenges. Springer, (2019).
This process will utilize a sim to real application. 4100 - 4200
(Specific Heat)

Meaning the ANN that was with data simulated in a 4300 - 4400

computational solver will be verified against real


4500 - 4700 ACKNOWLEDGEMENTS
experimental data. This work was supported by CBET-Biosensing grant from the
This is useful for our training because it allowed for National Science Foundation (Grant No. 1906553).
Temp @ time = 500 ms
the training data parameters to be manipulated easily. College of Engineering
Mechanical and Energy Engineering Department
Figure 2: Schematic of experimental setup

You might also like