∫ntegrabℓε ∂ifferentiαℓs
  • Collections
    Papers Books Tagged posts
  • About

Categories

blog 332 book 47 paper 232 paper, code 1
  • WireGuard VPN  ·  15 Feb 2023
  • Fixing Keras plot_model bug with expand_nested=True on functional models  ·  24 Dec 2022
  • Language Server Protocol in neovim  ·  22 Dec 2022
  • Mutex lock in bash shell  ·  09 Dec 2022
  • 802.11r on OpenWRT  ·  27 Nov 2022
  • Docker Tutorial  ·  11 Nov 2022
  • Creating a command line program automatically from a Python function  ·  08 Oct 2022
  • Diskless Debian with NBD  ·  30 Sep 2022
  • Keyword-only arguments, positional-only arguments, and Python decorators  ·  27 Sep 2022
  • Color PCL in macOS  ·  10 Aug 2022
  • Copying weight tensors from PyTorch to Tensorflow (and back)  ·  21 May 2022
  • Porting neovim config to lua  ·  07 May 2022
  • Arpa's trick explained  ·  27 Apr 2022
  • Dash, Flask, and WebSocket  ·  26 Apr 2022
  • Sampling and Visualizing Copulae  ·  02 Apr 2022
  • Gaussian Process Regression  ·  15 Mar 2022
  • Upgrading OpenWRT  ·  04 Mar 2022
  • Different models of ARIMA  ·  25 Feb 2022
  • PCA for asset allocation  ·  25 Jan 2022
  • Multivariate Outlier Detection  ·  14 Jan 2022
  • Building tensorflow 2.7 in Debian  ·  14 Dec 2021
  • Tensorflow.js quick start  ·  11 Dec 2021
  • Solutions to LaTeX out of memory  ·  28 Nov 2021
  • Excel conventions  ·  15 Sep 2021
  • Using neovim  ·  13 Sep 2021
  • Diskless Debian  ·  07 Aug 2021
  • Hurst parameter and fractional Brownian motion  ·  26 Jul 2021
  • QQ-plot and PP-plot  ·  23 Jul 2021
  • Interpreting linear regression summary from statsmodels  ·  16 Jul 2021
  • Bokeh, interactive widgets, and jupyterlab  ·  13 Jul 2021
  • Lagrangians and Portfolio Optimization  ·  22 Jun 2021
  • htop cheatsheet  ·  25 May 2021
  • Correct ways of deploying NFSv4  ·  05 May 2021
  • Threshold linear regression  ·  12 Apr 2021
  • Converting a DD-WRT router to OpenWRT  ·  06 Apr 2021
  • Heat equation and Black-Scholes formula  ·  16 Jan 2021
  • Copying weight tensors from PyTorch to Tensorflow  ·  31 Dec 2020
  • Collinearlity, degrees of freedom and LSTM networks  ·  22 Dec 2020
  • PXE boot Debian  ·  24 Nov 2020
  • DD-WRT on Linksys  ·  22 Nov 2020
  • A rough description of Radon-Nikodym derivative  ·  08 Nov 2020
  • Martingale and local martingale  ·  28 Oct 2020
  • Useful Google Colab snippets  ·  17 Sep 2020
  • Google Sheet API guided walkthrough  ·  04 Sep 2020
  • A use case of metaclass  ·  26 Aug 2020
  • Modern Python concurrency  ·  12 Aug 2020
  • JET color  ·  15 Jul 2020
  • TF2 GloVe embedding layer  ·  16 Jun 2020
  • keras port to tensorflow 2  ·  04 Jun 2020
  • Solving equations using Tensorflow 2 and PyTorch  ·  30 May 2020
  • A strange case in DD-WRT  ·  24 Apr 2020
  • Publishing a python package  ·  20 Apr 2020
  • Extract slides from video  ·  10 Apr 2020
  • Note taking  ·  31 Mar 2020
  • Weighted percentile function  ·  20 Dec 2019
  • Cantopop id3v2 tagger using scikit-learn and Keras  ·  25 Nov 2019
  • VSM for text normalization  ·  22 Nov 2019
  • Numbers for machine learning  ·  06 Nov 2019
  • Parsing Cantopop titles by machine learning  ·  25 Oct 2019
  • Pantheon on Debian Buster  ·  14 Oct 2019
  • Convex optimization with Lagrangian function and Support Vector Machine  ·  04 Aug 2019
  • Git, mercurial, and synchronized repositories  ·  20 Jul 2019
  • Public DNS list  ·  16 May 2019
  • Twelvefold of combinatorics  ·  28 Apr 2019
  • Karatsuba method of multiplication  ·  18 Apr 2019
  • Artificial Neural Network using only numpy  ·  20 Mar 2019
  • System design checklist  ·  17 Mar 2019
  • Tic-tac-toe using AI from the last century  ·  15 Mar 2019
  • Hypercycloid, hypertrochoid, hypocycloid, and hypotrochoid  ·  06 Mar 2019
  • PACELC theorem  ·  07 Feb 2019
  • Evolution of HTTP  ·  06 Feb 2019
  • Solving Sudoku with Simulated Annealing  ·  30 Jan 2019
  • Gaussian copula and multivariate normal distribution  ·  24 Jan 2019
  • Using pgfplotstable in LaTeX  ·  11 Dec 2018
  • Multiprocessing behaviour of Python in Windows vs non-Windows  ·  16 Nov 2018
  • Comparing pandas and SQL  ·  26 Sep 2018
  • Parallel computing in Python standard library  ·  29 Aug 2018
  • Using pythonnet to interface CSharp library  ·  15 Aug 2018
  • Encrypting a file with OpenSSL  ·  07 Aug 2018
  • "Advanced" OpenSSH  ·  04 Aug 2018
  • Thinking cycle of growth  ·  31 Jul 2018
  • Random Walks in Lattice Grid  ·  17 Jul 2018
  • Generating Multivariate Gaussian Distribution  ·  05 Jul 2018
  • Stochastic PDE for Poisson jump processes  ·  01 Jul 2018
  • Compiling cefpython on Mac  ·  30 Jun 2018
  • Modern portfolio theory  ·  22 Jun 2018
  • Python charting libraries  ·  21 Jun 2018
  • Modern C++ Good Practice  ·  13 Jun 2018
  • Jacobian matrix, Hessian matrix, and applications  ·  30 May 2018
  • Linear regression and confidence  ·  25 May 2018
  • Using Intel Intrinsics  ·  16 May 2018
  • Using C++17  ·  10 May 2018
  • Permutation and cycles  ·  10 May 2018
  • Python monad code commentary  ·  05 Apr 2018
  • Beta distribution  ·  28 Mar 2018
  • Probability distributions  ·  19 Mar 2018
  • Outlier removal by slope bound  ·  12 Mar 2018
  • Python docstring coding standards  ·  18 Feb 2018
  • Reading DOM in CEFPython3  ·  15 Feb 2018
  • A game using Python speech recognition  ·  14 Feb 2018
  • How to calculate percentile  ·  26 Jan 2018
  • Downsampling algorithms  ·  24 Jan 2018
  • Mandelbrot set SQL  ·  22 Jan 2018
  • O-R-I-D focused conversation  ·  18 Jan 2018
  • Simplifying surds  ·  16 Jan 2018
  • Enhancing parsing expression grammar  ·  13 Jan 2018
  • Draw Koch snowflake with tkinter  ·  20 Dec 2017
  • BIG-5 table  ·  02 Dec 2017
  • 粵語拼音對照表  ·  17 Nov 2017
  • CSS layout  ·  08 Nov 2017
  • Floating point endianness  ·  07 Nov 2017
  • Brother Toner Reset  ·  25 Oct 2017
  • bash string manipulation  ·  18 Oct 2017
  • Collateral Loan Obligations and others  ·  15 Sep 2017
  • Work around Python GIL with Parallel Processes  ·  14 Aug 2017
  • Ciphers and OpenSSH  ·  17 Jul 2017
  • Hackintosh Update - Sierra  ·  16 Jul 2017
  • Pretty printing something  ·  10 Jul 2017
  • Design patterns revisited  ·  19 May 2017
  • OpenVPN setup in Debian Jessie  ·  01 Nov 2016
  • Zotac ID12 as Kodi Box  ·  28 May 2016
  • Rooting Asus Transformer TF300-T  ·  25 Oct 2015
  • ACID, BASE, and CAP theorem  ·  21 Nov 2012
  • Start-up ideas  ·  19 Nov 2012
  • Scaling a Development Team  ·  19 Nov 2012
  • Python Strings  ·  06 Nov 2012
  • Floyd's cycle-finding algorithm  ·  19 Oct 2012
  • Hackintosh on Mountain Lion  ·  18 Oct 2012
  • Game of Probability  ·  05 Sep 2012
  • Object Oriented Design  ·  05 Sep 2012
  • The various system traces  ·  21 Aug 2012
  • Makefile  ·  21 Aug 2012
  • Inequalities of Probability  ·  21 Aug 2012
  • Proof of Euclid's Formula for Pythagorean Triples  ·  09 Aug 2012
  • Revision: Ito calculus  ·  03 Aug 2012
  • Integer Reciprocal and Geometric Series  ·  30 Jul 2012
  • Opposite of a Bloom Filter  ·  16 Jul 2012
  • e and π  ·  15 Jul 2012
  • Volume of n-ball  ·  26 Jun 2012
  • Simultaneous Equations in Two Unknowns  ·  18 Jun 2012
  • Threads  ·  12 Jun 2012
  • OpenMP  ·  07 Jun 2012
  • pthread  ·  07 Jun 2012
  • Laundry optimization  ·  07 Jun 2012
  • Hölder mean  ·  07 Jun 2012
  • Linearization in Mathematical Programming  ·  22 May 2012
  • Multivariate Gaussian Distribution  ·  09 May 2012
  • Mapping the real domain into a finite interval  ·  02 May 2012
  • Newton's method  ·  01 May 2012
  • Property of Matrix and Its Eigenvalues  ·  30 Apr 2012
  • Covariance & Correlation  ·  30 Apr 2012
  • QR Decomposition  ·  19 Apr 2012
  • Solving Steiner Tree Problem as a MILP  ·  10 Apr 2012
  • MathProg language by example  ·  09 Apr 2012
  • The correct way of doing probability  ·  30 Mar 2012
  • Repeated Hash and Collision  ·  14 Mar 2012
  • Stolz-Cesàro theorem  ·  05 Mar 2012
  • Erlang & Poisson distribution  ·  01 Mar 2012
  • Replace a Search Tree with Skiplist for Performance  ·  26 Feb 2012
  • Snapshot backup  ·  20 Feb 2012
  • bash and TCP/UDP sockets  ·  19 Feb 2012
  • Generating Random Password  ·  18 Feb 2012
  • Hackintosh  ·  17 Feb 2012
  • Triangle Probability  ·  16 Feb 2012
  • Sum to target  ·  14 Feb 2012
  • 3D Heart  ·  03 Feb 2012
  • Perl One-Liners and other tricks  ·  27 Jan 2012
  • prototype.js  ·  27 Jan 2012
  • Tips and Tricks  ·  27 Jan 2012
  • Python  ·  19 Jan 2012
  • bwm-ng  ·  09 Jan 2012
  • The Design Pattern in NS-3 Random Variables  ·  27 Dec 2011
  • Python generators  ·  19 Dec 2011
  • destutter  ·  11 Dec 2011
  • ns3: Touching a header in the middle of a packet  ·  08 Dec 2011
  • MagSafe repair  ·  13 Aug 2011
  • Nerd Clock  ·  06 Aug 2011
  • Converting a decimal to IEEE 754 floating point  ·  06 Aug 2011
  • Mounting NFS in OSX Lion  ·  03 Aug 2011
  • Balls and Bins  ·  02 Aug 2011
  • Call dependency graph in NS-3  ·  02 Aug 2011
  • ns3: ASCII trace to stdout  ·  01 Aug 2011
  • Changing OS X Folder Icon  ·  27 Jul 2011
  • Mac OS X Lion  ·  27 Jul 2011
  • The k-Shortest Path Algorithms  ·  24 Jul 2011
  • Papers related to TCP research  ·  06 Jul 2011
  • The case of back door in vsftpd 2.3.4  ·  03 Jul 2011
  • Integration tricks  ·  03 Jun 2011
  • Removing duplicated files  ·  23 Apr 2011
  • OpenCL programming on Mac OS X  ·  19 Dec 2010
  • Flushing cache in Linux to free up memory  ·  14 Oct 2010
  • Computer Architecture (x86)  ·  09 Oct 2010
  • Using SSE (SIMD extension) in GCC  ·  02 Oct 2010
  • The 13 Motifs of Parallel Programming  ·  01 Oct 2010
  • Log of numbers  ·  08 Sep 2010
  • Deleting from Perl hashes  ·  19 May 2010
  • Set membership check in Perl  ·  06 May 2010
  • Parallelism by tee in bash  ·  26 Apr 2010
  • Reservoir Sampling with Uniform Probability  ·  26 Apr 2010
  • Threading performance checker using GDB  ·  13 Apr 2010
  • Libraries of Regular Expressions  ·  09 Apr 2010
  • popcount  ·  09 Apr 2010
  • Binary Tricks  ·  09 Apr 2010
  • LaTeX package: qbordermatrix  ·  29 Mar 2010
  • Using C Preprocessors  ·  11 Feb 2010
  • C++ subtleties  ·  04 Jan 2010
  • ns3: Use of pointers  ·  03 Jan 2010
  • Removing Universal Binary  ·  02 Jan 2010
  • GCC's predefined  ·  21 Dec 2009
  • ns3: Memory footprint  ·  21 Dec 2009
  • FAT32 structure  ·  15 Nov 2009
  • vim modeline for NS-3 coding style  ·  06 Nov 2009
  • GDB 7 on OS X  ·  21 Oct 2009
  • Pipes (in bash)  ·  17 Jun 2009
  • Perl 5.10  ·  13 Jun 2009
  • Automated GDB  ·  11 May 2009
  • Regex to check matching parenthesises  ·  10 May 2009
  • montage  ·  21 Apr 2009
  • Schwartzian Transformation  ·  04 Apr 2009
  • 年糕  ·  15 Jan 2009
  • zhrecode  ·  11 Apr 2008
  • Films and Resolution  ·  06 Mar 2008
  • Sunny 16 Rule  ·  23 Jan 2008
  • Rechargable Batteries  ·  20 Dec 2007
  • 12 Photography Tips  ·  07 Dec 2007
  • VMware Server  ·  24 Oct 2007
  • NetInstall Debian using USB devices  ·  19 Oct 2007
  • Measurement System Conversion Table  ·  16 Oct 2007
  • SimpleXML in PHP5  ·  13 Sep 2007
  • Broken Associative Array of JavaScript  ·  26 Aug 2007
  • My ~/.vimrc file  ·  26 Aug 2007
  • Specification of my Samsung Q25  ·  16 Aug 2007
  • Writing (in English)  ·  14 Aug 2007
  • Power Architeture  ·  13 Aug 2007
  • Serial console 串列埠連接  ·  13 Aug 2007
  • Random notes about N1200  ·  10 Aug 2007
  • NFS module  ·  09 Aug 2007
  • Firmware Handling  ·  08 Aug 2007
  • Spamassassin  ·  08 Aug 2007
  • Javascript  ·  06 Aug 2007
  • mlterm 字型  ·  06 Aug 2007
  • ieee80211_crypt_wep  ·  05 Aug 2007
  • Grid elements  ·  26 Jul 2007
  • AJAX Mistakes  ·  26 Jul 2007
  • File Upload in AJAX  ·  24 Jul 2007
  • Si j'etais Carla  ·  12 Jul 2007
  • natbib in LaTeX  ·  29 Jun 2007
  • DokuWiki plug-in: Multi-line lists  ·  18 Jun 2007
  • Mac OS X Tricks  ·  10 Jun 2007
  • XCode issues  ·  05 Jun 2007
  • Apache 2 Virtual Host  ·  03 Jun 2007
  • Best of the Best by IEEE  ·  31 May 2007
  • Bulb mode and Time mode  ·  27 May 2007
  • 3x4  ·  27 May 2007
  • Filters for photography  ·  21 May 2007
  • Depth of Field  ·  21 May 2007
  • Perl and Character Encoding  ·  10 May 2007
  • Acid-free paper  ·  10 May 2007
  • Sample code of using Berkeley DB  ·  06 May 2007
  • MD5 in C++  ·  18 Apr 2007
  • Huawei SmartAX MT900 VDSL Modem  ·  17 Apr 2007
  • Patricia Tree (PAT tree)  ·  16 Apr 2007
  • Size of CCD CMOS on Common Digital Cameras  ·  12 Apr 2007
  • Statistics notes  ·  10 Apr 2007
  • Queueing Theory notes  ·  10 Apr 2007
  • Bayonne + Linux + Dialogic HOWTO  ·  10 Apr 2007
  • HylaFax over Debian HOWTO  ·  10 Apr 2007
  • TCP Algorithm (NewReno)  ·  09 Apr 2007
  • Perlstone: Multithreaded web system stress test engine in Perl  ·  04 Apr 2007
  • Bash Prompt stuff  ·  02 Apr 2007
  • FORTRAN Premier  ·  01 Apr 2007
  • Chinese Language Processing  ·  28 Mar 2007
  • My HKALE Notes  ·  27 Mar 2007
  • Graph paper by MetaPost  ·  27 Mar 2007
  • Maximal matching of patterns  ·  27 Mar 2007
  • Math Courses and Tutorials  ·  25 Mar 2007
  • Introductory AJAX  ·  25 Mar 2007
  • My Presentations and Talks  ·  25 Mar 2007
  • DokuWiki notes  ·  21 Mar 2007
  • DokuWiki plug-in: Content  ·  21 Mar 2007
  • LaTeX Package: Fill in Blanks  ·  21 Mar 2007
  • Blank line handling in VIM  ·  15 Mar 2007
  • ISO Paper Sizes  ·  13 Feb 2007
  • Image Scanning Tips  ·  12 Feb 2007
  • GRE Computer Science Study  ·  28 Oct 2006
  • Skills for a Higher Productivity  ·  23 Sep 2006
  • How I created my wedding page  ·  15 Sep 2006
  • English Tenses  ·  25 Aug 2006
  • Java Strings  ·  15 Aug 2006
  • FireFox File Selection Dialog  ·  07 Aug 2006
  • Thunderbird on Debian  ·  08 Jun 2006
  • Nokia 6270  ·  17 May 2006
  • Porting to Dovecot  ·  23 Apr 2006
  • Constant pointer constant  ·  24 Mar 2006
  • Linux Kernel Calls  ·  13 Mar 2006
  • Dairy on the Implementation of AC in NS2  ·  21 Feb 2006
  • Manual of playing with NS2  ·  14 Feb 2006
  • Installing ns2 (v2.29) on Debian Sid  ·  09 Feb 2006
  • Fix for Linux 2.6.15+VMware GSX 3  ·  07 Feb 2006
  • Network Calculus  ·  06 Feb 2006
  • Papers skimmed for my MPhil  ·  16 Jan 2006
  • A Study of the Coexistence of Heterogeneous Flows on Data Networks  ·  10 Jan 2006
  • Fixing Postscript Files as Obtained from Windows Print-to-File  ·  05 Jan 2006
  • Off-the-shelf GNU/Linux (or Debian) Commands  ·  21 Dec 2005
  • An Interesting Problem: Wolves and Sheeps  ·  30 Nov 2005
  • Unmaintainable code  ·  21 Nov 2005
  • Converting EBCDIC to ASCII  ·  15 Nov 2005
  • GNU Plot Tricks  ·  08 Nov 2005
  • SMTP servers of the ISPs in Hong Kong  ·  08 Oct 2005
  • MetaPost to EPS  ·  06 Oct 2005
  • List Plugin for DokuWiki  ·  03 Oct 2005
  • Windows Tricks  ·  30 Sep 2005
  • Connecting PPTP VPN in Linux  ·  28 Sep 2005
  • LaTeX tricks  ·  08 Apr 2005
  • Use Comic Sans Font in LaTeX  ·  08 Apr 2005
  • What is Sigmoidal function?  ·  24 Feb 2005
  • Stirling's Formula  ·  20 Feb 2005
  • Network Tools  ·  14 Jan 2005
  • Installing IEEEtrans style file on Debian  ·  28 Dec 2004
  • Configuration of INN  ·  03 Dec 2004
  • Samsung Q25 Installation Record  ·  26 Nov 2004
  • Using Canon PowerShot A80 in Linux  ·  26 Nov 2004
  • Debian Workstation on Dell Optiplex  ·  03 Nov 2004
  • Using WebDAV in Apache  ·  02 Nov 2004
  • Unicode in VIM  ·  02 Nov 2004
  • TTCap options  ·  02 Nov 2004
  • Various SSH usage tips  ·  02 Nov 2004
  • Spelled Speech  ·  02 Nov 2004
  • Reading numbers in C  ·  02 Nov 2004
  • How to use MAMSolver  ·  02 Nov 2004
  • How to Compile MAMSolver  ·  02 Nov 2004
  • IPW2200 in Linux  ·  02 Nov 2004
  • Thinking with type  ·  03 Oct 2021
  • Time Management for System Administrators  ·  11 Sep 2021
  • The Naked Presenter  ·  23 Apr 2019
  • Team Geek  ·  17 Apr 2019
  • 世界一速く結果を出す人は、なぜ、メールを使わないのか  ·  28 Feb 2019
  • 大規模Web服務開發技術  ·  09 Feb 2019
  • 鬼速PDCA工作術  ·  31 Jul 2018
  • How to fly a horse  ·  09 Apr 2018
  • 小王子的領悟  ·  04 Apr 2018
  • 深思快想 瞬間看透事物本質的豐田思考術  ·  04 Feb 2018
  • Cracking the Code to a Successful Interview  ·  05 Jan 2018
  • 說話的力量 (TED Talks: The official TED guide to public speaking)  ·  23 Dec 2017
  • The Minto Pyramid Principle  ·  20 Dec 2017
  • Scrum. The Art of Doing Twice the Work in Half the Time  ·  02 Dec 2017
  • 海葬 大清海軍與李鴻章  ·  06 Nov 2016
  • 盛世 中國,二零一三年  ·  23 Oct 2016
  • Geek Physics  ·  17 Oct 2016
  • Financial Origami, How the Wall Street Model Broke  ·  17 Jan 2013
  • Don't Make Me Think 2/e  ·  05 Dec 2012
  • Programming in Haskell  ·  21 Aug 2012
  • Presentation Zen: Simple Ideas on Presentation Design and Delivery  ·  20 Jan 2012
  • The Elements of Programming Style  ·  11 Sep 2010
  • Outliers: The Story of Success  ·  05 May 2010
  • The Combinatorics of Network Reliability  ·  05 May 2010
  • Introduction to Algorithms 2/e  ·  09 Apr 2010
  • Design Patterns: Elements of Reusable Object-Oriented Software  ·  05 Apr 2010
  • Programming Pearls 2e  ·  11 Feb 2010
  • You and Your Research  ·  02 May 2009
  • Scientific English  ·  21 Apr 2009
  • 瞬間贏得信任的冷讀術  ·  16 Aug 2007
  • 浮桴記--謀府生涯六載事與思  ·  21 Jul 2007
  • User Interface Design for Mere Mortals  ·  19 Jun 2007
  • 系統思維  ·  06 Jun 2007
  • 天擇——猶太人的故事  ·  02 Jun 2007
  • 生生基督世世佛  ·  28 May 2007
  • 世界上最偉大的教育法則  ·  17 Apr 2007
  • 栽培領袖:耶穌會的人才學  ·  10 Apr 2007
  • 權謀大帝 雍正  ·  29 Mar 2007
  • 歷史幾狼都有  ·  29 Mar 2007
  • 潮平岸闊  ·  29 Mar 2007
  • Digital Retouching and Compisiting: Photographer's Guide  ·  27 Aug 2006
  • Photography: The New Complete Guide to Taking Photographs, From Basic Composition to the Latest Digital Techniques  ·  17 Aug 2006
  • 10 Minute Guide to Leadership 2e  ·  21 Mar 2006
  • Five Equations that Changed the World  ·  29 Jan 2006
  • The Cartoon Guide to Statistics  ·  29 Oct 2005
  • 香港的殖民地幽靈  ·  20 Oct 2005
  • Linux Shell Scripting with Bash  ·  01 Nov 2004
  • Cai & Vasconcelos (2018) Cascade R-CNN: Delving into High Quality Object Detection  ·  03 Mar 2023
  • Lin et al (2017) Feature Pyramid Networks for Object Detection  ·  03 Mar 2023
  • He et al (2016) Deep Residual Learning for Image Recognition  ·  03 Mar 2023
  • He, Gkioxari and Dollar and Girshick (2017) Mask R-CNN  ·  03 Mar 2023
  • Shelhamer, Long, and Darrell (2017) Fully Convolutional Networks for Semantic Segmentation  ·  02 Mar 2023
  • Ren, He, Girshick, Sun (2016) Faster R-CNN  ·  12 Feb 2023
  • Girshick (2015) Fast R-CNN  ·  08 Feb 2023
  • Girshick et al (2014) Rich feature hierarchies for accurate object detection and semantic segmentation  ·  04 Feb 2023
  • Howard et al (2017) MobileNets: Efficient Convolutional Neural Networks for Mobile Vision Applications  ·  30 Jan 2023
  • Jacob et al (2017) Quantization and Training of Neural Networks for Efficient Integer-Arithmetic-Only Inference  ·  02 Dec 2022
  • Dey et al (2017) SigNet  ·  13 Jun 2022
  • Cao et al (2019) OpenPose  ·  12 May 2022
  • Bengio et al (2003) A Neural Probabilistic Language Model  ·  08 Apr 2022
  • Abe & Nakayama (2018) Deep Learning for Forecasting Stock Returns in the Cross-Section  ·  30 Nov 2021
  • Taylor & Letham (2018) Forecasting at Scale  ·  08 Nov 2021
  • Glorot & Bengio (2010) Understanding the difficulty of training deep feedforward neural networks  ·  15 Oct 2021
  • van der Maaten & Hinton (2008) Visualizing data using t-SNE  ·  17 Sep 2021
  • Kelly (1956) A new interpretation of information rate  ·  18 Nov 2020
  • Chatterjee (2015) Modeling credit risk  ·  10 Nov 2020
  • Owen (1980) A table of normal integrals  ·  08 Nov 2020
  • Akra & Bazzi (1998) On the solution of linear recurrence equations  ·  07 Sep 2020
  • Prasad et al (2020) CascadeTabNet  ·  22 May 2020
  • Hellerstein et al (1995) Generalized Search Trees for Database Systems  ·  02 Dec 2019
  • Pimbley (2016) Better measurements for CLO equity performance  ·  20 Nov 2019
  • Sholler et al (2019) Ten simple rules for helping newcomers become contributers to open projects  ·  31 Oct 2019
  • Singh et al (2015) Jupiter Rising  ·  15 Sep 2019
  • Rabiner (1989) A tutorial on hidden Markov models  ·  02 Sep 2019
  • Use of Kalman filter in finance and estimation of value-at-risk  ·  18 Aug 2019
  • Shi and Xu (2016) Credit Scoring by Fuzzy Support Vector Machines with a Novel Membership Function  ·  06 Aug 2019
  • Wang, Wang, & Lai (2005) A New Fuzzy Support Vector Machine to Evaluate Credit Risk  ·  06 Aug 2019
  • Yu (2014) Credit Risk Evaluation with a Least Squares Fuzzy Support Vector Machine Classifier  ·  06 Aug 2019
  • Suykens and Vandewalle (1999) Least Squares Support Vector Machine Classifiers  ·  05 Aug 2019
  • Jeong et al (2014) mTCP - A highly scalable user-level TCP stack for multicore systems  ·  15 Jun 2019
  • David et al (2016) DeepChess: End-to-end deep neural network for automatic learning in chess  ·  13 Mar 2019
  • Silver et al (2017) Mastering the game of Go without human knowledge  ·  12 Mar 2019
  • DeCandia et al (2007) Dynamo  ·  14 Feb 2019
  • Wang, Youssef, & Elhakeem (2006) On some feature selection strategies for spam filter design  ·  07 Jan 2019
  • Lin, Tegmark, & Rolnick (2017) Why does deep and cheap learning work so well?  ·  02 Jan 2019
  • Das & Stein (2011) Differences in Tranching Methods  ·  31 Dec 2018
  • Koutras (1996) On a waiting time distribution in a sequence of Bernoulli trials  ·  28 Dec 2018
  • Kriegel et al (2010) Outlier Detection Techniques  ·  13 Nov 2018
  • Pandey et al (2017) A Fast x86 Implementation of Select  ·  05 Nov 2018
  • Lamport et al (1982) The Byzantine Generals Problem  ·  13 Aug 2018
  • Tupaj et al (1996) Extracting Tabular Information From Text Files  ·  10 Aug 2018
  • Woeginger (2009) When Cauchy and Hölder Met Minkowski  ·  18 Jun 2018
  • Thorp (1969) Optimal gambling systems for favorable games  ·  15 Jun 2018
  • Knuth (2000) Dancing Link  ·  18 May 2018
  • Schroeder & Gibson (2007) Disk failures in the real world  ·  02 May 2018
  • Neely (2017) Chinese Foreign Exchange Reserves, Policy Choices and the U.S. Economy  ·  20 Apr 2018
  • Ryabko et al (2004) A new test for randomness and its application (JSPI)  ·  13 Apr 2018
  • Malherbe & Vayatis (2017) Global optimization of Lipschitz functions  ·  25 Feb 2018
  • Genovese (2001) Interacting Multiple Model Algorithm for Accurate State Estimation of Maneuvering Targets  ·  02 Feb 2018
  • Kraska et al (2017) The Case for Learned Index Structure (arXiv)  ·  03 Jan 2018
  • Rolfe (2002) One-Time Binary Search Tree Balancing (SIGCSE Bulletin)  ·  27 Oct 2017
  • Bearden & Connolly (2008) On Optimal Satisficing  ·  23 Jan 2013
  • Raghavendra (2012) A Randomized Algorithm for Linear Equations over Prime Fields  ·  21 Aug 2012
  • Murray (1993) A Drunk and Her Dog (AS)  ·  26 Jun 2012
  • Xi & Chao (2007) ESCAP: Efficient SCan for Alternate Paths to Achieve IP Fast Rerouting (Globecom)  ·  03 Apr 2012
  • Kini et al (2009) Fast Recovery from Dual Link Failures in IP Networks (INFOCOM)  ·  27 Mar 2012
  • Huang & Langston (1988) Practical In-Place Merging  ·  22 Mar 2012
  • Floyd & Jacobson (1993) RED Gateway for Congestion Avoidance (TON)  ·  11 Feb 2012
  • Allman et al (2009) TCP Congestion Control (RFC5681)  ·  09 Feb 2012
  • Ap-Apid (2005) An Algorithm for Nudity Detection (PCSC)  ·  02 Feb 2012
  • Floyd et al (2007) Quick-Start for TCP and IP (RFC4782)  ·  01 Feb 2012
  • Alizadeh et al (2010) Data Center TCP (DCTCP) (SIGCOMM)  ·  28 Jan 2012
  • Mathis & Mahdavi (1996) Forward Acknowledgement: Refining TCP Congestion Control (CCR)  ·  06 Jan 2012
  • Prakash et al (2011) The TCP Outcast Problem: Exposing Unfairness in Data Center Networks  ·  19 Dec 2011
  • Psaras & Tsaoussidis (2009) On the properties of an adaptive TCP Minimum RTO (ComCom)  ·  09 Dec 2011
  • Aggarwal et al (2000) Understanding the Performance of TCP Pacing (INFOCOM)  ·  09 Dec 2011
  • Zheng & Qiao (2011) An Effective Approach to Preventing TCP Incast Throughput Collapse for Data Center Networks (GLOBECOM)  ·  07 Dec 2011
  • Ford et al (2011) TCP Extensions for Multipath Operation with Multiple Addresses (Internet Draft)  ·  06 Dec 2011
  • Kulkarni & Agrawal (2011) A Probabilistic Approach to Address TCP Incast in Data Center Networks (ICDCS)  ·  09 Aug 2011
  • Hayashi et al (2011) Improving Fairness of Quantized Congestion Notification for Data Center Ethernet Networks (ICDCS)  ·  09 Aug 2011
  • Wadekar (2007) Enhanced Ethernet for Data Center: Reliable, Channelized and Robust (LANMAN)  ·  09 Aug 2011
  • Kuzmanovic et al (2009) Adding Explicit Congestion Notification (ECN) Capability to TCP's SYN/ACK packets (RFC5562)  ·  08 Aug 2011
  • Ramakrishnan et al (2001) The Addtion of Explicit Congestion Notification (ECN) to IP (RFC3168)  ·  08 Aug 2011
  • Allman et al (2001) Enhancing TCP's Loss Recovery Using Limited Transmit (RFC3042)  ·  08 Aug 2011
  • Allman et al (2002) Increasing TCP's Initial Window (RFC3390)  ·  08 Aug 2011
  • Crisan et al (2011) Short and Fat: TCP Performance in CEE Datacenter Networks (HotI)  ·  06 Aug 2011
  • Öhring et al (1995) On Generalized Fat Trees (IPPS)  ·  06 Aug 2011
  • Zhang et al (2011) Modeling and Understanding TCP Incast in Data Center Networks (INFOCOM)  ·  20 Jul 2011
  • Zhang et al (2011) Shrinking MTU to Mitigate TCP Incast Throughput Collapse in Data Center Networks (ICCMC)  ·  20 Jul 2011
  • Shpiner & Keslassy (2010) A Switch-Based Approach to Throughput Collapse and Starvation in Data Centers (IWQoS)  ·  20 Jul 2011
  • Wu et al (2010) ICTCP: Incast Congestion Control for TCP in Data Center Networks (CoNEXT)  ·  20 Jul 2011
  • Devkota & Reddy (2010) Performance of Quantized Congestion Notification in TCP Incast Scenarios of Data Centers (MASCOTS)  ·  20 Jul 2011
  • Chen et al (2009) Understanding TCP Incast Throughput Collapse in Datacenter Networks (WREN)  ·  20 Jul 2011
  • Vasudevan et al (2009) Safe and Effective Fine-grained TCP Retransmissions for Datacenter Communication (SIGCOMM)  ·  20 Jul 2011
  • Phanishayee et al (2008) Measurement and Analysis of TCP Throughput Collapse in Cluster-based Storage Systems (FAST)  ·  20 Jul 2011
  • Krevat et al (2007) On Application-level Approaches to Avoiding TCP Throughput Collapse in Cluster-based Storage Systems (SC)  ·  20 Jul 2011
  • Podlesny & Williamson (2011) An Application-Level Solution for the TCP-incast Problem in Data Center Networks (IWQoS)  ·  20 Jul 2011
  • Zhang & Ansari (2011) On Mitigating TCP Incast in Data Center Networks (INFOCOM)  ·  20 Jul 2011
  • Nelakuditi & Zhang (2001) On Selection of Paths for Multipath Routing (IWQoS)  ·  13 Jul 2011
  • Mérindol et al (2008) Improving Load Balancing with Multipath Routing (ICCCN)  ·  13 Jul 2011
  • Guérin & Orda (2002) Computing Shortest Paths for Any Number of Hops (TON)  ·  13 Jul 2011
  • Shieh et al (2011) Sharing the Data Center Network (NSDI)  ·  10 Jul 2011
  • Spring et al (2000) Receiver Based Management of Low Bandwidth Access Links (INFOCOM)  ·  08 Jul 2011
  • Minkenberg et al (2009) Adaptive Routing for Convergence Enhanced Ethernet (HPSR)  ·  08 Jul 2011
  • Vasudevan et al (2009) A (In)Cast of Thousands: Scaling Datacenter TCP to Kiloservers and Gigabits (CMU TR)  ·  08 Jul 2011
  • Ren et al (2010) Google-Wide Profiling: A Continuous Profiling Infrastructure for Data Centers (IEEE Micro)  ·  21 Jun 2011
  • Guo et al (2009) BCube: A High Performance, Server-centric Network Architecture for Modular Data Centers (SIGCOMM)  ·  30 May 2011
  • Abts et al (2010) Energy Proportional Datacenter Networks (ISCA)  ·  30 May 2011
  • Greenberg et al (2009) VL2: A Scalable and Flexible Data Center Network (SIGCOMM)  ·  30 May 2011
  • Eppstein (1998) Finding the k shortest paths (SIAM J Computing)  ·  24 May 2011
  • Atlas & Zinin (2008) Basic Specification for IP Fast Reroute: Loop-Free Alternates (RFC5286)  ·  21 May 2011
  • Yen (1971) Finding the K Shortest Loopless Paths in a Network (Management Sci)  ·  18 May 2011
  • Dukkipati et al (2010) An Argument for Increasing TCP’s Initial Congestion Window (CCR)  ·  09 May 2011
  • Banner & Orda (2007) Multipath Routing Algorithms for Congestion Minimization (TON)  ·  05 May 2011
  • Benson et al (2010) Network Traffic Characteristics of Data Centers in the Wild (IMC)  ·  26 Apr 2011
  • Zhang et al (2004) Efficient TCP Connection Failover in Web Server Clusters (INFOCOM)  ·  23 Apr 2011
  • Fortz & Thorup (2000) Internet Traffic Engineering by Optimizing OSPF Weights (INFOCOM)  ·  18 Apr 2011
  • Benson et al (2009) Understanding Data Center Traffic Characteristics (WREN)  ·  16 Apr 2011
  • Kvalbein et al (2009) Multiple Routing Configurations for Fast IP Network Recovery (TON)  ·  16 Apr 2011
  • Francois (2007) Avoiding Transient Loops During the Convergence of Link-State Routing Protocols (TON)  ·  06 Apr 2011
  • Benson et al (2010) The Case for Fine-grained Traffic Engineering in Data-centers (INM/WREN)  ·  21 Mar 2011
  • Casado et al (2009) Rethinking Enterprise Network Control (TON)  ·  21 Mar 2011
  • Al-Fare et al (2008) A Scalable, Commodity Data Center Network Architecture (SIGCOMM)  ·  21 Mar 2011
  • Goiri et al (2010) Energy-aware Scheduling in Virtualized Datacenters (Cluster)  ·  14 Mar 2011
  • Tiwana et al (2010) Location, Location, Location! Modeling Data Proximity in the Cloud (HotNets)  ·  07 Oct 2010
  • Popa et al (2010) CloudPolice: Taking Access Control out of the Network (HotNets)  ·  07 Oct 2010
  • Sun & Wang (2010) Enable Cache Effect on Forwarding Table in Metro-Ethernet (ACN)  ·  07 Oct 2010
  • Avin et al (2009) From Trees to DAGs: Improving the Performance of Bridged Ethernet Networks (GlobeCom)  ·  06 Oct 2010
  • Kim et al (2009) Revisiting Route Caching: The World Should Be Flat (PAM)  ·  06 Oct 2010
  • Edwards et al (2009) Diverter: A New Approach to Networking Within Virtualized Infrastructures (WREN)  ·  06 Oct 2010
  • Koponen et al (2010) Onix: A Distributed Control Platform for Large-scale Production Networks (OSDI)  ·  04 Oct 2010
  • Scott et al (2009) Addressing the Scalability of Ethernet with MOOSE (ITC21)  ·  04 Oct 2010
  • Elmeleegy and Cox (2009) EtherProxy: Scaling Ethernet By Suppressing Broadcast Traffic (INFOCOM)  ·  03 Oct 2010
  • Ibáñez et al (2010) Fast Path Ethernet Switching: On-demand, Efficient Transparent Bridges for Data Center and Campus Networks (LANMAN)  ·  03 Oct 2010
  • Kim et al (2008) Floodless in SEATTLE: A Scalable Ethernet Architecture for Large Enterprises (SIGCOMM)  ·  03 Oct 2010
  • Yu et al (2009) BUFFALO: Bloom Filter Forwarding Architecture for Large Organizations (CoNEXT)  ·  03 Oct 2010
  • Myers et al (2004) Rethinking the Service Model: Scaling Ethernet to a Million Nodes (HotNets)  ·  02 Oct 2010
  • Kowarschik and Weiss (2003) An Overview of Cache Optimization Techniques and Cache-Aware Numerical Algorithms (LNCS 2625)  ·  01 Oct 2010
  • Lam et al (1991) The Cache Performance and Optimization of Blocked Algorithms (ASPLOS)  ·  29 Sep 2010
  • Gude et al (2008) NOX: Towards an Operating System for Networks (CCR)  ·  29 Sep 2010
  • Greenberg et al (2005) A Clean Slate 4D Approach to Network Control and Management (CCR)  ·  29 Sep 2010
  • Zaharia et al (2010) Spark: Cluster Computing with Working Sets (HotCloud)  ·  21 Sep 2010
  • Isard (2007) Dryad: Distributed Data-Parallel Programs from Sequential Building Blocks(EuroSys)  ·  21 Sep 2010
  • Chen et al (2010) Generic and Automatic Address Configuration for Data Center Networks (SIGCOMM)  ·  20 Sep 2010
  • Tavakoli et al (2009) Applying NOX to the Datacenter (HotNets)  ·  11 Sep 2010
  • Kabbani (2010) AF-QCN: Approximate Fairness with Quantized Congestion Notification for Multi-tenanted Data Centers (HotI)  ·  06 Sep 2010
  • Isard et al (2009) Quincy: Fair Scheduling for Distributed Computing Clusters (SOSP)  ·  06 Sep 2010
  • Al-Fares et al (2010) Hedera: Dynamic Flow Scheduling for Data Center Networks (NSDI)  ·  02 Aug 2010
  • Wang et al (2010) c-Through: Part-time Optics in Data Centers (SIGCOMM)  ·  02 Aug 2010
  • Doyle et al (2010) An Experimental Evaluation of Distributed Rate Limiting for Cloud Computing Applications (ANCS)  ·  17 Jul 2010
  • Abu-Libdeh et al (2010) Symbiotic Routing in Future Data Centers (SIGCOMM)  ·  17 Jul 2010
  • Kamp (2010) You're doing it wrong (CACM)  ·  17 Jul 2010
  • Clévenot et al (2005) Stochastic fluid models for cache clusters (PE)  ·  25 Jun 2010
  • Abu-Libdeh et al (2010) RACS: A Case for Cloud Storage Diversity (SoCC)  ·  22 Jun 2010
  • Costa et al (2009) Why Should We Integrate Services, Servers, and Networking in a Data Center? (WREN)  ·  22 Jun 2010
  • Vigfusson et al (2010) Dr. Multicast: Rx for Data Center Communication Scalability (EuroSys)  ·  22 Jun 2010
  • Liao et al (2010) DPillar: Scalable Dual-Port Server Interconnection for Data Center Networks (ICCCN)  ·  21 Jun 2010
  • Rodriguez et al (2009) Oblivious Routing Schemes in Extended Generalized Fat Tree Networks (CLUSTER)  ·  21 Jun 2010
  • Oki et al (2009) Efficient Load-Balanced IP Routing Scheme Based on Shortest Paths in Hose Model (ICC)  ·  18 Jun 2010
  • Al-Qudah et al (2009) Efficient Application Placement in a Dynamic Hosting Platform (WWW)  ·  07 Jun 2010
  • Pathak et al (2010) Measuring and Optimizing TCP Splitting for Cloud Services (PAM)  ·  04 Jun 2010
  • Nechaev et al (2009) On Calibrating Enterprise Switch Measurements (IMC)  ·  04 Jun 2010
  • Sarolahti and Kuznetsov (2002) Congestion Control in TCP (Usenix)  ·  04 Jun 2010
  • Al-Qudah et al (2010) Web Timeouts and Their Implications (PAM)  ·  03 Jun 2010
  • Garcia-Lunes-Aceves (1993) Loop-Free Routing Using Diffusing Computations (TON)  ·  01 Jun 2010
  • Shafer et al (2010) Axon: A Flexible Substrate for Source-routed Ethernet (ANCS)  ·  30 May 2010
  • Nechaev et al (2010) A Preliminary Analysis of TCP Performance in an Enterprise Network (INM)  ·  29 May 2010
  • Chang et al (2006) Bigtable: A Distributed Storage System for Structured Data (OSDI)  ·  28 May 2010
  • Ghemawat et al (2003) The Google File System (SOSP)  ·  28 May 2010
  • Kandula et al (2009) The Nature of Datacenter Traffic: Measurements & Analysis (IMC)  ·  27 May 2010
  • Gu and Grossman (2007) UDT: UDP-based Data Transfer for High-Speed Wide Area Networks (ComNet)  ·  21 May 2010
  • Dean and Ghemawat (2004) MapReduce: Simplified Data Processing on Large Clusters (OSDI)  ·  21 May 2010
  • Gu and Grossman (2009) Lessons Learned From a Year's Worth of Benchmarks of Large Data Clouds (MTAGS)  ·  21 May 2010
  • Vutukury (2000) MPATH: a loop-free multipath routing algorithm (M&M)  ·  19 May 2010
  • Ridoux and Veitch (2010) Principles of Robust Timing over the Internet (ACM Queue)  ·  02 May 2010
  • Kandula et al (2009) Flyways To De-Congest Data Center Networks (HotNets)  ·  12 Apr 2010
  • Mosko et al (2005) Multipath Routing in Wireless Mesh Networks (WiMesh)  ·  11 Apr 2010
  • Goodman and Ambrose (1995) Stability of Traffic Patterns in Broadband Networks (JNSM)  ·  09 Apr 2010
  • Kodialam et al (2006) Maximum Throughput Routing of Traffic in the Hose Model (INFOCOM)  ·  07 Apr 2010
  • Kodialam et al (2008) Advances in Oblivious Routing of Internet Traffic (SIGMETRIC)  ·  05 Apr 2010
  • Bansal and Modha (2004) CAR: Clock with Adaptive Replacement (FAST)  ·  29 Mar 2010
  • Megiddo and Modha (2004) Outperforming LRU with an Adaptive Replacement Cache Algorithm (IEEE Computer)  ·  29 Mar 2010
  • Fredman and Tarjan (1987) Fibonacci Heaps and Their Uses in Improved Network Optimization Algorithms (JACM)  ·  15 Mar 2010
  • Liu et al (2008) Modeling and Quantifying the Impact of P2P File Sharing Traffic on Traditional Internet Traffic (22nd AINA)  ·  09 Mar 2010
  • Divakaran et al (2010) Size-based Flow Scheduling in a CICQ Switch  ·  06 Mar 2010
  • Mudigonda (2009) SPAIN: Design and Algorithms for Constructing Large Data-Center Ethernets from Commodity Switches (HP TechRep)  ·  11 Feb 2010
  • Kandula et al (2005) Walking the Tightrope: Responsive Yet Stable Traffic Engineering (SIGCOMM)  ·  21 Oct 2009
  • Downey (2007) TCP Self-Clocking and Bandwidth Sharing (ComNet)  ·  19 Oct 2009
  • Bansel et al (2001) Dynamic Behavior of Slowly-Responsive Congestion Control Algorithms (SIGCOMM)  ·  16 Oct 2009
  • Laor and Gendel (2002) The Effect of Packet Reordering in a Backbone Link on Application Throughput (IEEE Network)  ·  16 Oct 2009
  • Sathiaseelan and Radzik (2004) Improving the Performance of TCP in the Case of Packet Reordering (HSNMC)  ·  16 Oct 2009
  • Bhandarkar and Reddy (2004) TCP-DCR: Making TCP Robust to Non-Congestion Events (IFIP Networking)  ·  16 Oct 2009
  • Leung et al (2007) An Overview of Packet Reordering in TCP: Problems, Solutions, and Challenges (Tran. Parallel & Dist Sys)  ·  16 Oct 2009
  • Lee et al (2002) Improving TCP Performance in Multipath Packet Forwarding Networks (JCN)  ·  16 Oct 2009
  • Zhang et al (2002) RR-TCP: A Reordering-Robust TCP with DSACK (ICSI Tech Report)  ·  15 Oct 2009
  • Bohacek et al (2006) A New TCP for Persistent Packet Reordering (TON)  ·  15 Oct 2009
  • Ludwig and Katz (2000) The Eifel Algorithm: Making TCP Robust Against Spurious Retransmissions (CCR)  ·  15 Oct 2009
  • Ma and Leung (2004) Improving TCP Reordering Robustness in Multipath Networks (LCN)  ·  15 Oct 2009
  • Blanton and Allman (2002) On Making TCP More Robust to Packet Reordering (CCR)  ·  14 Oct 2009
  • Kandula et al (2007) Dynamic Load Balancing without Packet Reordering (CCR)  ·  13 Oct 2009
  • Komattireddy and Vokkarane (2007) Source-Ordering for Improved TCP Performance over Load-Balanced Optical Burst-Switched (OBS) Networks (BROADNETS)  ·  13 Oct 2009
  • Santos et al (2003) End-to-End Congestion Control for InifiBand (INFOCOM)  ·  12 Oct 2009
  • Katabi et al (2002) Congestion Control for High Bandwidth-Delay Product Networks (SIGCOMM)  ·  07 Oct 2009
  • Wu et al (2009) Sync-TCP: A New Approach to High Speed Congestion Control (ICNP)  ·  06 Oct 2009
  • ACM SIGCOMM CCR 35:2 2005 Invited Editorials: Making Router Buffers Much Smaller  ·  05 Oct 2009
  • Shor et al (2000) Application of control theory to modeling and analysis of computer systems (RESCCE)  ·  05 Oct 2009
  • Luebban et al (2009) Fast Rerouting for IP Multicast in Managed IPTV Networks (IWQoS)  ·  04 Oct 2009
  • Jin et al (2003) FAST TCP: Motivation, Architecture, Algorithms, Performance (Caltech CS TR)  ·  02 Oct 2009
  • Malhotra et al (2005) Modeling the interaction of IEEE 802.3x hop-by-hop flow control and TCP end-to-end flow control (NGI)  ·  01 Oct 2009
  • He et al (2009) End-to-End Versus Hop-by-Hop Soft State Refresh for Multi-hop Signaling Systems (ICNP)  ·  15 Sep 2009
  • He et al (2009) End-to-End versus Hop-by-Hop State Refresh in Soft State Signaling Protocols (Comm Ltrs(13))  ·  15 Sep 2009
  • Michael Dritschel (2008) Stochastic Calculus in Mathematical Finance  ·  25 Mar 2009
  • Oh and Ahn (1999) Dynamic Calendar Queue (Sim Symp)  ·  12 Feb 2009
  • Brown (1988) Calendar Queues: A Fast O(1) Priority Queue Implementation for the Simulation Event Set Problem  ·  10 Feb 2009
  • Tang, Huang, Chen (2000) Internet Flow Blocking Probability Calculation (Canadian Conf on ECE)  ·  14 Jan 2009
  • Hua et al (2008) Rank-indexed Hashing: A Compact Construction of Bloom Filters and Variants (ICNP)  ·  13 Jan 2009
  • Mori, Uchida, Goto (2005) Flow Analysis of Internet Traffic: World Wide Web versus Peer-to-Peer  ·  11 Jan 2009
  • Sarolahti, Allman and Floyd (2007) Determining an appropriate sending rate over an underutilized network path (ComNet 51(7))  ·  10 Jan 2009
  • Nadarajah and Kotz (2007) On the convolution of Pareto and gamma distributions (ComNet(51))  ·  10 Jan 2009
  • Phit and Abe (2006) Packet Inter-arrival Time Estimation Using Neural Network Models (IC'06)  ·  10 Jan 2009
  • Durand and Flajolet (2003) Loglog Counting of Large Cardinalities (ESA'03)  ·  10 Jan 2009
  • Lu et al (2008) Counter Braids: A Novel Counter Architecture for Per-Flow Measurement (SIGMETRICS)  ·  07 Jan 2009
  • Wu, Xiao, Li, Sun (2008) A Distributed Algorithm for Finding Global Icebergs with Linked Counting Bloom Filters (ICC'08)  ·  23 Dec 2008
  • Kumar et al (2004) Space-Code Bloom Filter for Efficient Per-Flow Traffic Measurement (INFOCOM)  ·  23 Dec 2008
  • Lu et al (2007) ElephantTrap: A low cost device for identifying large flows (IEEE SHPI)  ·  22 Dec 2008
  • Mori et al (2004) Identifying Elephant Flows Through Periodically Sampled Packets (IMC'04)  ·  22 Dec 2008
  • Papagiannaki et al (2001) On the Feasibility of Identifying Elephants in Internet Backbone Traffic (Sprint TR)  ·  22 Dec 2008
  • Griffiths, Livingood, Woundy (2008) Comcast's ISP Experiences In a Recent P4P Technical Trial (Internet Draft)  ·  25 Nov 2008
  • Piatek et al (2007) Do incentives build robustness in BitTorrent? (NSDI'07)  ·  24 Nov 2008
  • Bram Cohen (2003) Incentives Build Robustness in BitTorrent (IPTPS'03)  ·  18 Nov 2008
  • Estan & Varghese (2002) New Directions in Traffic Measurement and Accounting (SIGCOMM and UCSD CD TR 699)  ·  13 Nov 2008
  • Floyd and Paxson (2001) Difficulties in Simulating the Internet (TON)  ·  08 Nov 2008
  • Kim, Lau, Chuah, Chao (2004) PacketScore: Statistics-based Overload Control against DDoS Attacks (INFOCOM)  ·  08 Nov 2008
  • Fang et al (1999) Computing Iceberg Queries Efficiently (VLDB'98)  ·  07 Nov 2008
  • Welzl, Papadimitriou, Scharf, Briscoe (2008) Open Research Issues in Internet Congestion Control (Internet Draft)  ·  05 Nov 2008
  • Hei et al (2007) A Measurement Study of a Large-Scale P2P IPTV System (IEEE T. of Multimedia 9(8))  ·  30 Oct 2008
  • Feng and Xu (2008) TCP-Friendly CBR-Like Rate Control (ICNP)  ·  29 Oct 2008
  • Kohler, Handley and Floyd (2006) Designing DCCP: Congestion Control without Reliability (SIGCOMM)  ·  29 Oct 2008
  • Pugh (2000) Skip list (CACM 33(6))  ·  28 Mar 2007
  • Agrawal et al (2018) A rewriting system for convex optimization problems  ·  18 Jan 2019

Adrian S. Tam  •  © 2023  •  CC-BY-SA 4.0 •  http://www.adrian.idv.hk

On a heavily modified beautiful-jekyll theme.