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.

All in all you're just another brick in the wall.
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.

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.

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.
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.
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.