Skip to content
View JonnaMat's full-sized avatar

Block or report JonnaMat

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. dotfiles dotfiles Public

    .files I use: tmux, bashrc, ...

    Shell

  2. covid-stance-detection-nlp covid-stance-detection-nlp Public

    Project within the course Applied Machine Learning: Human Language Classifier that determines whether a given textual comment expresses an opinion that is positive or negative towards COVID-19 vacc…

    Jupyter Notebook

  3. CYP-inhibition CYP-inhibition Public

    Machine learning models to predict drug metabolism related end points

    HTML 1

  4. React ThemeSwitcher light-dark React ThemeSwitcher light-dark
    1
    import { useEffect, useState } from "react";
    2
    import { ReactComponent as Sun } from "./../icons/sun.svg";
    3
    import { ReactComponent as Moon } from "./../icons/moon.svg";
    4
    
                  
    5
    const ReverseColorScheme = (scheme: string) => {
  5. DCGAN DCGAN Public

    A comparative evaluation on the generative ability of DCGANs

    Jupyter Notebook

  6. spotify-danceability-classifier spotify-danceability-classifier Public

    A project within the course Statistics for Data Science: Classifier for the danceability of songs based on 12 different song features derived from Spotify.

    Jupyter Notebook