All Projects → ysh329 → Chinese Ufldl Tutorial

ysh329 / Chinese Ufldl Tutorial

Licence: apache-2.0
[UNMAINTAINED] 非监督特征学习与深度学习中文教程,该版本翻译自新版 UFLDL Tutorial 。建议新人们去学习斯坦福的CS231n课程,该门课程在网易云课堂上也有一个配有中文字幕的版本。

Projects that are alternatives of or similar to Chinese Ufldl Tutorial

Iseebetter
iSeeBetter: Spatio-Temporal Video Super Resolution using Recurrent-Generative Back-Projection Networks | Python3 | PyTorch | GANs | CNNs | ResNets | RNNs | Published in Springer Journal of Computational Visual Media, September 2020, Tsinghua University Press
Stars: ✭ 202 (-33.33%)
Mutual labels:  convolutional-neural-networks, unsupervised-learning
Deepco3
[CVPR19] DeepCO3: Deep Instance Co-segmentation by Co-peak Search and Co-saliency (Oral paper)
Stars: ✭ 127 (-58.09%)
Mutual labels:  convolutional-neural-networks, unsupervised-learning
Lifting From The Deep Release
Implementation of "Lifting from the Deep: Convolutional 3D Pose Estimation from a Single Image"
Stars: ✭ 425 (+40.26%)
Mutual labels:  convolutional-neural-networks, unsupervised-learning
Exermote
Using Machine Learning to predict the type of exercise from movement data
Stars: ✭ 108 (-64.36%)
Mutual labels:  exercise, convolutional-neural-networks
Mvcnn
Multi-view CNN (MVCNN) for shape recognition
Stars: ✭ 285 (-5.94%)
Mutual labels:  convolutional-neural-networks
Easy Tensorflow
Simple and comprehensive tutorials in TensorFlow
Stars: ✭ 2,871 (+847.52%)
Mutual labels:  convolutional-neural-networks
Speechsplit
Unsupervised Speech Decomposition Via Triple Information Bottleneck
Stars: ✭ 266 (-12.21%)
Mutual labels:  unsupervised-learning
Phpstorm Workshop
Code for the PhpStorm workshop
Stars: ✭ 268 (-11.55%)
Mutual labels:  exercise
Komputation
Komputation is a neural network framework for the Java Virtual Machine written in Kotlin and CUDA C.
Stars: ✭ 295 (-2.64%)
Mutual labels:  convolutional-neural-networks
Pytorch Srgan
A modern PyTorch implementation of SRGAN
Stars: ✭ 289 (-4.62%)
Mutual labels:  convolutional-neural-networks
Braindecode
Outdated, see new https://github.com/braindecode/braindecode
Stars: ✭ 284 (-6.27%)
Mutual labels:  convolutional-neural-networks
Cnn Registration
A image registration method using convolutional neural network features.
Stars: ✭ 272 (-10.23%)
Mutual labels:  convolutional-neural-networks
100 Days Of Ml Code
100-Days-Of-ML-Code中文版
Stars: ✭ 16,797 (+5443.56%)
Mutual labels:  unsupervised-learning
Fewshot gan Unet3d
Tensorflow implementation of our paper: Few-shot 3D Multi-modal Medical Image Segmentation using Generative Adversarial Learning
Stars: ✭ 272 (-10.23%)
Mutual labels:  convolutional-neural-networks
Simclr
PyTorch implementation of SimCLR: A Simple Framework for Contrastive Learning of Visual Representations by T. Chen et al.
Stars: ✭ 293 (-3.3%)
Mutual labels:  unsupervised-learning
Pytorch Saltnet
Kaggle | 9th place single model solution for TGS Salt Identification Challenge
Stars: ✭ 270 (-10.89%)
Mutual labels:  convolutional-neural-networks
Pytorch Vsumm Reinforce
AAAI 2018 - Unsupervised video summarization with deep reinforcement learning (PyTorch)
Stars: ✭ 283 (-6.6%)
Mutual labels:  unsupervised-learning
Javascript30
Participating in JavaScript30 course created by @wesbos
Stars: ✭ 289 (-4.62%)
Mutual labels:  exercise
Sealion
The first machine learning framework that encourages learning ML concepts instead of memorizing class functions.
Stars: ✭ 278 (-8.25%)
Mutual labels:  unsupervised-learning
Bonnet
Bonnet: An Open-Source Training and Deployment Framework for Semantic Segmentation in Robotics.
Stars: ✭ 274 (-9.57%)
Mutual labels:  convolutional-neural-networks

注意:这个项目我不再维护,我觉得我的翻译真的不够好来帮助其他人,尤其是那些刚入门或者刚开始学习了解深度学习、神经网络的人们。为了不误导其他人,我建议新人们去学习斯坦福的CS231n课程,该门课程在网易云课堂上也有一个配有中文字幕的版本。 Have fun!

为了极佳的阅读体验,您可点击 这里 将本文档下载到本地,并安装 Haroopad 进行阅读。

非监督特征学习与深度学习 中文教程

中文版的新版 UFLDL 教程(项目地址: www.github.com/ysh329/Chinese-UFLDL-Tutorial ),该版本翻译自 UFLDL Tutorial ,是新版教程的翻译。也可参考 旧版 UFLDL 中文教程 。翻译过程中有一些数学公式,使用 Haroopad 编辑和排版, Haroopad 是一个优秀的离线 MarkDown 编辑器,支持 TeX 公式编辑,支持多平台(Win/Mac/Linux),目前还在翻译中,翻译完成后会考虑使用 TeX 重新排版。

自己对新版 UFLDL 教程翻译过程中,发现的英文错误,见 新版教程英文原文勘误表

注: UFLDL 是非监督特征学习及深度学习(Unsupervised Feature Learning and Deep Learning)的缩写,而不仅指深度学习(Deep Learning)。

  • 翻译者:Shuai Yuan ,部分小节参考旧版翻译进行修正和补充。
  • 若有翻译错误,请直接 New issue发邮件 ,感谢!

更多详细参考资料,见 计算机科学人工智能机器学习深度学习强化学习深度强化学习公开数据集

欢迎来到新版 UFLDL 中文教程!

说明:本教程将会教给您非监督特征学习以及深度学习的主要思想。通过它,您将会实现几个特征学习或深度学习的算法,看到这些算法为您(的工作)带来作用,以及学习如何将这些思想应用到适用的新问题上。

本教程假定您已经有了基本的机器学习知识(具体而言,熟悉监督学习,逻辑斯特回归以及梯度下降法的思想)。如果您不熟悉这些,我们建议您先去 机器学习课程 中去学习,并完成其中的第II,III,IV章节(即到逻辑斯特回归)。

材料由以下人员提供:Andrew Ng, Jiquan Ngiam, Chuan Yu Foo, Yifan Mai, Caroline Suen, Adam Coates, Andrew Maas, Awni Hannun, Brody Huval, Tao Wang, Sameep Tandon

获取初学者代码(Starter Code)

初学者代码

您可以获得初学者所有练习的代码从 该Github的代码仓库

有关的数据文件可以从 这里 下载。 下载到的数据需要解压到名为“common”的文件夹中(以便初学者代码的使用)。

目录

每个小节后面的[old][new][旧]分别代表:旧版英文、新版英文、旧版中文三个版本。若没有对应的版本则用[无]代替。

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].