huhuzwxy


  • Home

  • Archives

  • Tags

人体微循环

Posted on 2020-02-07

微循环定义、研究对象、作用及意义

Read more »

稀疏表示

Posted on 2019-12-09

稀疏表示

  1. 对于给定字典,每个信号都可以利用字典中少数基元线性表达
Read more »

semantic segmentation of Medical Images

Posted on 2019-12-05

发展流程

  • edge detection filters and mathematical methods
  • machine learning approaches extracting hand-crafted features
  • deep learning techniques
Read more »

pytorch数据读取

Posted on 2019-11-21

pytorch数据读取三个常用类:

1
2
3
- Dataset
- DataLoader
- DataLoaderIter
Read more »

python3内置函数

Posted on 2019-11-02

lambda函数

排序时

1
2
a = [(3, 1), (2, 4), (8, 0)]
a.sort(key=lambda x: x[1])
Read more »

Git 分布式版本控制系统

Posted on 2019-11-02

第一次安装

1
2
3
git config --global user.name 'zwx'
git config --global user.email 'zwx@aaa.com'
--global指令后整台机器都使用该配置
Read more »
1 … 3 4
zwx

zwx

zwxy

36 posts
14 tags
RSS
© 2022 zwx
Powered by Jekyll
Theme - NexT.Muse