Multithreading PyQt applications with QThreadPool A common problem when building Python GUI applications is "locking up" of the interface when attempting to perform long-running background tasks. 2021-11-24 GUI GUI multithreading pyqt
Programming advanced techniques: naming convention and camelCase There four main types of coding customs to name something in your programs, which are Hungarian notation, camel case, Pascal case and under score case. I would like to use camel case to write my code. 2021-10-13 Git convention interference tricks rules Git
Objective function, loss function and cost function It is not easy to define them because some researchers think there is no difference among them, but the others don't. I want first to conclude about the information I have found. When I become more fa 2021-09-06 Machine learning 学习笔记 machine learning loss function cost function objective function
General thinking about lover relationship I always regard a love relationship as people assisting and caring about each other. But it is not easy to find someone who can selflessly do it. The majority of people think about themselves in their 2021-09-04 Lifetalk relationship lover
Summary for Deep Learning Hosted by Deeplearning.ai Time goes by quickly, and I also accomplished four courses of Deep learning specialization hosted by Deeplearning.ai. The teachear is still Andrew Ng. But at this time, I don't feel sad anymore becaus 2021-09-02 Deep learning Machine learning class review 学习笔记 summary Andrew
Neural style transfer - Class review Neural style transfer is different from many of the algorithms you've seen up to now, because it doesn't learn any parameter, instead it learns directly the pixels of an image. 2021-08-25 Deep learning Machine learning Computer vision class review style transfer
Face recognition - Class Review Face verification requires comparing a new picture against one person’s face, whereas face recognition requires comparing a new picture against K person’s faces. However, both of them are based on the 2021-08-25 Deep learning Machine learning Computer vision class review face recognition
Semantic segmentation with U-Net - Class review Semantic image segmentation predicts a label for every single pixel in an image with appropriate class labels. 2021-08-18 Deep learning Machine learning Computer vision class review YOLO