Kernel tricks and nonlinear dimensionality reduction via RBF kernel PCA
A guide to performing nonlinear dimensionality reduction using RBF Kernel PCA, including theory, implementation, and examples.
A guide to performing nonlinear dimensionality reduction using RBF Kernel PCA, including theory, implementation, and examples.
Explains how to use the RBF kernel trick to perform nonlinear dimensionality reduction via Kernel PCA for complex datasets.
Announcing the release of LibFX 0.1.1, a JavaFX utility library featuring 'Nestings' for managing complex property hierarchies.
A guide to making responsive websites compatible with older browsers like IE8 using the Respond.js polyfill.
Author shares slides from two Spring One 2GX 2014 presentations on AngularJS with Spring Boot and Spring Batch performance tuning.
A guide explaining why the Get-Help cmdlet is the most crucial resource for learning and using Windows PowerShell effectively.
Author celebrates Programmers' Day by sharing an old Haskell Z-machine emulator project and suggests sharing old code on GitHub.
Explains integrating Google Analytics API into SharePoint to provide site-specific analytics data to end-users without requiring GA accounts.
Learn how to implement a Binary Search Tree iterator using ES6 generators in JavaScript, covering generator syntax and the iterator pattern.
Explains the new directory structure and namespace changes in Laravel 5.0, highlighting the shift from a catch-all 'app' folder to a more organized, PSR-4 compliant layout.
A guide to configuring a Java application to connect to MongoDB using SSL encryption and access control rules.
A look back at a 2004 hack using Domino's public API to order pizza from the command line, illustrating the power of open APIs.
A technical guide on using R, RSiteCatalyst, and d3Network to create Sankey charts for visualizing website visitor pathing data from Adobe Analytics.
A guide to automatically strong-name signing NuGet packages using custom tools and MyGet webhooks to resolve dependency signing issues.
Guide on importing a VirtualBox VM (Oracle SampleApp) to AWS EC2, enabling cloud deployment of heavy development environments.
An overview of Laravel 5.0's Form Requests feature, which simplifies form validation and authorization.
Explains the ValidatesWhenResolved interface in Laravel 5.0, showing how to create custom validation classes outside of FormRequests.
A tutorial on creating a stacked bar chart using Seaborn and Matplotlib by overlaying data series.
Explains implementing validation in WPF using the INotifyDataErrorInfo interface within the MVVM pattern.
A tutorial on creating network graphs to visualize website page relationships using R, RSiteCatalyst, and d3Network packages.