When developing my Java course project, I learned to deploy Mybatis generator on springboot framework to automatically generate java classes from database(mysql). I find it may be useful in the future so I record it here.
Spatial Transformer
Symbols count in article: 2.5k Reading time ≈ 2 mins.
Medical images are tricky to handle, especially when it comes to dealing with single-channel CT images. Regular CNN architecture can hardly capture the useful features of those images, so I think it would be effective to utilize spatial transformer in our model. Here’s some note about this unit.
Code for mathematic symbols in Latex (and mark down)
Symbols count in article: 229 Reading time ≈ 1 mins.
When editing some documents with Latex( or mark down), it often happens to me that I need to write some math functions or Equations but don’t know the according code for some math mathematical symbols. It’s a waste of time to search such information online, So I record it here.
Notes of ENAS
Symbols count in article: 3.8k Reading time ≈ 3 mins.
ENAS is introduced by my mentor of my research on the classification of malignant thyroid nodules. This could be a good way to set the basic architecture of our net work. So I read this paper.
CNNs of Thyroid Nodule Classification
Symbols count in article: 3.2k Reading time ≈ 3 mins.
I’m currently doing some research on classification of thyroid nodules by CNN. This is a note of some essays I found in this area.
My Hello World
Symbols count in article: 496 Reading time ≈ 1 mins.