ZhangZhihui's Blog  
上一页 1 ··· 4 5 6 7 8 9 10 11 12 ··· 78 下一页

2024年10月2日

摘要: Regression is a statistical technique that relates a dependent variable to one or more independent variables. A regression model is able to show wheth 阅读全文
posted @ 2024-10-02 17:28 ZhangZhihuiAAA 阅读(4) 评论(0) 推荐(0) 编辑

2024年9月30日

摘要: Jupyter Extension is needed for connecting Jupyter lab server. Install the Jupyter Extension: Start a Jupyter lab server: (zpytorch) zzh@ZZHPC:/zdata/ 阅读全文
posted @ 2024-09-30 07:53 ZhangZhihuiAAA 阅读(14) 评论(0) 推荐(0) 编辑

2024年9月29日

摘要: %reload_ext autoreload %autoreload 2 以上代码只需执行一次。 对已import的方法做修改,修改的内容直接生效,不需要重新import。 新增的方法需要import才能使用,import之后之前定义的类对象可以使用这个新方法。 在一个module中删除一个方法,即 阅读全文
posted @ 2024-09-29 21:27 ZhangZhihuiAAA 阅读(19) 评论(0) 推荐(0) 编辑

2024年9月28日

摘要: Searched 'def seed(' in the source code: There is one definition of the seed() method in interface class RandomState: The implementation of the seed() 阅读全文
posted @ 2024-09-28 13:47 ZhangZhihuiAAA 阅读(2) 评论(0) 推荐(0) 编辑
 
摘要: Gradient descent is an iterative technique commonly used in machine learning and deep learning to find the best possible set of parameters / coefficie 阅读全文
posted @ 2024-09-28 11:32 ZhangZhihuiAAA 阅读(6) 评论(0) 推荐(0) 编辑
 
摘要: https://pytorch.org/get-started/locally/ zzh@ZZHPC:~/zd/Github$ python -m venv zpytorch (venv创建后不能移动到别的地方,移动到别的地方后虽然仍能activate,但activate之后python和pip也不 阅读全文
posted @ 2024-09-28 09:23 ZhangZhihuiAAA 阅读(32) 评论(0) 推荐(0) 编辑

2024年9月27日

摘要: The NVIDIA CUDA Deep Neural Network library (cuDNN) is a GPU-accelerated library of primitives for deep neural networks. cuDNN provides highly tuned i 阅读全文
posted @ 2024-09-27 16:28 ZhangZhihuiAAA 阅读(13) 评论(0) 推荐(0) 编辑
 
摘要: To find if any broken packages are there: sudo dpkg -l | grep "^iU" To remove broken packages any of two commands will help: sudo apt-get -f install s 阅读全文
posted @ 2024-09-27 14:54 ZhangZhihuiAAA 阅读(5) 评论(0) 推荐(0) 编辑
 
摘要: CUDA, which stands for Compute Unified Device Architecture, is a parallel computing platform and application programming interface (API) model created 阅读全文
posted @ 2024-09-27 14:17 ZhangZhihuiAAA 阅读(16) 评论(0) 推荐(0) 编辑
 
摘要: This article takes you step-by-step to enable your GPU machine for any kind of development tasks, especially for machine learning and data science. Wh 阅读全文
posted @ 2024-09-27 14:04 ZhangZhihuiAAA 阅读(14) 评论(0) 推荐(0) 编辑
上一页 1 ··· 4 5 6 7 8 9 10 11 12 ··· 78 下一页