Object Detection for Dummies Part 2: CNN, DPM and Overfeat
Explores classic CNN architectures for image classification, including AlexNet, VGG, and ResNet, as foundational models for object detection.
Explores classic CNN architectures for image classification, including AlexNet, VGG, and ResNet, as foundational models for object detection.
Explains how Tiered JIT Compilation works in .NET Core, a major change allowing methods to be re-compiled for optimization.
A developer's guide to using Azure Service Health to monitor and receive alerts for active service incidents affecting Azure subscriptions.
Explains how V8's TurboFan compiler uses speculative optimization to generate fast machine code from JavaScript by leveraging runtime profiling data.
A developer shares her personal productivity system using digital and physical to-do lists, including open-sourcing goals on GitHub and terminal aliases.
A tutorial on using Cython to optimize slow numerical Python code, demonstrated with an Ising Model simulation.
A guide to using the KovertKringle PowerShell module to automate and manage a Secret Santa gift exchange with email notifications.
Fixing Laravel 5.3 errors when upgrading to PHP 7.2 due to a backward incompatibility with the count() function.
Learn how to use the vim-test plugin to run automated tests instantly within Vim, eliminating the need to switch terminals.
Announcement of R 3.4.3, a bug-fix release for the R programming language, addressing time zones on macOS and Unicode handling.
An introduction to ReactiveUI, a .NET library for building WPF apps using reactive and functional programming principles.
Explains implementing Separation of Duties and role-based security in SQL Server for data protection, focusing on Least Privilege principles.
Explores the design and use of a custom error handling package in the Upspin project, with lessons for Go programming.
Discusses common Redux anti-patterns in state management, focusing on state duplication and incorrect information expert patterns in React/TypeScript applications.
A guide to creating and maintaining a RELEASE_CHECKLIST.md file to prevent manual deployment errors and ensure all post-release steps are tracked.
A developer's wishlist for Kubernetes CLI improvements, focusing on log streaming and token extraction, shared ahead of KubeCon.
Explores methods for computing tail probabilities of linear combinations of chi-squared variables, focusing on applications in genetics with large datasets.
A guide to installing Python packages in Jupyter Notebooks, explaining common issues with pip and conda, and how to ensure packages are available.
A summary of the author's closing keynote at the dotJS 2017 conference, discussing the history of JavaScript.
Explores how assignment expressions in Julia return a value, similar to C, and discusses its uses and potential pitfalls.