Hi everyone! š
Iām Manognya Lokesh Reddy, a Masterās student in Artificial Intelligence at the University of Michigan-Dearborn. In this post, Iāll be sharing one of the most rewarding experiences of my career so farābuilding a Time Series Forecasting application during my internship at Donyati India Pvt Ltd. This project helped me understand how AI works in real business settings, and I hope it gives you a glimpse into what itās like applying ML beyond the classroom.
š§© The Business Problem
Forecasting plays a critical role in business decisionsāwhether it's predicting sales, managing inventory, or optimizing resources. The goal of our project was to create an end-to-end Time Series Forecasting application that could accurately predict future trends for multinational clients, replacing outdated manual methods.
āļø Tech Stack & Tools
Hereās what I used to build the application:
Programming: Python
Libraries: Pandas, NumPy, Matplotlib, Keras (LSTM)
Modeling: Long Short-Term Memory (LSTM) Neural Networks
DevOps: Docker (for containerization), Git & GitHub
Deployment: AWS (for hosting the application)
šļø My Contributions
During my 1-year internship, I worked on:
š End-to-End ML Pipeline
Created a complete ML pipelineāfrom data ingestion and preprocessing to model training and deployment.
Implemented automated pipelines that reduced manual data processing by 40%.
š§ Model Optimization
Used LSTM networks to capture temporal dependencies in the dataset.
Tuned hyperparameters and performed feature engineering to improve accuracy.
Achieved a 15% improvement in prediction accuracy over previous models.
š³ Containerization with Docker
Packaged the entire application into Docker containers to ensure reproducibility and portability.
Result: Deployment setup time was cut down by 50%.
š Impact Across Teams
The forecasting tool was deployed across 20+ teams, improving their operational efficiency by 25%.
š Key Learnings
Real-world data is messy and inconsistent. Cleaning and preprocessing are just as important as model building.
LSTM models are excellent for capturing time-based trendsābut require careful tuning.
DevOps skills like Docker and cloud deployment are essential for taking ML models into production.
Itās not just about building a modelāitās about solving a real problem that saves time and adds value.
š Final Thoughts
This project gave me hands-on experience with both the technical and practical aspects of machine learning in business. It taught me that good ML is not just about the algorithmāitās about creating systems that are scalable, efficient, and useful.
If youāre a student or early-career professional, I encourage you to:
Work on real datasets
Think about deployment, not just accuracy
Build projects that solve actual business problems
Top comments (0)
Some comments may only be visible to logged-in visitors. Sign in to view all comments.