Skip to content
View Elsword016's full-sized avatar

Block or report Elsword016

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
Elsword016/README.md

Welcome to my GitHub page

I'm a PhD student in neurosciences at Kyushu University, Japan. I love coding and self-taught in many different instances. I love data analytics and focus on getting better at it.

When I'm not coding/working find me taking photos or trying to eat something new.

Twitter URL Gmail Badge


Defining me

class Myself:
   
   def __init__(self):
       self.username = 'Elsword016'
       self.name = 'Biswanath Saha'

       self.tech = {
           'Languages': ['Python','R'],
           'ML': ['Pytorch','Scikit-learn','Numpy','Pandas','scikit-image'],
           'Databases': ['MySQL'],
           'OS': ['Linux','Windows','MacOS'],
           'IDE': ['PyCharm','VSCode','Spyder','Eclipse','Jupyter'],
           'DevOps': ['Github','Heroku','Streamlit','Weights and Biases'],

       }
   
   def __str__(self):
       return self.name 

if __name__ == '__main__':
   me = Myself()            

What I always play with

python scikit_learn pytorch pandas seaborn opencv


What I sometimes play with

bash cplusplus heroku mssql


Top Languages
Top languages

PRs Welcome Open Source Love

Pinned Loading

  1. DataScience-and-ML-projects DataScience-and-ML-projects Public

    Repo to document my learning as well as backup of previous projects

    Jupyter Notebook

  2. mleiwe/dCrawler mleiwe/dCrawler Public

    dCrawler is a fully independent clustering algorithm that only requires a distance threshold (Th(d))

    Jupyter Notebook 2 2

  3. Neuromatch_Project Neuromatch_Project Public

    Project for neuromatch academy coursework

    Jupyter Notebook 3 3

  4. FluroView FluroView Public

    A Python package for visualization of biological data, similar to how composite images are viewed in ImageJ

    Jupyter Notebook

  5. awesome_bioinformatics_resources awesome_bioinformatics_resources Public

    Tools for protein modelling, docking, diffusion-models