Regression-Case Study (Regression可以做很多事情,例如Stock Market Forecast、Self-driving Car、Recommendation等等 ,在这里是通过预测宝可梦(pokemons)进化后过的CP值(战斗力),来说明Regression) ...
分类:
其他好文 时间:
2017-10-20 16:51:50
阅读次数:
352
#coding=UTF8
#!/usr/bin/envpython
fromflaskimportFlask
fromflask_sqlalchemyimportSQLAlchemy
app=Flask(__name__)
app.config[‘SQLALCHEMY_DATABASE_URI‘]=‘mysql://qhz:qhz123@10.10.10.57:3560/study‘
app.config[‘SECRET_KEY‘]=‘SQLalPython‘
db=SQLAlchemy(app)
cla..
分类:
数据库 时间:
2017-10-18 19:43:33
阅读次数:
165
之前我们讨论的PCA、ICA也好,对样本数据来言,可以是没有类别标签y的。回想我们做回归时,如果特征太多,那么会产生不相关特征引入、过度拟合等问题。我们可以使用PCA来降维,但PCA没有将类别标签考虑进去,属于无监督的。 比如回到上次提出的文档中含有“learn”和“study”的问题,使用PCA后 ...
分类:
其他好文 时间:
2017-10-11 15:24:16
阅读次数:
133
总结: 1.对web客户端和web服务器之间的通讯有了基本原理有了简单理解。 2.对http协议有了相关概念的建立 3.B/S C/S 两种形式 4.搭建tomcat服务器的环境,相关配置(虚拟目录 ,虚拟主机),对服务器(操作系统,数据库,应用软件,容器、语言)有所了解 知识储备: 协议: TCP ...
分类:
Web程序 时间:
2017-10-10 10:06:19
阅读次数:
219
First I will study English hard to pass CET 4/6 for 540/520. Second I would like to lose weight to become a handsome boy. Finally I will prepare for t ...
分类:
其他好文 时间:
2017-10-09 22:44:48
阅读次数:
217
基础: http://study.163.com/course/courseLearn.htm?courseId=1003632012#/learn/video?lessonId=1004389668&courseId=1003632012 let 和 const 2.const 只能赋值一次,再次 ...
分类:
其他好文 时间:
2017-10-08 18:53:42
阅读次数:
203
# -*- coding:utf-8 -*- import re '''python 3.5版本 正则匹配中文,固定形式:\u4E00-\u9FA5 ''' words = 'study in 山海大学' regex_str = ".*?([\u4E00-\u9FA5]+大学)" match_obj... ...
分类:
编程语言 时间:
2017-10-08 12:12:27
阅读次数:
225
I: Parity check 题目描述 Fascinated with the computer games, Gabriel even forgets to study. Now she needs to finish her homework, and there is an easy pro ...
分类:
其他好文 时间:
2017-10-07 14:37:46
阅读次数:
205
注意:开始这个实验之前请仔细阅读这个实验的readme和writup(实验说明和实验攻略),仔细阅读之后,事半功倍。 我使用的是从官网下载下来的self-study handout,实验过程中不连接服务器(单机版的感觉),所以不涉及计分板这些东西,如果想要了解,参看readme文档。 phase1: ...
分类:
移动开发 时间:
2017-10-06 20:05:51
阅读次数:
360
1.GPA 3.8↑(not demand too high because i want to have more time to study Professional knowledge rather than something maybe useless in the future) 2.p ...
分类:
其他好文 时间:
2017-10-04 12:25:11
阅读次数:
142