这里谈及在代码设计阶段以及重构阶段要考虑的架构方面问题,可以说是开发过程中的中层阶段; 主要是将
< the art of unix programming>< clean architecture>< the pragmatic programmer>< design patterns> 等几本书结合实践做…
文章目录 前言所谓二项分布就是只会产生两种结果的概率 1.概念 前言
所谓二项分布就是只会产生两种结果的概率
1.概念 下面是一个二项分布的的theano实现
import numpy as np
import theano
import theano.tensor as T
from theano.tensor.nnet import conv
from theano.ten…