~ You may also know me as Shubham Shankar !
-
I'm a passionate data scientist ๐ exploring possibilities.
-
Computer Science Grad ๐.
-
I have a simple goal: Develop products that improve human lives.
-
My journey in the world of data began with a curiosity for uncovering hidden patterns and a desire to solve real-world problems.
-
Check out my repo for some cool content ๐ค . Let's explore the data-driven world together! ๐
#!/usr/bin/python
# -*- coding: utf-8 -*-
class AreasOfInterest:
def __init__(self):
self.role = "Machine Learning Engineer"
self.current_favourite = ["Generative AI", "AWS Cloud"]
def favourite(self):
favourite_topic = ['Data Science', 'System Design', 'Algorithms & Data Structure', 'Cloud Computing', 'Software Engineering/Development', 'Full Stack Development']
for fav_top in favourite_topic:
print(" These are my all time", fav_top)
if __name__ == '__main__':
obj = AreasOfInterest()
obj.favourite()
- Information Extraction with Natural Language Processing
- Image Segmentation
- An Introduction to Topic Modeling with Latent Dirichlet Allocation
- Custom Classifier using Amazon Comprehend
- Evaluation Metrics
- Count Vectorizer and TF-IDF
โ โฆฟ ๐ Check out my Portfolio
โ โฆฟ ๐ค Connect with me on LinkedIn
โ โฆฟ ๐ฉ Shoot Me an Email
โ โฆฟ Follow me on Github
โ โฆฟ ๐ Read my Articles here
โ โฆฟ ๐ป Checkout my presentation on Youtube
โ โฆฟ ๐๐ View my certifications
~ With love from Shubham Shankar ๐ค