Git Product home page Git Product logo
class Attributes(Aashay):
	@staticmethod
	def contact() -> tuple:
	    email    = "[email protected]"
	    linkedin = "https://www.linkedin.com/in/aashay-doshi-85b91a129/"
	    
	    return email, linkedin
	
	@staticmethod
	def life() -> tuple:
		langs         = ['English', 'Hindi']
		nationality   = 'Indian'
		age           = 25
		
		return langs, nationality, age
	
	@staticmethod
	def coding() -> tuple:
		langs 	      = {
				'expert'      : ['python'],
				'intermediate': ['go', 'js']
				}
    
                databases     = ['MySQL','PostgreSQL','MongoDB','ApacheKafka']
                frameworks    = ['Grpc/protocol-buffers', 'websockets', 
                                'FlasAPI', 'Flask', 'Pytorch', 'Pytorch-Geometric']
                specialities  = ['web/app' 'AI']
		environnement = ['vscode', 'nano']
		
		return langs, databases, frameworks, specialities, environnement

Skills

Aashay Bhupendra Doshi's Projects

awesome icon awesome

😎 Awesome lists about all kinds of interesting topics

biosentvec icon biosentvec

BioWordVec & BioSentVec: pre-trained embeddings for biomedical words and sentences

causaldiscoverytoolbox icon causaldiscoverytoolbox

Package for causal inference in graphs and in the pairwise settings. Tools for graph structure recovery and dependencies are included.

chexnet icon chexnet

A pytorch reimplementation of CheXNet

chexnet-1 icon chexnet-1

Implementation of the CheXNet network (PyTorch)

clinicalbert icon clinicalbert

repository for Publicly Available Clinical BERT Embeddings

codehelper icon codehelper

Code UNderstanding and Troubleshooting Assistant

datasets icon datasets

A repository of pretty cool datasets that I collected for network science and machine learning research.

dsa icon dsa

Popular and Interesting Problems in Data Structures and Algorithms

fastapi icon fastapi

Fastapi plus Postgresql backend for social media platform.

gnnpapers icon gnnpapers

Must-read papers on graph neural networks (GNN)

gpt-2 icon gpt-2

Code for the paper "Language Models are Unsupervised Multitask Learners"

gpt-2-pytorch icon gpt-2-pytorch

Simple Text-Generator with OpenAI gpt-2 Pytorch Implementation

graph_datasets icon graph_datasets

A Repository of Benchmark Graph Datasets for Graph Classification (31 Graph Datasets In Total).

gym icon gym

A toolkit for developing and comparing reinforcement learning algorithms.

medmentions icon medmentions

A corpus of Biomedical papers annotated with mentions of UMLS entities.

pretrained-models.pytorch icon pretrained-models.pytorch

Pretrained ConvNets for pytorch: NASNet, ResNeXt, ResNet, InceptionV4, InceptionResnetV2, Xception, DPN, etc.

pysmiles icon pysmiles

A lightweight python-only library for reading and writing SMILES strings

pytorch icon pytorch

Tensors and Dynamic neural networks in Python with strong GPU acceleration

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.