zoukankan
html css js c++ java
码农日常小技巧
gitlab 通过https方式访问,需要以下设置:
git config --global http.sslverify=false
vim 粘贴代码时总是自动缩进导致代码格式变乱,只需粘贴前做如下设置:
:set paste
启动一个web server
python2: python -m SimpleHTTPServer 80
python3: python3 -m http.server 80
查看全文
相关阅读:
对数 简化运算
term frequency–inverse document frequency
全量 非全量 计算结果
指纹识别
Learning string similarity measures for gene/protein name dictionary look-up using logistic regression
Modeling of Indoor Positioning Systems Based on Location Fingerprinting
Surpassing Human-Level Face Verification Performance on LFW with GaussianFace
perl 访问类方法的几种方式
perl 访问类方法的几种方式
perl use base 代替 @ISA
原文地址:https://www.cnblogs.com/sixloop/p/skill.html
最新文章
协方差矩阵在图像处理之特征脸处理中的应用
怎么判断矩阵中的方阵可以对角化
how to add them, how to multiply them
一切的算法
方差 协方差
对偶空间
相对论质量
内积 外积
张量
共轭
热门文章
A norm is a function. 范数是函数。
矩阵常用范数之最大奇异值范数---有压缩性地看问题
测度
On the importance of initialization and momentum in deep learning
This instability is a fundamental problem for gradient-based learning in deep neural networks. vanishing exploding gradient problem
学院名单-211院校研招学院-中国教育在线(www.eol.cn)170915164402
A visual proof that neural nets can compute any function
望文生义 “借助ANN优化目标函数”
每层神经网络的数学表达
inductive bias
Copyright © 2011-2022 走看看