Skip to content
View martinsotir's full-sized avatar

Sponsoring

@meganetaaan
@sbrugman
Block or Report

Block or report martinsotir

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. dask-terraform-recipes dask-terraform-recipes Public

    [WIP] Using terraform and packer to deploy a dask cluster on EC2 spot instances

    HCL 3

  2. NYC_TaxiTripDuration_MS NYC_TaxiTripDuration_MS Public

    Visualizations and EDA for NYC Taxi Trip Duration Kaggle competition

    Jupyter Notebook 1

  3. Prediction uncertainty visualisation... Prediction uncertainty visualisation experiments
    1
    <svg width="2065" height="1804" viewBox="0 0 2065 1804" fill="none" xmlns="http://www.w3.org/2000/svg">
    2
    <rect width="2065" height="1804" fill="white"/>
    3
    <rect x="1386" y="202" width="222" height="61" fill="#EDFFEA"/>
    4
    <g filter="url(#filter0_d)">
    5
    <circle cx="1086" cy="1418" r="7" fill="#CDE152"/>
  4. pytorch_feature_vizualization.py pytorch_feature_vizualization.py
    1
    # WIP
    2
    # Inspired from Keras and https://towardsdatascience.com/how-to-visualize-convolutional-features-in-40-lines-of-code-70b7d87b0030
    3
    
                  
    4
    from pathlib import Path
    5
    import torch