- 博客(101)
- 资源 (1)
- 收藏
- 关注
原创 韩顺平老师Linux学习笔记【持续更新...】
记录学习韩顺平老师讲解Linux时的一些课程笔记,会持续更新!!!【最近更新:2025.02.03】
2025-01-10 14:35:30
336
原创 git submodule的使用:将别人的git仓库作为自己的子仓库
submodule的基本操作指南。将别人的git仓库作为submodule添加至自己的git仓库。
2025-01-01 15:41:12
581
原创 2、检验x86平台上Sophon编译环境是否正常
基于已经搭建的Sophon环境,来测试所搭建环境是否可以做模型转换。本文以Sophon官网提供的yolov5s为范例,进行编译推理。
2024-12-12 15:12:04
656
原创 Introduction to LLMs in Python
"Introduce to LLMs in Python" course study notes.
2024-09-16 15:09:24
764
原创 Introduction to Deep Learning with PyTorch
"Introduction to Deep Learning with PyTorch" course study notes
2024-09-05 22:20:45
1207
1
原创 Large Language Models(LLMs) Concepts
"Large Language Models(LLMs) Concepts" course study notes.
2024-09-02 11:38:48
994
原创 韩顺平老师Python学习笔记【持续更新...】
记录学习韩顺平老师讲解python时的一些笔记,会持续更新!【最近更新:2025.03.21】
2024-08-17 21:20:27
2288
2
原创 1、Introduction to Python【Python简介】
记录了一些在Datacamp上学习“Introduction to Python”的笔记,方便复习回顾,欢迎阅读!
2024-05-22 23:00:55
388
原创 Git从远程拉下代码、切换分支、更新代码、并重新推送
介绍一种工作中常用的下拉仓库到本地,然后新建分支,修改内容,并提交到服务器新分支的流程。
2024-03-17 23:07:01
1078
1
原创 吴恩达_Machine Learning_Programming Exercise 3: Multi-class Classification and Neural Networks
吴恩达_Machine Learning_Programming Exercise 3: Multi-class Classification and Neural Networks
2022-08-01 09:02:40
231
原创 吴恩达_Machine Learning_Programming Exercise 2: Logistic Regression
吴恩达_Machine Learning_Programming Exercise 2: Logistic Regression
2022-07-24 17:29:25
425
原创 吴恩达_Machine Learning_Programming Exercise 1: Linear Regression
吴恩达_Machine Learning_Programming Exercise 1: Linear Regression
2022-07-23 10:30:45
602
原创 LeetCode-13
题目:罗马数字包含以下七种字符:I,V,X,L,C,D和M。字符 数值I 1V 5X 10L 50C 100D 500M 1000例如, 罗马数字 2 写做II,即为两个并列的 1 。12 写做XII,即为X+II。 27 写做XXVII, 即为XX+V+II...
2022-05-11 11:20:52
216
原创 LeetCode-9
题目:给你一个整数 x ,如果 x 是一个回文整数,返回 true ;否则,返回 false 。回文数是指正序(从左向右)和倒序(从右向左)读都是一样的整数。例如,121 是回文,而 123 不是。来源:力扣(LeetCode)链接:https://leetcode.cn/problems/palindrome-number著作权归领扣网络所有。商业转载请联系官方授权,非商业转载请注明出处。答案:class Solution: def isPalindro.
2022-05-11 10:24:31
125
原创 LeetCode-1
题目:给定一个整数数组 nums 和一个整数目标值 target,请你在该数组中找出 和为目标值 target 的那 两个 整数,并返回它们的数组下标。你可以假设每种输入只会对应一个答案。但是,数组中同一个元素在答案里不能重复出现。你可以按任意顺序返回答案。来源:力扣(LeetCode)链接:https://leetcode.cn/problems/two-sum著作权归领扣网络所有。商业转载请联系官方授权,非商业转载请注明出处。答案:class Solution:
2022-05-11 10:17:31
122
CCPD2020数据集(划分+标注 均已完成)
2024-03-24
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人