美文网首页
ASA 机器学习导论 老师推荐资源

ASA 机器学习导论 老师推荐资源

作者: 1Z实验室阿凯 | 来源:发表于2016-04-06 17:54 被阅读120次

机器学习推荐语言

Python

官方网站 Python
入门教程推荐
Python教程-廖雪峰

Paste_Image.png

Python推荐包

Scikit-Learn

简介:scikit-learn (formerly scikits.learn) is an open source machine learning library for the Python programming language.[2]
It features various classification, regression and clustering algorithms including support vector machines, random forests, gradient boosting, k-means and DBSCAN, and is designed to interoperate with the Python numerical and scientific libraries NumPy and SciPy.

Paste_Image.png Paste_Image.png

Anaconda

内置Python 科学计算包 numpy,sicpy,matplotlib,spyder

Anaconda is a completely free Python distribution (including for commercial use and redistribution). It includes more than 400 of the most popular Python packages for science, math, engineering, and data analysis. See the packages included with Anaconda and the Anaconda changelog.

Keras

内置Google深度学习框架 Tenserflow

Keras is a minimalist, highly modular neural networks library, written in Python and capable of running on top of either TensorFlow or Theano. It was developed with a focus on enabling fast experimentation. Being able to go from idea to result with the least possible delay is key to doing good research.

数据源

手写字体集 minist
图像处理数据集 Cifar-10

推荐书籍

中文

Paste_Image.png
机器学习-周志华 Paste_Image.png
统计学习方法-李航 Paste_Image.png
模式分类

相关文章

  • ASA 机器学习导论 老师推荐资源

    机器学习推荐语言 Python 官方网站 Python入门教程推荐Python教程-廖雪峰 Python推荐包 S...

  • 数据库-学习资源推荐@ASA

    1.MOOC资源 1.1 网易云课堂 - 需求挖掘与分析 相关章节: 如何获取需求,如何分析需求,如何做需求决策学...

  • 机器学习_学习资源推荐

    知乎上推荐的资源:0.准备知识:关于神经网络的基本知识。http://blog.csdn.net/coolluyu...

  • 《机器学习导论.pdf》PDF高清完整版-免费下载

    《机器学习导论.pdf》PDF高清完整版-免费下载 《机器学习导论.pdf》PDF高清完整版-免费下载 下载地址:...

  • 机器学习导论

    喂给算法大量数据,训练出模型 给算法大量数据,让算法在数据中寻找规律(关系),从而执行智能任务 不确定世界中的真实...

  • # 机器学习导论

    目录 人工智能的定义 人工智能的主要分支 人工智能、机器学习和深度学习三者之间的关系 机器学习与统计学的关系 监督...

  • 机器学习-导论

    开坑前言 本系列笔记基于《An Introduction to Statistical Learning with...

  • 机器学习导论

    这个系列是对前不久刚刚出版的李航老师的第三版《机器学习方法》的阅读笔记,希望与各位进行分享。 1、机器学习的特点 ...

  • 数据挖掘算法

    机器学习导论 机器学习的方法是基于数据产生的"模型"(model)的算法,也称"学习算法"(learning al...

  • 机器学习相关资料整理

    初学机器学习,将部分资料整理在此,逐渐完善。 视频资源 吴恩达机器学习 介绍:吴恩达老师关于机器学习的入门级视频...

网友评论

      本文标题:ASA 机器学习导论 老师推荐资源

      本文链接:https://www.haomeiwen.com/subject/wdrmlttx.html