Skip to content
View PsycheShaman's full-sized avatar
:atom:
wizarding
:atom:
wizarding
  • Cambridge, UK
Block or Report

Block or report PsycheShaman

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
PsycheShaman/README.md

Pinned Loading

  1. MSc-thesis MSc-thesis Public

    Masters in Data Science Thesis: University of Cape Town (VLJCHR004)

    Python 4 1

  2. Custom Loss Function for R: Focal Lo... Custom Loss Function for R: Focal Loss (to Account for Imbalanced Classes During Classification), adapted from https://github.com/umbertogriffo/focal-loss-keras, since I could not find an equivalent loss function for R
    1
    require(keras)
    2
    
                  
    3
    require(tensorflow)
    4
    
                  
    5
    K <- keras::backend()