上一页 1 ··· 11 12 13 14 15 16 17 18 19 ··· 75 下一页
摘要: 目录 Outline Auto-Encoder 创建编解码器 训练 Outline Auto-Encoder Variational Auto-Encoders Auto-Encoder 创建编解码器 import os import tensorflow as tf import numpy as 阅读全文
posted @ 2020-12-11 23:58 ABDM 阅读(80) 评论(0) 推荐(0) 编辑
摘要: 目录AE v.s. VAEGenerative modelVAE v.s. GAN AE v.s. VAE Generative model VAE v.s. GAN 阅读全文
posted @ 2020-12-11 23:57 ABDM 阅读(72) 评论(0) 推荐(0) 编辑
摘要: 目录Sample() is not differentiableReparameterization trickToo Complex Sample() is not differentiable 现在我们得到的不是一个向量,得到的是一个分布,而分布是无法使用梯度下降的 Reparameteriza 阅读全文
posted @ 2020-12-11 23:55 ABDM 阅读(186) 评论(0) 推荐(0) 编辑
摘要: 目录Another Approach: q(z)->p(z)Intuitively comprehend KL(p|q)Minimize KL DivergenceHow to compute KL between q(z) and p(z) Distribution of hidden code 阅读全文
posted @ 2020-12-11 23:53 ABDM 阅读(83) 评论(0) 推荐(0) 编辑
摘要: 目录PCA V.S. Auto-EncodersDenoising AutoEncodersDropout AutoEncoders PCA V.S. Auto-Encoders deep autoencoder由深度神经网络构成,因此降维效果丢失数据少 左pca;右auto-encoder Den 阅读全文
posted @ 2020-12-11 23:51 ABDM 阅读(70) 评论(0) 推荐(0) 编辑
摘要: 目录Auto-EncodersHow to Train? Auto-Encoders How to Train? 阅读全文
posted @ 2020-12-11 23:49 ABDM 阅读(68) 评论(0) 推荐(0) 编辑
摘要: 目录Supervised LearningMassive Unlabeled dataUnsupervised LearningWhy needed Supervised Learning Massive Unlabeled data Unsupervised Learning Why needed 阅读全文
posted @ 2020-12-11 23:48 ABDM 阅读(68) 评论(0) 推荐(0) 编辑
摘要: 目录 Sentiment Analysis Two approaches Single layer Multi-layers Sentiment Analysis Two approaches SimpleRNNCell single layer multi-layers RNNCell Singl 阅读全文
posted @ 2020-12-11 23:45 ABDM 阅读(220) 评论(0) 推荐(0) 编辑
摘要: 目录Recapinput dim, hidden dimSimpleRNNCellSingle layer RNN CellMulti-Layers RNNRNN Layer Recap input dim, hidden dim from tensorflow.keras import layer 阅读全文
posted @ 2020-12-11 23:44 ABDM 阅读(205) 评论(0) 推荐(0) 编辑
摘要: 目录RecapSentiment AnalysisProposalS1.Weight sharingNaive versionWeight shareS2.Consistent memoryUnfolded modelFormulationOverall DiagramOne more thingH 阅读全文
posted @ 2020-12-11 23:41 ABDM 阅读(76) 评论(0) 推荐(0) 编辑
上一页 1 ··· 11 12 13 14 15 16 17 18 19 ··· 75 下一页