06 2019 档案

摘要:#include <iostream>#include <vector>#include <cmath>#include <algorithm>#include <numeric>#include <fstream>#include <sstream>#include <functional> do 阅读全文
posted @ 2019-06-21 01:28 东宫得臣 阅读(385) 评论(0) 推荐(0) 编辑
摘要: 阅读全文
posted @ 2019-06-19 11:20 东宫得臣 阅读(162) 评论(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 东宫得臣 阅读(1727) 评论(0) 推荐(0) 编辑
摘要:#!/usr/bin/python import os import pandas as pd from sklearn.datasets import fetch_openml import matplotlib import matplotlib.pyplot as plt HOUSING_UR 阅读全文
posted @ 2019-06-18 16:36 东宫得臣 阅读(211) 评论(0) 推荐(0) 编辑
摘要:#include <iostream> #include <vector> #include <cstddef> #include <string> #include <sstream> #include <fstream> #include <algorithm> #include <cmath> 阅读全文
posted @ 2019-06-18 13:58 东宫得臣 阅读(288) 评论(0) 推荐(0) 编辑
摘要:void ReadDataFromCsv(std::string &filename, std::vector<std::vector<std::string> > &lines_feat) { std::ifstream vm_info(filename.c_str()); std::string 阅读全文
posted @ 2019-06-17 13:31 东宫得臣 阅读(440) 评论(0) 推荐(0) 编辑
摘要:If we compare this to the LMS update rule, we see that it looks identical; but this is not the same algorithm, because h(x) is now defined as a none-l 阅读全文
posted @ 2019-06-11 23:37 东宫得臣 阅读(133) 评论(0) 推荐(0) 编辑
摘要:Under the previous probabilistic assumptions on the data, least-squares regression corresponds to finding the maximum likelihood estimate of θ. This i 阅读全文
posted @ 2019-06-11 22:30 东宫得臣 阅读(104) 评论(0) 推荐(0) 编辑
摘要:#!/usr/bin/env python3 # -*- coding: utf-8 -*- import paramiko import os, stat import sys import operator as op from string import Template def ssh_co 阅读全文
posted @ 2019-06-04 12:34 东宫得臣 阅读(319) 评论(0) 推荐(0) 编辑

点击右上角即可分享
微信分享提示