2019年5月13日

Install PostgreSQL in Linux

摘要: PostgreSQL is an object-relational database management system developed by the Department of Computer Science at the University of California, Berkele 阅读全文

posted @ 2019-05-13 17:58 胖fufu的海鸥 阅读(416) 评论(0) 推荐(0) 编辑

2019年4月30日

Machine Learning with Oracle Database Advanced Analytics

摘要: ariticle from: http://www.ateam-oracle.com/ml-with-oracle-database-cloud-advanced-analytics Oracle DB + Oracle Data Mining + Oracle R Enterprise = Dat 阅读全文

posted @ 2019-04-30 22:57 胖fufu的海鸥 阅读(235) 评论(0) 推荐(0) 编辑

2019年4月26日

Python Reference in Data Analysis / Mining Tools

摘要: If you are already familiar with the module/package loading methods of Python, the following table is relatively easy to find. Python is referenced in 阅读全文

posted @ 2019-04-26 13:32 胖fufu的海鸥 阅读(262) 评论(0) 推荐(0) 编辑

Principle of DecisionTree Algorithm - Part II Ideas of Decision Tree ID3 Algorithm

摘要: Ideas of Decision Tree ID3 Algorithm The ID3 algorithm uses the information gain size to determine what features the current node should use to constr 阅读全文

posted @ 2019-04-26 12:50 胖fufu的海鸥 阅读(118) 评论(0) 推荐(0) 编辑

Principle of DecisionTree Algorithm - Part I The information theory basis of decision tree ID3 algorithm

摘要: Decision tree algorithm is a classic algorithm series in machine learning. It can be used as both a classification algorithm and a regression algorith 阅读全文

posted @ 2019-04-26 12:18 胖fufu的海鸥 阅读(194) 评论(0) 推荐(0) 编辑

Python For Data Science Cheat Sheet

摘要: 1. Python Data Analysis Basics 2. Numpy 3. Scikit-Learn 4. Bokeh 5. Scipy 6. Pandas quote from http://www.jianshu.com/p/7f4945b5d29c 阅读全文

posted @ 2019-04-26 11:44 胖fufu的海鸥 阅读(946) 评论(0) 推荐(0) 编辑

2019年4月9日

Windows下LaTex的中文配置

摘要: 最近要用LaTeX编写中文,突然发现编译过程报错,没有中文包,识别不了。看了网上一些博客,缺少一些字体包的支持,也有不用安装字体包的。总结下来算是两种方法吧。第一种是QuickBuild换成XeLaTeX: 可以初步实现中文显示和字体控制。 第二种也是QuickBuild换成XeLaTeX,同时Mi 阅读全文

posted @ 2019-04-09 12:11 胖fufu的海鸥 阅读(1173) 评论(0) 推荐(0) 编辑

2018年12月20日

Oracle实现线性回归

摘要: 线性回归的具体算法说明如下: 1. 用所给样本求出两个相关变量的(算术)平均值:X_=(x1+x2+x3+...+xn)/n;Y_=(y1+y2+y3+...+yn)/n 2. 分别计算分子和分母,分子=(x1y1+x2y2+x3y3+...+xnyn)-nX_Y_;分母=(x1^2+x2^2+x3 阅读全文

posted @ 2018-12-20 14:45 胖fufu的海鸥 阅读(727) 评论(0) 推荐(0) 编辑

2018年7月25日

雨天拍照技巧

摘要: 很多时候出去旅游,难免会碰到天气不好,甚至大雨绵绵。虽不能在雨中漫步,但是拍拍雨景也是不错的。 拍雨景不是很好拍,在拍摄雨景前需要注意一下几方面: 1、下雨天的光线变化比较大,有的时候光线比较明亮,有的时候又乌云密布,这两者之间的曝光量可是相差很大的哟,拍摄时最好使用测光表测光。 没有也无所谓,先随 阅读全文

posted @ 2018-07-25 16:35 胖fufu的海鸥 阅读(165) 评论(0) 推荐(0) 编辑

2018年5月25日

was8.5和aop的问题:JVMVRFY013 违反类装入约束o

摘要: 一、错误日志: Error 500: javax.servlet.ServletException: java.lang.VerifyError: JVMVRFY013 违反类装入约束 类=org/springframework/aop/aspectj/MethodInvocationProceed 阅读全文

posted @ 2018-05-25 09:44 胖fufu的海鸥 阅读(435) 评论(0) 推荐(0) 编辑

导航