上一页 1 ··· 6 7 8 9 10 11 12 13 14 ··· 19 下一页
摘要: Suppose that we model each class density as multivariate Gaussian, in practice we do not know the parameters of the Gaussian distributions, and will n 阅读全文
posted @ 2019-09-16 10:39 东宫得臣 阅读(197) 评论(0) 推荐(0) 编辑
摘要: The hidden neurons act as feature detectors; as such, they play a critical role in the operation of a multiplayer perceptron. As the learning process 阅读全文
posted @ 2019-09-10 11:26 东宫得臣 阅读(342) 评论(0) 推荐(0) 编辑
摘要: #include <iostream> #include <sstream> #include <fstream> #include <algorithm> #include <vector> void Conv(std::vector<std::vector<int> > &vv_image, s 阅读全文
posted @ 2019-09-06 11:33 东宫得臣 阅读(435) 评论(0) 推荐(0) 编辑
摘要: #include <iostream> #include <string> #include <vector> #include <cmath> int hex2int(const std::string &hex) { std::string::const_reverse_iterator rit 阅读全文
posted @ 2019-08-30 19:33 东宫得臣 阅读(1082) 评论(0) 推荐(0) 编辑
摘要: import pandas as pd import os if __name__ == '__main__': Path = 'c:\checklog' dfs = [] for dir_path, dir_names, file_names in os.walk(Path): for f in 阅读全文
posted @ 2019-08-08 21:40 东宫得臣 阅读(585) 评论(0) 推荐(0) 编辑
摘要: import pandas as pd import numpy as np import math data = pd.read_csv('c:\\housing.csv') room_nums = data['total_rooms'].tolist() room_mean = np.mean( 阅读全文
posted @ 2019-07-31 18:56 东宫得臣 阅读(235) 评论(0) 推荐(0) 编辑
摘要: #include <iostream> #include <iterator> #include <vector> #include <cstddef> #include <string> #include <sstream> #include <fstream> #include <algorit 阅读全文
posted @ 2019-07-03 20:39 东宫得臣 阅读(234) 评论(0) 推荐(0) 编辑
摘要: #include <iostream>#include <vector>#include <cmath>#include <algorithm>#include <numeric>#include <fstream>#include <sstream>#include <functional> do 阅读全文
posted @ 2019-06-21 01:28 东宫得臣 阅读(383) 评论(0) 推荐(0) 编辑
摘要: 阅读全文
posted @ 2019-06-19 11:20 东宫得臣 阅读(155) 评论(0) 推荐(0) 编辑
摘要: #include <iostream> #include <vector> #include <cmath> #include <algorithm> #include <numeric> double myfunction(double num) { return exp(num); } temp 阅读全文
posted @ 2019-06-19 09:55 东宫得臣 阅读(1681) 评论(0) 推荐(0) 编辑
上一页 1 ··· 6 7 8 9 10 11 12 13 14 ··· 19 下一页