-
**Why?**
- 避免梯度下降学习参数时,不同特征对参数的影响程度不一样
- 原理 - 通过中心化和标准化处理,可以得到均值为0,标准差为1的服从标准正态分布的数据,使得不同的特征具有相同的尺度 - Scale
# Reference
- [ ] [Calculate mean value of an image dataset](https://stackoverflow.c…
-
## 튜토리얼
| 튜토리얼 | 파일 | 담당 |
| --- | --- | --- |
| ~~Python / NumPy Tutorial~~ | ~~python-numpy-tutorial.md~~ | 강상훈 (sanghkaang) |
| ~~IPython Notebook Tutorial~~ | ~~ipython-tutorial.md~~ | 김우정 (gnujo…
-
I have one more question about stride.
When I read the reference paper, "Image Super-Resolution Using Deep Convolutional Networks" on 6 page,
it mentioned about 24,800 sub-images, which are extracte…
-
Shouldn't the weight initialization for SELU be something like:
```python
def selu_weights_init(m):
classname = m.__class__.__name__
if classname.find('Conv') != -1:
m.weight.da…
-
Hi,
I am using your code https://github.com/matthewearl/deep-anpr in my project aiming to recognize not only 1-line plates but also 2-line ones. I have some questions need to be answered and any exp…
-
Hi, @AlexeyAB
I'd like to know more about how INT8 version is implemented.
Is it based on one/more papers?
Could you give related links for reference?
Thanks
-
sorry can you give your email address or where is it convenient for you to chat? I wanted to ask something about the framework and skills.
dimiy updated
4 years ago
-
https://tracholar.github.io/wiki/about/intro.html
-
Have to say it's a really good project, and I really want to run this training progress. But my pc is not good enough, which means I cant run this training.
So if you can share your training logs and…
-
**Lexical Conventions and Syntax**
Basic syntax
Variables
Operators
Division and Type Conversion
Augmented Assignment
Namespaces
**Data types**
Numbers
Strings
String manipulation
Strin…