码迷,mamicode.com
首页 >  
搜索关键字:paper    ( 1210个结果
Django 购物车模板
url from django.contrib import admin from django.urls import path, re_path from django.urls import include urlpatterns = [ re_path(r'^admin/', admin.s ...
分类:其他好文   时间:2019-12-21 20:35:14    阅读次数:85
2019-11-29-VisualStudio-使用三个方法启动最新-C#-功能
原文:2019-11-29-VisualStudio-使用三个方法启动最新-C#-功能 title author date CreateTime categories VisualStudio 使用三个方法启动最新 C# 功能 lindexi 2019-11-29... ...
分类:Windows程序   时间:2019-12-21 09:34:54    阅读次数:123
2019-11-29-WPF-开启-ScrollViewer-的触摸滚动
原文:2019-11-29-WPF-开启-ScrollViewer-的触摸滚动 title author date CreateTime categories WPF 开启 ScrollViewer 的触摸滚动 lindexi 2019-11-29 10:21:4... ...
分类:Windows程序   时间:2019-12-21 09:26:32    阅读次数:107
C-Store: A Column-oriented DBMS Mike
这篇paper比较老,是列存比较基础的论文 几乎所有列存,或olap的论文都会引用这篇 行存面向写,支持OLTP 列存面向读,支持OLAP 基于磁盘的DBMS,瓶颈基本在磁盘IO,所有做的工作都是用多余的cpu来换取磁盘IO 总体的思路,压缩让需要存的数据更小,densepack,更多的数据一起存, ...
分类:数据库   时间:2019-12-20 13:26:50    阅读次数:94
CC 03 Python
CC 03The game rock, paper, scissors is a classic tool used to make important decisions among two friends (read https://www.wikihow.com/Play-Rock,-Pape ...
分类:编程语言   时间:2019-12-19 13:01:43    阅读次数:79
Visual detection of structural changes in time-varying graphs using persistent homology
PKU blog about this paper Basic knowledge: 1. what is time-varying graphs? time-varying graph VS static graph. a time-varying graph - an ordered seque ...
分类:其他好文   时间:2019-12-16 17:47:55    阅读次数:92
paper reading(1) - Combining Sketch and Tone for Pencil Drawing Production
Combining Sketch and Tone for Pencil Drawing Production [toc] paper content understanding algorithm understand |variable name|variable definition| |: ...
分类:Windows程序   时间:2019-12-15 01:19:00    阅读次数:103
XGBoost 完整推导过程
参考: 1. 陈天奇 "XGBoost: A Scalable Tree Boosting System" Paper地址: 其中$f_k$ 指的是第k 棵树的模型 xi 表示第 i 个样本 1.2 目标函数抽象 $Obj = \sum \limits_{i=1}^n l(y_i, \hat y_i ...
分类:其他好文   时间:2019-12-11 23:20:42    阅读次数:113
集成学习 - Bagging
认识 Bagging 的全称为 (BootStrap Aggregation), 嗯, 咋翻译比较直观一点呢, 就 有放回抽样 模型训练? 算了, 就这样吧, 它的Paper是这样的: Algorithm Bagging: 1. Let n be the number of bootstrap sa ...
分类:其他好文   时间:2019-12-08 01:14:01    阅读次数:73
Ancient Printer HDU - 3460 贪心+字典树
The contest is beginning! While preparing the contest, iSea wanted to print the teams' names separately on a single paper. Unfortunately, what iSea co ...
分类:其他好文   时间:2019-12-07 14:48:00    阅读次数:104
1210条   上一页 1 ... 14 15 16 17 18 ... 121 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!