Jian Li (李健)
Associate Professor at School of Artificial Intelligence, Beijing Normal University (BNU)
- Beijing, China
- Website
- Github
- Google Scholar
- ORCID
You May Also Enjoy
学术搜索技巧
1 minute read
Published:
1. 搜索技巧
Google scholar本质上还是一个搜索引擎,所以可以将搜索引擎常用的关键词、技巧加以应用
- site: 搜索指定的网站
如"kernel method" site:nips.cc,搜索nips包含kernel method全部论文 - source: 搜索指定来源,与site类似,有时site范围太广,使用source更精确。 如
"kernel method" source:"Advances in Neural Information Processing",搜索nips包含kernel method全部论文 - filetype:搜索制定的文件类型
如"kernel method" filetype:pdf,搜索包含kernel method且有pdf的论文 - 双引号完全匹配
如"kernel method"而不是kernel method,搜索包含kernel method的论文 - intile:限定标题
如intitle:"kernel method" - intext: 限定内容 如
intext:("kernel method" -"semi-supervised learning"),搜索内容中包含kernel mehtod且不包含semi-supervised learning的论文 - author: 限定作者
如author:"Jian Li" AND intitle:"Multi-class" AND & + ,空格都表示“与”关系OR |表示“或”关系NOT -表示“非”关系- 使用左侧选择时间限制及排序条件
- 对于某网址对应多个期刊的情况,使用
source而不是site进行界定。如TPAMI对应网址ieee.org有很多期刊,而其对应来源为IEEE Transactions on Pattern Analysis and Machine Intelligence
使用IPv6免流量上网
less than 1 minute read
Published:
1. 背景
个人网站搭建
1 minute read
Published:
1. 博客分类
常见的博客平台有几种:
- 类似新浪博客、网易博客这样的网页版博客
- 自己购买主机、域名,用WordPress搭建博客
在GitHub等网站上使用其Pages功能搭建静态博客
Tensorflow安装
1 minute read
Published: