The outline of CNNs
- Spatial locality & invariance
- Convolution and filters
- Max Pooling
- Example architecture
- Illustrations: what do CNNs not learn?
小白特别白
Neural Network
activiation funciton: typically simple non-linear function to do non-linear transformation.
SWISH function: is continous compared to ReLu.
logistic model 本质是线性的。
Bring in the Economics
How make the engineering solutions speak to the Economics?
more >>This is not a typical ML class.
Use the credit Risk model as a lab.
How to apply the tool in a wiser way.
more >>Our broad contribution : A novel neural network for modeling dynamic of user interests
Desired Output: A sample user’s meaningful content consumption journey
Indentify these latent user interests
more >>Overall Process:
Data-> Feature Extraction -> Classifier
Neural Networks:直接从数据中获取特征进行学习,无需进行特征提取。
That is “turn a feature extraction by hand into a ML task“
简单的分类问题:
get a linear model: $h(x)=w^Tx+b$
get a linear model + sigmoid activation: $h(x)=\sigma (w^Tx+b)$
set threshold to do classifier :
$$
y_{predicted}=\begin{cases}0 && if h(x)<0.5\1 &&if h(x)\ge0.5\end{cases}
$$
在这里,如果是多分类问题呢,我们就去用softmax。
我们为什么需要计算DL模型中的参数数量?
More deserve to learn about Efficient Methods and Hardware for DL.
本来呢,代码也可以帮你计算你在模型中所使用的这些trainable parameters of DL models.但是在初期知道如何去计算这些参数对于理解非常有用。
关于以下两类神经网络中的模型参数的计算。
more >>Reference:
tag:
缺失模块。
1、请确保node版本大于6.2
2、在博客根目录(注意不是yilia根目录)执行以下命令:
npm i hexo-generator-json-content --save
3、在根目录_config.yml里添加配置:
jsonContent: meta: false pages: false posts: title: true date: true path: true text: false raw: false content: false slug: false updated: false comments: false link: false permalink: false excerpt: false categories: false tags: true