~ 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 🖤