class Devanik:
def __init__(self):
self.name = "Devanik"
self.education = "Electronics & Communication Engineering @ NIT Agartala '26"
self.interests = ["Reinforcement Learning", "Generative AI", "Deep Learning"]
self.current_focus = "Building AI systems that solve real-world problems"
self.achievement = "1st Place in Space Exploration Hackathon by ISRO STIC"
self.applications_built = 25+ # Using Streamlit with robust ML models
def daily_routine(self):
return ["Learn something new about AI", "Solve DSA problems", "Work on ML projects", "Contribute to open source"]
def life_philosophy(self):
return "AI, when harnessed correctly, can increase human lifespan to infinity"
"The future belongs to those who believe in the beauty of their dreams." - Eleanor Roosevelt
- Cancer Cell Classification: Implemented and compared multiple classification algorithms
- Achieved 96.8% accuracy with ensemble methods
- Optimized hyperparameters using grid search and cross-validation
- Applied feature engineering to improve model performance
- Customer Segmentation: Applied K-means clustering to identify distinct customer groups
- Discovered 5 key customer segments with unique purchasing behaviors
- Used silhouette score to determine optimal cluster count
- Created actionable insights for marketing strategies
-
Stock Price Prediction: Built RNN models to forecast market trends
- Implemented LSTM and GRU architectures with time-series data
- Achieved 32% lower RMSE than traditional forecasting methods
-
Image Classification: Developed CNN models for computer vision tasks
- Fine-tuned advanced architectures like VGG16 and ResNetV2
- Utilized transfer learning to maximize performance with limited data
- IBM Data Science Professional - Mastering data analysis and machine learning
- Google Machine Learning - Advanced ML techniques and TensorFlow implementation
- Microsoft AI Fundamentals - Essential concepts in artificial intelligence
- TCS Machine Learning - Enterprise-grade ML solutions development
- FreeCodeCamp Data Analysis - Comprehensive data analysis techniques
"I believe that AI, when harnessed correctly, can increase human lifespan to infinity. The intersection of machine learning and healthcare is where I aim to make my greatest contribution."