Xiaohu's Blogs 
  • Home
  • Archives
  • Categories
  • Tags
  • About
  •   
  •   
Multithreading PyQt applications with QThreadPool

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
我找回了我

我找回了我

最近聊到戀愛感情一類的事,有朋友說了一個可能的實事:“大陸女性25歲以後比較急”。對我來說,這似乎是好事,又或者是壞事。

2021-11-22
Lifetalk
lifetalk 人生
Programming advanced techniques: naming convention and camelCase

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
Git interference tricks rules convention
Objective function, loss function and cost function

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

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

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
Machine learning Deep learning
学习笔记 class review summary Andrew
Neural style transfer - Class review

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
Machine learning Deep learning Computer vision
class review style transfer
Face recognition - Class Review

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
Machine learning Deep learning Computer vision
class review face recognition
Semantic segmentation with U-Net - Class review

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
Machine learning Deep learning Computer vision
class review YOLO
YOLO algorithm

YOLO algorithm

YOLO (you only look once) is a fast detection algorithm, which is widely used in autonomous driving car.

2021-08-18
Machine learning Deep learning Computer vision
class review YOLO
1…56789…17

Search

2020-2025 Xiaohu's Blogs
Powered by Hexo Fluid