Skip to content
View Soumadeep03's full-sized avatar
🎯
Focusing
🎯
Focusing
  • Kolkata,India

Block or report Soumadeep03

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

Hello, folks! 👋



Undergrad at Heritage Institute of Technology.
Artificial Intelligence and Machine Learning enthusiast and a deligent worker to the end and confident on performing all the tasks given with maximum accuracy and on time.

linkedin   github  

Skills :

Python  Java  C  CPlusPLus  Arduino  MySQL 
Toolbox :

Tensorflow  PyTorch  Numpy  Pandas  Jupyter Notebook 

class Soumadeep03:

    def __init__(self):
        self.user = "Soumadeep03"
        self.name = "Soumadeep Maji"
        self.linkedIn = "https://www.linkedin.com/in/soumadeep-maji-075410224/"
        self.skills = {
             'code': ['Python','Java','C','C++','Arduino'],
             'tools': ['Tensorflow','PyTorch','Numpy','Pandas','Jupyter Notebook','MySQL']
             }
        self.architecture= ['Neural Networks','Data Acquisition', 'Data Processing', 'Data Modeling', 'Execution', 'Deployment']
        self.freetime = ['Open source contribution','Reading']
    def __str__(self):
        return self.name

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

I love connecting with different people so if you want to say hi, I will be happy to get in touch with you! :)

Pinned Loading

  1. Heart_Disease_Prediction_in_ML Heart_Disease_Prediction_in_ML Public

    Using Machine Learning Algorithms predicts whether a patient has a heart disease or not

    Jupyter Notebook

  2. Synthetic_Images_GAN Synthetic_Images_GAN Public

    Generating synthetic images using Generative Adversarial Networks and PyTorch

    Jupyter Notebook 2