机器学习,模式识别,数据挖掘常用链接

2024-06-12 20:48

本文主要是介绍机器学习,模式识别,数据挖掘常用链接,希望对大家解决编程问题提供一定的参考价值,需要的开发者们随着小编来一起学习吧!

国际顶级会议

  • AAAI
  • CIKM 2010
  • CIKM 2011
  • COLT 2010
  • COLT 2011
  • Computer Vision Resource
  • ICJIA
  • ICML
  • NIPS
  • SIGIR 2010
  • SIGIR 2011
  • SIGKDD
  • SIGKDD2010

论文搜索

  • CV顶级会议论文下载
  • google 学术搜索
  • 超全计算机视觉资源汇总
  • 联合参考文献

学术牛人主页

  • feifei li -computer vision
  • Googlers in Machine Learning
  • Michael I. Jordan
  • Microsoft Research
  • mit leozhu cv
  • pff cv
  • Yahoo! Research
  • zhangzhang si
  • 国外人工智能界牛人主页
  • 计算机视觉相关资源
  • 牛人(周志华)推荐的人工智能网站
  • 数据挖掘牛人 一览
  • 谈机器学习(Machine Learning)大牛
  • 周志华
  • 学术期刊

    • IEEE Transactions Pattern Analysis and Machine Intelligence
    • ACM Transactions on Knowledge Discovery from Data
    • American Statistical Association - Journal of the American Statistical Association
    • Annals of Statistics
    • Artificial Intelligent

      • Computer Vision and Image Understanding
      • Data Mining and Knowledge Discovery
      • IEEE Knowledge and Data Engineering
      • IEEE T. on Information Theory
      • IEEE T. on Neural Networks
      • IEEE T. on Systems Machine and Cybernetics
      • Image Processing, IEEE Transactions on
      • Image Vision Computing
      • International Journal of Computer Vision
      • Journal of Machine Learning Research
      • Journal of the Royal Statistical Society: Series B (Statistical Methodology)
      • Machine Learning
      • Neural Computation
      • Pattern Analysis and Applications
      • Pattern Recognition

      资料查询


      arXiv.org e-Print archive Springer ScienceDirect IEEE Xplore 全国图书馆参考咨询联盟 ACM JMLR ICML NIPS SIGKDD ICML CIKM AAAI IJCIA CVPapers - Computer Vision Resource COLT 清华大学图书馆 中国知网 维普期刊资源整合服务平台(V6.5) Google 学术搜索 Stephen Kuang - 博客园 Web of Science [v.5.19] - 所有数据库主页

      学术期刊

      IEEE Transactions on Pattern Analysis and Machine Intelligence Mathematical Programming - Springer International Journal of Computer Vision - All Volumes & Issues - Springer SIAM: Journals Journal of Machine Learning Research Homepage The Annals of Statistics Journal of the American Statistical Association Royal Statistical Society: Series B (Statistical Methodology) - Wiley Online Library Applied and Computational Harmonic Analysis - ScienceDirect.com Machine Learning - Springer Pattern Recognition - ScienceDirect.com Information Theory, IEEE Transactions on - (Current Issue) Image Processing, IEEE Transactions on IEEE Xplore: Signal Processing, IEEE Transactions on Signal Processing - Journal - Elsevier Computer Vision and Image Understanding | Vol 116, Iss 12, Pgs 1159-1222, (December 2012) | ScienceDirect.com Image and Vision Computing - ScienceDirect.com Neural Computation AMS-smstatJournal foundation – Journals Data & Knowledge Engineering - Journal - Elsevier Intelligent Data Analysis - Volume 19, issue 4 - Journals - IOS Press Neural Computing and Applications - Springer Pattern Recognition Letters - Journal - Elsevier Pattern Analysis and Applications - All Volumes & Issues - Springer Machine Vision and Applications - Springer Knowledge-Based Systems - ScienceDirect.com Royal Statistical Society: Series C (Applied Statistics) Journal of Fourier Analysis and Applications - All Volumes & Issues - Springer Communications on Pure and Applied Mathematics - Wiley Online Library Journal of Visual Communication and Image Representation - Elsevier PNAS

      牛人主页

      Stephen P. Boyd zhouchen lin Lieven Vandenberghe Dimitri Bertsekas Homepage Jian-Feng Cai's homepage Trevor Hastie - Publications Prof. Zhihua ZHANG Xiaofei He Lei Zhang's Homepage (HK-PolyU) Emmanuel Candes | STANFORD UNIVERSITY Emile Richard Ivan Markovsky Maryam Fazel Ju Sun Cho-Jui's Homepage Nemirovski Stephen Becker Lester Mackey: Research Vishal M. Patel Peer Reviewed Publications Rein hacker Bamdev Mishra Canyi Lu Nicolas Boumal, Applied mathematics Quanming Yao, homgpage Eric Xing's home page Ke Wei Publications - Mehrtash Harandi Fatih Porikli Homepage of Bart Vandereycken Codes | Bamdev Mishra P.G. Martinsson, Dept of Applied Mathematics, University of Colorado at Boulder Martin Jaggi - ETH Zürich Michael Mahoney's New Home Page Shusen WANG zaiwen wen P.G. Martinsson, Dept of Applied Mathematics, University of Colorado at Boulder Michael Mahoney's Old Home Page Simon Foucart - Homepage www.eecs.wsu.edu/~sji/ Peter Richtarik Homepage of Yi Ma Yao Hu Low Rank Matrix/Tensor Recovery - Vision and Around song_xu / movielens — Bitbucket Hui Zou - Publications Francis Bach - INRIA - ENS Weisheng Dong Jieping Ye, Ph.D. Prateek Jain - Microsoft Research Moritz Hardt Jian Zhang's Homepage

这篇关于机器学习,模式识别,数据挖掘常用链接的文章就介绍到这儿,希望我们推荐的文章对编程师们有所帮助!



http://www.chinasem.cn/article/1055301

相关文章

Java String字符串的常用使用方法

《JavaString字符串的常用使用方法》String是JDK提供的一个类,是引用类型,并不是基本的数据类型,String用于字符串操作,在之前学习c语言的时候,对于一些字符串,会初始化字符数组表... 目录一、什么是String二、如何定义一个String1. 用双引号定义2. 通过构造函数定义三、St

Linux上设置Ollama服务配置(常用环境变量)

《Linux上设置Ollama服务配置(常用环境变量)》本文主要介绍了Linux上设置Ollama服务配置(常用环境变量),Ollama提供了多种环境变量供配置,如调试模式、模型目录等,下面就来介绍一... 目录在 linux 上设置环境变量配置 OllamPOgxSRJfa手动安装安装特定版本查看日志在

Java常用注解扩展对比举例详解

《Java常用注解扩展对比举例详解》:本文主要介绍Java常用注解扩展对比的相关资料,提供了丰富的代码示例,并总结了最佳实践建议,帮助开发者更好地理解和应用这些注解,需要的朋友可以参考下... 目录一、@Controller 与 @RestController 对比二、使用 @Data 与 不使用 @Dat

Mysql中深分页的五种常用方法整理

《Mysql中深分页的五种常用方法整理》在数据量非常大的情况下,深分页查询则变得很常见,这篇文章为大家整理了5个常用的方法,文中的示例代码讲解详细,大家可以根据自己的需求进行选择... 目录方案一:延迟关联 (Deferred Join)方案二:有序唯一键分页 (Cursor-based Paginatio

Python实现常用文本内容提取

《Python实现常用文本内容提取》在日常工作和学习中,我们经常需要从PDF、Word文档中提取文本,本文将介绍如何使用Python编写一个文本内容提取工具,有需要的小伙伴可以参考下... 目录一、引言二、文本内容提取的原理三、文本内容提取的设计四、文本内容提取的实现五、完整代码示例一、引言在日常工作和学

Redis中的常用的五种数据类型详解

《Redis中的常用的五种数据类型详解》:本文主要介绍Redis中的常用的五种数据类型详解,具有很好的参考价值,希望对大家有所帮助,如有错误或未考虑完全的地方,望不吝赐教... 目录Redis常用的五种数据类型一、字符串(String)简介常用命令应用场景二、哈希(Hash)简介常用命令应用场景三、列表(L

python中time模块的常用方法及应用详解

《python中time模块的常用方法及应用详解》在Python开发中,时间处理是绕不开的刚需场景,从性能计时到定时任务,从日志记录到数据同步,时间模块始终是开发者最得力的工具之一,本文将通过真实案例... 目录一、时间基石:time.time()典型场景:程序性能分析进阶技巧:结合上下文管理器实现自动计时

Java进阶学习之如何开启远程调式

《Java进阶学习之如何开启远程调式》Java开发中的远程调试是一项至关重要的技能,特别是在处理生产环境的问题或者协作开发时,:本文主要介绍Java进阶学习之如何开启远程调式的相关资料,需要的朋友... 目录概述Java远程调试的开启与底层原理开启Java远程调试底层原理JVM参数总结&nbsMbKKXJx

C#中的 Dictionary常用操作

《C#中的Dictionary常用操作》C#中的DictionaryTKey,TValue是用于存储键值对集合的泛型类,允许通过键快速检索值,并且具有唯一键、动态大小和无序集合的特性,常用操作包括添... 目录基本概念Dictionary的基本结构Dictionary的主要特性Dictionary的常用操作

Python中常用的四种取整方式分享

《Python中常用的四种取整方式分享》在数据处理和数值计算中,取整操作是非常常见的需求,Python提供了多种取整方式,本文为大家整理了四种常用的方法,希望对大家有所帮助... 目录引言向零取整(Truncate)向下取整(Floor)向上取整(Ceil)四舍五入(Round)四种取整方式的对比综合示例应