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

Block or report subhadarship

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

    kmeans using PyTorch

    Jupyter Notebook 442 72

  2. simple neural net using pytorch simple neural net using pytorch
    1
    import torch
    2
    from torch import nn
    3
    from torch.utils.data import Dataset, DataLoader
    4
    
                  
    5
    from tqdm import tqdm
  3. pytorch/examples pytorch/examples Public

    A set of examples around pytorch in Vision, Text, Reinforcement Learning, etc.

    Python 21.9k 9.5k

  4. sentence-transformers sentence-transformers Public

    Forked from UKPLab/sentence-transformers

    Sentence Embeddings with BERT & XLNet

    Python

  5. visualization visualization Public

    🌅 cool visualizations using matplotlib and seaborn with a wide range of use cases

    Jupyter Notebook 1

  6. textdistance textdistance Public

    Forked from life4/textdistance

    Compute distance between sequences. 30+ algorithms, pure python implementation, common interface, optional external libs usage.

    Python