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

Block or report komodovaran

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. Training with variable length sequen... Training with variable length sequences in Tensorflow
    1
    from math import ceil
    2
    from typing import Tuple, Generator
    3
    import tensorflow as tf
    4
    from tensorflow.python.data import Dataset
    5
    from tensorflow.python.keras import Input
  2. biobuncher biobuncher Public

    LSTM VAE for clustering multidimensional timeseries

    Python

  3. hatzakislab/DeepFRET-GUI hatzakislab/DeepFRET-GUI Public

    Python 8 5

  4. stateful_streamlit_enterprise stateful_streamlit_enterprise Public

    Slightly over-engineered example of a stateful Streamlit application

    Python 14 3

  5. hatzakislab/hatzakislab.github.io hatzakislab/hatzakislab.github.io Public

    Source for the group website

    CSS 2

  6. mandarin_bean_to_doc mandarin_bean_to_doc Public

    Scrapes https://mandarinbean.com articles into a doc file

    Python