摘要: Calculate Node Output.TaskYou are given the values for w1, w2, b, x1 and x2 and you must compute the output for the node. Use the sigmoid as the activ 阅读全文
posted @ 2024-02-22 23:21 白话 阅读(3) 评论(0) 推荐(0) 编辑
摘要: Build a Random Forest model.TaskYou will be given a feature matrix X and target array y. Your task is to split the data into training and test sets, b 阅读全文
posted @ 2024-02-21 14:04 白话 阅读(3) 评论(0) 推荐(0) 编辑
摘要: Machine Learning - Split to Achieve Gain Calculate Information Gain.TaskGiven a dataset and a split of the dataset, calculate the information gain usi 阅读全文
posted @ 2023-10-30 21:04 白话 阅读(10) 评论(0) 推荐(0) 编辑
摘要: 由于公司邮件系统准备迁移,一直在准备方案。其中有一个方案就是自己来搭建postfix。而我就表示任务有点大了。 简单的搭建邮件系统: 1.只需要一个linux系统即可,我的linux服务器ip是192.168.0.173。如果是自己实验,配置yum源。然后 yum -y install postfi 阅读全文
posted @ 2021-07-06 22:34 白话 阅读(474) 评论(0) 推荐(0) 编辑
摘要: 好多人在学习编写代码的时候,会有不同的编辑器,大神们建议我使sublime,但是我在里面写代码,没有一点提示,我的天,不得烧坏我的脑子啊。学Python我用的Ananconda,但是这个spyder有点儿不顺啊。所以来搞搞。 首先要在sublime中安装package control: 在view中 阅读全文
posted @ 2018-05-02 10:18 白话 阅读(233) 评论(0) 推荐(0) 编辑
摘要: Python 安装的时候,有个选项,是问你要安装给所有用户还是只安装给当前用户,你只要选择当前用户,就会把那些需要的 dll ,包括 msvcr90.dll 都给装到 Python 目录下,你只要把 Python 装到 D 盘上,这样你重装机器或者复制到别处都还能继续用。 如果你选择安装给所有用户, 阅读全文
posted @ 2016-05-29 22:32 白话 阅读(777) 评论(0) 推荐(0) 编辑
摘要: 中华万年历: http://wthrcdn.etouch.cn/weather_mini?city=北京通过城市名字获得天气数据,json数据http://wthrcdn.etouch.cn/weather_mini?citykey=101010100通过城市id获得天气数据,json数据 123. 阅读全文
posted @ 2016-05-29 14:47 白话 阅读(609) 评论(0) 推荐(0) 编辑
摘要: 腾迅股票数据接口 http/javascripthttp://blog.csdn.net/ustbhacker/article/details/8365756http://qt.gtimg.cn/q=sz000858http://www.cnblogs.com/seacryfly/articles/... 阅读全文
posted @ 2015-06-16 08:39 白话 阅读(471) 评论(0) 推荐(0) 编辑
摘要: 新浪的IP地址查询接口:http://int.dpool.sina.com.cn/iplookup/iplookup.php?format=js新浪多地域测试方法:http://int.dpool.sina.com.cn/iplookup/iplookup.php?format=js&ip=218.... 阅读全文
posted @ 2015-06-08 11:28 白话 阅读(1715) 评论(0) 推荐(0) 编辑
摘要: http://www.weather.com.cn/data/cityinfo/101010100.html//过期; http://api.36wu.com/Weather/GetMoreWeather http://wthrcdn.etouch.cn/weather_mini?city=北京 h 阅读全文
posted @ 2015-06-02 15:28 白话 阅读(987) 评论(0) 推荐(0) 编辑