码迷,mamicode.com
首页 >  
搜索关键字:study    ( 1969个结果
机器学习-李宏毅(2)Regression-Case Study
Regression-Case Study (Regression可以做很多事情,例如Stock Market Forecast、Self-driving Car、Recommendation等等 ,在这里是通过预测宝可梦(pokemons)进化后过的CP值(战斗力),来说明Regression) ...
分类:其他好文   时间:2017-10-20 16:51:50    阅读次数:352
初学flask_sqlalchemy
#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
线性判别分析(Linear Discriminant Analysis)
之前我们讨论的PCA、ICA也好,对样本数据来言,可以是没有类别标签y的。回想我们做回归时,如果特征太多,那么会产生不相关特征引入、过度拟合等问题。我们可以使用PCA来降维,但PCA没有将类别标签考虑进去,属于无监督的。 比如回到上次提出的文档中含有“learn”和“study”的问题,使用PCA后 ...
分类:其他好文   时间:2017-10-11 15:24:16    阅读次数:133
day01:study HTTP协议
总结: 1.对web客户端和web服务器之间的通讯有了基本原理有了简单理解。 2.对http协议有了相关概念的建立 3.B/S C/S 两种形式 4.搭建tomcat服务器的环境,相关配置(虚拟目录 ,虚拟主机),对服务器(操作系统,数据库,应用软件,容器、语言)有所了解 知识储备: 协议: TCP ...
分类:Web程序   时间:2017-10-10 10:06:19    阅读次数:219
My college goals
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
Es6
基础: 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
python正则匹配——中文字符的匹配
# -*- 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
2017年ACM第八届山东省赛I题: Parity check(判断 第n项斐波那契数列奇偶性)
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
CSAPP 3e: Attack Lab
注意:开始这个实验之前请仔细阅读这个实验的readme和writup(实验说明和实验攻略),仔细阅读之后,事半功倍。 我使用的是从官网下载下来的self-study handout,实验过程中不连接服务器(单机版的感觉),所以不涉及计分板这些东西,如果想要了解,参看readme文档。 phase1: ...
分类:移动开发   时间:2017-10-06 20:05:51    阅读次数:360
my college goal
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
1969条   上一页 1 ... 57 58 59 60 61 ... 197 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!