All in all you're just another brick in the wall.

0%

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.

1

Read more »

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.

1

Read more »

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.

Read more »

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.

Read more »