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

Block or report perlindstroem

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

  1. betyg2 betyg2 Public

    Grade visualisation tool for exams at Linköping University

    HTML 2

  2. Kalman filter implemented in R Kalman filter implemented in R
    1
    kalman <- function(x) {
    2
      start_time <- Sys.time()
    3
      t <- length(x)
    4
    
                  
    5
      sigma <- 5^2 # from x0
  3. master-ai master-ai Public

    Collection of assignments and reports for AI & ML courses

    JavaScript

  4. portfolio portfolio Public

    Portfolio, trying out nuxt mostly

    Vue

  5. TDDD08 TDDD08 Public

    Logic programming course. Small Prolog programs written for study purposes.

    Prolog

  6. TDDE01 TDDE01 Public

    Machine learning course

    R