博客
关于我
强烈建议你试试无所不能的chatGPT,快点击我
【转帖】UFLDL Tutorial(the main ideas of Unsupervised Feature Learning and Deep Learning)
阅读量:7211 次
发布时间:2019-06-29

本文共 1333 字,大约阅读时间需要 4 分钟。

UFLDL Tutorial

From Ufldl

 
Jump to: ,

Description: This tutorial will teach you the main ideas of Unsupervised Feature Learning and Deep Learning.  By working through it, you will also get to implement several feature learning/deep learning algorithms, get to see them work for yourself, and learn how to apply/adapt these ideas to new problems.

This tutorial assumes a basic knowledge of machine learning (specifically, familiarity with the ideas of supervised learning, logistic regression, gradient descent).  If you are not familiar with these ideas, we suggest you go to this and complete sections II, III, IV (up to Logistic Regression) first. 

Sparse Autoencoder

Vectorized implementation

Preprocessing: PCA and Whitening

Softmax Regression

Self-Taught Learning and Unsupervised Feature Learning

Building Deep Networks for Classification

Linear Decoders with Autoencoders

Working with Large Images


Note: The sections above this line are stable.  The sections below are still under construction, and may change without notice.  Feel free to browse around however, and feedback/suggestions are welcome. 

Miscellaneous

Miscellaneous Topics

Advanced Topics:

Sparse Coding

ICA Style Models

Others


Material contributed by: Andrew Ng, Jiquan Ngiam, Chuan Yu Foo, Yifan Mai, Caroline Suen

转载于:https://www.cnblogs.com/daleloogn/p/4168175.html

你可能感兴趣的文章
Linux磁盘管理
查看>>
node.js JavaScript 严格模式
查看>>
老李推荐: 第3章2节《MonkeyRunner源码剖析》脚本编写示例: MonkeyDevice API使用示例 1...
查看>>
PHP 验证码 高洛峰 细说PHP
查看>>
Android 加密解密
查看>>
MaxCompute 中的Code Generation技术简介
查看>>
关于过程和线程的常识点汇总
查看>>
Linux概述及centos版本介绍和下载地址
查看>>
Web前端面试指导(六):面试后需要总结和交流
查看>>
linux下共享库的制作及常见的问题
查看>>
html5 canvas系列教程-像素操作(反色,黑白,亮度,复古,蒙版,透明)
查看>>
LEMP
查看>>
linux基础知识总结(四)
查看>>
jsp原理
查看>>
Hadoop集群启动、初体验
查看>>
镭速(Raysync)文件传输高可用部署介绍!
查看>>
Linux下批量修改文件名
查看>>
浪潮服务器 NF 8460M4 的PM8060 RAID卡设置添加热备方法
查看>>
SPOJ COT Count on a tree(主席树+倍增lca)
查看>>
如何使用Spring优雅地处理REST异常
查看>>