Python Basics
BNReLU
I am a graduate student at SCU, focusing on applying deep learning methods to image classification tasks. I also have a strong interest in quantitative investment.
展开
-
Python Basics: Working with Strings
The format String method When writing new code, the mechanism of choice is the format string method, which combines and extends the strong points of the earlier methods. Each replacement field is encl原创 2017-10-06 22:10:51 · 193 阅读 · 0 评论 -
Solve the problem "No module named 'cv2' " in python
When I try to import 'cv2' in python, an error arise saying "No module named 'cv2'. I have encountered this problem several times and it's easy to solve it. You can install "opencv-contrib-python" m原创 2017-10-07 20:59:51 · 446 阅读 · 0 评论