Machine Learning Tutorials

Machine Learning Tutorials

This page lists all of the machine learning tutorials available on Statology.

Introduction to Machine Learning

Supervised vs. Unsupervised Learning

Regression vs. Classification Algorithms

The Bias-Variance Tradeoff

Linear Regression

Simple Linear Regression (R, Python)

Multiple Linear Regression (R, Python)

Classification

Logistic Regression (R, Python)

Linear Discriminant Analysis (R, Python)

Quadratic Discriminant Analysis (R, Python)

How to Assess Model Fit

What is Overfitting?

Leave-One-Out Cross-Validation (R, Python)

K-Fold Cross-Validation (R, Python)

Model Selection

Best Subset Selection

Stepwise Selection (R)

Regularization

Ridge Regression (R, Python)

Lasso Regression (R, Python)

Dimension Reduction

Principal Components Regression (R, Python)

Partial Least Squares (R, Python)

Advanced Regression Models

Polynomial Regression (R, Python)

Multivariate Adaptive Regression Splines (R, Python)

Tree-Based Methods

Classification and Regression Trees (R)

Bagging (R)

Random Forests (R)

Boosting (R)

Unsupervised Learning

Principal Components Analysis in R

K-Means Clustering in R

K-Medoids Clustering in R

Hierarchical Clustering in R

SciTech-BigDataAIML-Machine Learning Tutorials的更多相关文章

  1. How do I learn machine learning?

    https://www.quora.com/How-do-I-learn-machine-learning-1?redirected_qid=6578644   How Can I Learn X? ...

  2. 【机器学习Machine Learning】资料大全

    昨天总结了深度学习的资料,今天把机器学习的资料也总结一下(友情提示:有些网站需要"科学上网"^_^) 推荐几本好书: 1.Pattern Recognition and Machi ...

  3. [Machine Learning] 国外程序员整理的机器学习资源大全

    本文汇编了一些机器学习领域的框架.库以及软件(按编程语言排序). 1. C++ 1.1 计算机视觉 CCV —基于C语言/提供缓存/核心的机器视觉库,新颖的机器视觉库 OpenCV—它提供C++, C ...

  4. 机器学习(Machine Learning)&深度学习(Deep Learning)资料【转】

    转自:机器学习(Machine Learning)&深度学习(Deep Learning)资料 <Brief History of Machine Learning> 介绍:这是一 ...

  5. Python -- machine learning, neural network -- PyBrain 机器学习 神经网络

    I am using pybrain on my Linuxmint 13 x86_64 PC. As what it is described: PyBrain is a modular Machi ...

  6. 机器学习系统设计(Building Machine Learning Systems with Python)- Willi Richert Luis Pedro Coelho

    机器学习系统设计(Building Machine Learning Systems with Python)- Willi Richert Luis Pedro Coelho 总述 本书是 2014 ...

  7. Azure Machine Learning

    About me In my spare time, I love learning new technologies and going to hackathons. Our hackathon p ...

  8. Build a Machine Learning Portfolio(构建机器学习投资组合)

    Complete Small Focused Projects and Demonstrate Your Skills (完成小型针对性机器学习项目,证明你的能力) A portfolio is ty ...

  9. 第25月第5天 Hands-on Machine Learning with Scikit-Learn and TensorFlow

    1.apachecn视频(机器学习实战) https://github.com/apachecn/AiLearning https://space.bilibili.com/97678687/#/ch ...

  10. How do I learn mathematics for machine learning?

    https://www.quora.com/How-do-I-learn-mathematics-for-machine-learning   How do I learn mathematics f ...

随机推荐

  1. SpringMVC框架第一天

    目录 SpringMVC的基本概念 三层架构和MVC 三层架构 MVC模型 MVC概述 SpringMVC是什么 SpringMVC在三层架构的位置 SpringMVC的优势 SpringMVC的入门 ...

  2. 工具 | StarCodeSecurity

    0x00 简介 StarCodeSecurity是一款图形化的代码审计工具. 下载地址: StarCodeSecurity下载:StarCodeSecurity下载 0x01 功能说明 支持对规则进行 ...

  3. 自动安装node---auto_install_k8s_node.sh

    #!/bin/bash /usr/bin/yum install lrzsz wget vim -y cd /etc/yum.repos.d/ wget https://mirrors.aliyun. ...

  4. RPC实战与核心原理之业务分组

    业务分组:如何隔离流量 回顾 RPC 中常用的保护手段"熔断限流" 熔断是调用方为了避免在调用过程中,服务提供方出现问题的时候,自身资源被耗尽的一种保护行为: 而限流则是服务提供方 ...

  5. codeup之进制转换(大数的进制转换

    题目描述 将一个长度最多为30位数字的十进制非负整数转换为二进制数输出. 输入 多组数据,每行为一个长度不超过30位的十进制非负整数. (注意是10进制数字的个数可能有30个,而非30bits的整数) ...

  6. Third Maximum Number——LeetCode⑬

    //原题链接https://leetcode.com/problems/third-maximum-number/ 题目描述 Given a non-empty array of integers, ...

  7. JAVA 循环删除list中元素的方法总结

    摘要:介绍List集合实现元素边遍历边删除的方法,例如removeIf和迭代器iterator.remove()等. 综述   List集合是我们开发中经常使用到的一种集合形式,有时候会遇到在遍历Li ...

  8. WAAP对提升网站访问速度有什么作用?

    本文分享自天翼云开发者社区<WAAP对提升网站访问速度有什么作用?>,作者:amber WAAP(Web Application and API Protection)对提升网站访问速度具 ...

  9. 洛谷 P1416 攻击火星 排版重构

    洛谷 P1416 攻击火星 原题P1416 Update 20210307 修复了挂掉的图片 20210307 重构排版 Solution understand 首先,你弄明白了什么是度吗? 一个点的 ...

  10. 「Note」CF 套题

    最后一次添加的题目:CF1572C CF *2000-*2100 \(\color{blueviolet}{CF771C}\) 非常好题目啊. 首先考虑题目让你求的到底是个什么东西,不难看出 \(f( ...