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

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

相关文章

MyBatis常用XML语法详解

《MyBatis常用XML语法详解》文章介绍了MyBatis常用XML语法,包括结果映射、查询语句、插入语句、更新语句、删除语句、动态SQL标签以及ehcache.xml文件的使用,感兴趣的朋友跟随小... 目录1、定义结果映射2、查询语句3、插入语句4、更新语句5、删除语句6、动态 SQL 标签7、ehc

Python打包成exe常用的四种方法小结

《Python打包成exe常用的四种方法小结》本文主要介绍了Python打包成exe常用的四种方法,包括PyInstaller、cx_Freeze、Py2exe、Nuitka,文中通过示例代码介绍的非... 目录一.PyInstaller11.安装:2. PyInstaller常用参数下面是pyinstal

Python 常用数据类型详解之字符串、列表、字典操作方法

《Python常用数据类型详解之字符串、列表、字典操作方法》在Python中,字符串、列表和字典是最常用的数据类型,它们在数据处理、程序设计和算法实现中扮演着重要角色,接下来通过本文给大家介绍这三种... 目录一、字符串(String)(一)创建字符串(二)字符串操作1. 字符串连接2. 字符串重复3. 字

python语言中的常用容器(集合)示例详解

《python语言中的常用容器(集合)示例详解》Python集合是一种无序且不重复的数据容器,它可以存储任意类型的对象,包括数字、字符串、元组等,下面:本文主要介绍python语言中常用容器(集合... 目录1.核心内置容器1. 列表2. 元组3. 集合4. 冻结集合5. 字典2.collections模块

JavaScript中比较两个数组是否有相同元素(交集)的三种常用方法

《JavaScript中比较两个数组是否有相同元素(交集)的三种常用方法》:本文主要介绍JavaScript中比较两个数组是否有相同元素(交集)的三种常用方法,每种方法结合实例代码给大家介绍的非常... 目录引言:为什么"相等"判断如此重要?方法1:使用some()+includes()(适合小数组)方法2

SpringBoot 获取请求参数的常用注解及用法

《SpringBoot获取请求参数的常用注解及用法》SpringBoot通过@RequestParam、@PathVariable等注解支持从HTTP请求中获取参数,涵盖查询、路径、请求体、头、C... 目录SpringBoot 提供了多种注解来方便地从 HTTP 请求中获取参数以下是主要的注解及其用法:1

Unity新手入门学习殿堂级知识详细讲解(图文)

《Unity新手入门学习殿堂级知识详细讲解(图文)》Unity是一款跨平台游戏引擎,支持2D/3D及VR/AR开发,核心功能模块包括图形、音频、物理等,通过可视化编辑器与脚本扩展实现开发,项目结构含A... 目录入门概述什么是 UnityUnity引擎基础认知编辑器核心操作Unity 编辑器项目模式分类工程

Python学习笔记之getattr和hasattr用法示例详解

《Python学习笔记之getattr和hasattr用法示例详解》在Python中,hasattr()、getattr()和setattr()是一组内置函数,用于对对象的属性进行操作和查询,这篇文章... 目录1.getattr用法详解1.1 基本作用1.2 示例1.3 原理2.hasattr用法详解2.

Java Stream流以及常用方法操作实例

《JavaStream流以及常用方法操作实例》Stream是对Java中集合的一种增强方式,使用它可以将集合的处理过程变得更加简洁、高效和易读,:本文主要介绍JavaStream流以及常用方法... 目录一、Stream流是什么?二、stream的操作2.1、stream流创建2.2、stream的使用2.

MySQL常用字符串函数示例和场景介绍

《MySQL常用字符串函数示例和场景介绍》MySQL提供了丰富的字符串函数帮助我们高效地对字符串进行处理、转换和分析,本文我将全面且深入地介绍MySQL常用的字符串函数,并结合具体示例和场景,帮你熟练... 目录一、字符串函数概述1.1 字符串函数的作用1.2 字符串函数分类二、字符串长度与统计函数2.1