C++,python,热爱算法和机器学习
全部博文(1214)
发布时间:2014-03-30 20:39:57
文章来源:https://langui.sh/2014/03/10/wunused-command-line-argument-hard-error-in-future-is-a-harsh-mistress/Apple updated the Xcode command line tools today, which upgraded clang toApple LLVM version 5.1 (clang-503.0.38) (based on LLVM 3.4svn) and enabled a feature in clang that causes un.........【阅读全文】
发布时间:2014-03-29 10:23:41
文章来源:http://skipperkongen.dk/2013/02/14/having-a-look-at-leveldb/Note: It is worth noting that (the way I interpret it) one of the authors of LevelDB (Sanjay) recommends using TokyoCabinet if the workload is more read-oriented. In turn the TokyoCabinet authors recommend u.........【阅读全文】
发布时间:2014-03-27 10:53:31
文章来源:http://hi.baidu.com/kanif/item/1a77f6ccaec0480d0ad93a97python自2.6开始提供了多进程模块multiprocessing,这里主要是介绍multiprocessing下的Pool的几个函数一 apply(func[, args[, kwds]]) apply用于传递不定参数,同python中的apply函数一致(不过内置的apply函数从2.3以后就不.........【阅读全文】
发布时间:2014-03-26 23:35:29
文章来源:http://blog.csdn.net/xiazdong/article/details/7950566多元线性回归其实方法和单变量线性回归差不多,我们这里直接给出算法:computeCostMulti函数[plain] view plaincopyfunction J = computeCostMulti(X, y, theta).........【阅读全文】
发布时间:2014-03-26 23:34:13
文章来源:http://blog.csdn.net/xiazdong/article/details/7950111一、算法实现由前面的理论,我们知道了用梯度下降解决线性回归的公式:梯度下降解决线性回归思路:算法实现:ComputeCost函数:[plain] view plain.........【阅读全文】
chinaunix网友2009-10-12 16:19
你好,你在Google Code上放的sg2fcitx的mainme.c源代码我下载编译会出现段错误。请问你的编译环境是什么?GCC版本是多少? 谢谢。