上一页 1 2 3 4 5 6 ··· 34 下一页
摘要: 机器学习初级重要概念 数据的归一化计算z-score 归一化min-max归一化 动态学习率与动量的优化算法adadelta动量adamrmsprop 神经网络的FP和BP的计算与推导激活函数是什么?如何计算?导数是什么?输入数值如何进行计算输出值如何求得任意的参数的... 阅读全文
posted @ 2018-12-29 15:51 yuerspring 阅读(178) 评论(0) 推荐(0) 编辑
摘要: 1. mysql jdbc 错误 需要驱动 2. mysql 服务器 ip 错误 即便是本地 也需要用 域名 或 是 ip 不能 用 localhost 等 3. 数据长度 问题 ,hive 乳沟 大于 mysql 错误4. hive 跟 mys... 阅读全文
posted @ 2018-12-21 20:16 yuerspring 阅读(255) 评论(0) 推荐(0) 编辑
摘要: #!/usr/bin/env pythonimport osimport sysfrom svm import *from svm import __all__ as svm_all__all__ = ['evaluations', 'svm_load_model',... 阅读全文
posted @ 2018-12-18 14:27 yuerspring 阅读(263) 评论(0) 推荐(0) 编辑
摘要: ------------------------------------- Python interface of LIBSVM -------------------------------------Table of Contents===============... 阅读全文
posted @ 2018-12-18 11:23 yuerspring 阅读(221) 评论(0) 推荐(0) 编辑
摘要: 图像处理的几种方法 1.使用skimage name details name details name details astronaut 宇航员图片 coffee 一杯咖啡图片 lena lena图片... 阅读全文
posted @ 2018-12-17 09:10 yuerspring 阅读(1520) 评论(0) 推荐(0) 编辑
摘要: hive 数据有时候需要进行数据合并 #!/bin/bashhadoop jar /software/servers/bdp_tools/mergefiles-1.7.jar -u lzo -p hdfs://ns1/user/dd_edw/adm.db/table_... 阅读全文
posted @ 2018-12-06 14:07 yuerspring 阅读(1137) 评论(0) 推荐(0) 编辑
摘要: Python 生成均值为2 ,标准差为3 的一维正态分布样本500 import numpy as npimport scipy.stats as st import matplotlib.pyplot as plts=np.random.normal(2, 3, 5... 阅读全文
posted @ 2018-12-04 16:02 yuerspring 阅读(3015) 评论(0) 推荐(0) 编辑
摘要: sz & rz 用来下载和上传 阅读全文
posted @ 2018-11-30 15:05 yuerspring 阅读(117) 评论(0) 推荐(0) 编辑
摘要: scp -P 2022 -r waterdata/ root@ip:/disk/yunxhyou should know that the p is bigerr 阅读全文
posted @ 2018-11-28 11:08 yuerspring 阅读(104) 评论(0) 推荐(0) 编辑
摘要: 阅读全文
posted @ 2018-11-26 09:09 yuerspring 阅读(82) 评论(0) 推荐(0) 编辑
上一页 1 2 3 4 5 6 ··· 34 下一页