We're Hiring!

Blog

    Posts about Data Science:

    Two classifiers being combined into a single classifier. In general, the decision boundaries of the two classifiers cannot merely be superimposed; instead new boundaries must be learned that respect both tasks.

    Sequential Learning through Knowledge Distillation and Elastic Weight Consolidation

    In the last blog post, we saw that neural networks can be simplified (or pruned) to alleviate their complexity and cost for computation. Often small...
    Read article

    Pruning ResNets for Fun and Profit

    What are Neural Networks? Neural networks are highly parameterized functions which can be trained to fit/represent/model data. Parameterized models...
    Read article