The System Namespace

Contains fundamental classes and base classes that define commonly-used value and reference data types, events and event handlers, interfaces, attributes, and processing exceptions.
-Microsoft .NET API browser

The handles Using_System and Using-Namespace-System are an homage to the time I've spent learning and working with C# and C++ and the friends I made along the way. They also feel quite appropriate in a tech blog.

Brian Recktenwall-Calvet

Quantum Feature Space

init_mathjax = function() { if (window.MathJax) { // MathJax loaded MathJax.Hub.Config({ TeX: { equationNumbers: { autoNumber: "AMS", useLabelIds: true } }, tex2jax: { inlineMath: [ ['$','$'], ["\\(","\\)"] ], displayMath: [ ['$$','$$'], ["\\[","\\]"] ], processEscapes: true, processEnvironments: true }, displayAlign: 'center', CommonHTML: { linebreaks: { automatic:…

Continue reading...
Brian Recktenwall-Calvet

Exploring Term-Document Matrix

This is part of a project on extracting word representations using statistical language modeling techniques. This part includes rudimentary corpus preprocessing, tokenization, vectorization, and inferences within the vector space model. The corpus is a public domain dataset of a million news headlines from the Australian…

Continue reading...