码迷,mamicode.com
首页 >  
搜索关键字:information    ( 3222个结果
42028: Assignment 2 – Autumn
42028: Assignment 2 – Autumn 2019 Page 1 of 4Faculty of Engineering and Information TechnologySchool of Software42028: Deep Learning and Convolutional ...
分类:其他好文   时间:2019-05-12 19:51:54    阅读次数:127
41889 - Application Development in the iOS Environment
Faculty of Engineering and Information TechnologySchool of Software41889 - Application Development in the iOS Environment42889 - iOS Application Devel ...
分类:移动开发   时间:2019-05-09 20:10:08    阅读次数:153
mysql语句技巧
1,查看所有数据库大小 use information_schema;select concat(round(sum(DATA_LENGTH/1024/1024),2),'MB') as data from TABLES; 2,查看指定数据库大小 use information_schema;sel ...
分类:数据库   时间:2019-05-08 10:56:03    阅读次数:145
comp20005 Engineering Computation
School of Computing and Information Systemscomp20005 Engineering ComputationSemester 1, 2019Assignment 1Learning OutcomesIn this project you will demo ...
分类:其他好文   时间:2019-05-06 18:48:00    阅读次数:108
数据库 之 库操作
阅读目录 一:系统数据库 二:数据库操作 三:命名规范 四:修改限权 五:修改密码 六:忘记密码 七:中文乱码问题 一:系统数据库 information_schema :虚拟库,不占用磁盘空间,存储的是数据库启动后的一些参数,如用户表信息、列信息、权限信息、字符信息等 mysql:核心数据库,里面 ...
分类:数据库   时间:2019-05-05 11:59:54    阅读次数:158
Decision Tree、Random Forest、AdaBoost、GBDT
原文地址:https://www.jianshu.com/p/d8ceeee66a6f Decision Tree 基本思想在于每次分裂节点时选取一个特征使得划分后得到的数据集尽可能纯。 划分标准 信息增益(Information Gain) 信息增益 = 未划分数据集的信息熵 划分后子数据集的信息 ...
分类:其他好文   时间:2019-05-04 00:16:56    阅读次数:127
MySQL Transaction--查看未提交事务执行的SQL
未提交事务 长期未提交事务,指开启事务后,长时间未向MySQL发出SQL执行请求或事务处理(COMMIT/ROLLBACK)请求,在系统表`information_schema`.`INNODB_TRX` 中状态为RUNNING,而在`information_schema`.`PROCESSLIST ...
分类:数据库   时间:2019-04-29 16:03:45    阅读次数:1340
php composer.phar 抛出异常
failed to open stream: Permission denied https://packagist.phpcomposer.com could not be fully loaded, package information was loaded from the local cache and may be out of date
分类:Web程序   时间:2019-04-27 18:21:20    阅读次数:305
TF-IDF算法-golang实现
1、TF-IDF算法介绍 TF-IDF(term frequency–inverse document frequency,词频-逆向文件频率)是一种用于信息检索(information retrieval)与文本挖掘(text mining)的常用加权技术。 TF-IDF是一种统计方法,用以评估一 ...
分类:编程语言   时间:2019-04-23 19:15:58    阅读次数:230
MySQL 自带4个默认数据库
默认数据库分类: information_schema performance_schema mysql test informance_schema 保存了MySQl服务所有数据库的信息。 具体MySQL服务有多少个数据库,各个数据库有哪些表,各个表中的字段是什么数据类型,各个表中有哪些索引,各个 ...
分类:数据库   时间:2019-04-23 12:42:07    阅读次数:216
3222条   上一页 1 ... 50 51 52 53 54 ... 323 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!