导入必要的库 import math import matplotlib.pyplot as plt import numpy as np import matplotlib as mpl mpl.rcParams['axes.unicode_minus'] = False 绘制softmax函数图像 fig = plt.figure(figsize=(6,4)) ax = fig.add_subplot(111) x = np.linspace(-10,10) y = sigmoid(x) a
Deep learning:三十七(Deep learning中的优化方法) Deep learning:四十一(Dropout简单理解) Deep learning:四十三(用Hessian Free方法训练Deep Network) Deep learning:四十五(maxout简单理解) Deep learning:四十六(DropConnect简单理解) Deep learning:四十七(Stochastic Pooling简单理解) 这部分内容应属于以下[Converge]系列
GAN由论文<Ian Goodfellow et al., “Generative Adversarial Networks,” arXiv (2014)>提出. GAN与VAEs的区别 GANs require differentiation through the visible units, and thus cannot model discrete data, while VAEs require differentiation through the hidden units, a
系列博客,原文在笔者所维护的github上:https://aka.ms/beginnerAI, 点击star加星不要吝啬,星越多笔者越努力. 前言 For things I don't know how to build, I don't understand. 如果我不能亲手搭建起来一个东西,那么我就不能理解它. -- 美国物理学家理查德·费曼 在互联网发达的今天,很多知识都可以从网络上找到,但是网络上的博客.文章的质量参差不齐,或者重点不明确,或者直接把别人的博客抄袭过来.这种状况使得广大