Skip to content
View nielsuit227's full-sized avatar
Block or Report

Block or report nielsuit227

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Pinned Loading

  1. PicoGPT PicoGPT Public

    A fun little play with transformers and text generation

    Python 1

  2. GCP-projects GCP-projects Public

    Short tryouts of various projects on GCP before productionizing code.

    Python

  3. Modules Modules Public

    Some useful classes, mostly self developed ML algos.

    Python

  4. ML ML Public

    This repo contains all code developed during my MSc courses in Pattern Recognition and Introduction To Machine Learning.

    Mercury

  5. SystemControls SystemControls Public

    All Matlab files from my MSc Systems & Control at TU Delft.

    C

  6. Time Series Plot (leeoniya/uPlot) wi... Time Series Plot (leeoniya/uPlot) with brush and selection option
    1
    import React, {useEffect, useRef, useState} from 'react';
    2
    import { Switch, Flex, Text } from '@chakra-ui/react';
    3
    import UplotReact from 'uplot-react';
    4
    import { toast } from 'react-toastify';
    5
    import 'uplot/dist/uPlot.min.css';