Hopp til hovedinnhold

Aryan Iranzamini

    3 innlegg

    Back to basics - Setting up a minimal React project from scratch

    React
    Artikkel (6 min)
    Fra Aryan Iranzamini

    It's so easy nowadays to get a web application up and running in just a couple of minutes. We've got tools like Create-react-app, React boilerplate, Slingshot etc., which let developers set up and prototype anything blazing fast. These tools come with Webpack, Babel and more already configured for you, so you don't have to know anything about them or what they are used for. This is obviously very valuable and cost-effective, but we also have to remember to keep in touch with our roots and get some sense of what is going on under the hood. So for today's topic we will be going back to the basics and see how we can set up most of what we need from scratch!

    A recipe for toasts

    React
    Artikkel (5 min)
    Fra Aryan Iranzamini

    Dimensionality reduction using Principal Component Analysis

    Maskinlæring
    Artikkel (3 min)
    Fra Aryan Iranzamini

    High dimensional data can be a pain sometimes, at least when it comes to visualization and exploration. Today we will introduce one common technique that can potentially ease the pain a bit.