Skip to content
View timgianitsos's full-sized avatar
  • Palo Alto, CA

Sponsoring

@jtauber
@OpenMined

Highlights

  • Pro

Organizations

@QuantitativeCriticismLab
Block or Report

Block or report timgianitsos

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

    Forked from QuantitativeCriticismLab/ancient_greek_genre_classification

    "Stylometric Classification of Ancient Greek Literary Texts by Genre" LaTeCH-CLfL 2019

    HTML

  2. heart_cell_ml heart_cell_ml Public

    Python 1

  3. qcrit qcrit Public

    Forked from QuantitativeCriticismLab/qcrit

    Easily extract features from texts, and run machine learning algorithms on them. Write your own features, use ours, or do both!

    Python

  4. Union-Find data structure, (aka Disj... Union-Find data structure, (aka Disjoint-Set) https://en.wikipedia.org/wiki/Disjoint-set_data_structure
    1
    '''
    2
    Union-find data structure. Based on Josiah Carlson's code,
    3
    http://aspn.activestate.com/ASPN/Cookbook/Python/Recipe/215912
    4
    5
    with significant additional changes by D. Eppstein
  5. pytorch-dp pytorch-dp Public

    Forked from pytorch/opacus

    Training PyTorch models with differential privacy

    Python 1

  6. Pokemon Pokemon Public

    Simulate Pokemon battles

    Java