Blogs
As an aspiring data scientist, I am skilled in Machine Learning and Deep Learning projects and have a passion for writing informative and engaging articles about these topics. My articles provide insights, tips, and examples that make complex concepts more accessible to a broader audience.
Python Data Science Playground: A Fun and Easy Introduction to Data Science.
Medium
This blog series is for people who want to learn about Data Science. It explains the basics like how to collect data, store it, clean it, analyze it, and show it in graphs. You'll also get to know about some tools like PowerBI, Orange, and Neo4j. At the end of the series, there is a big project that covers everything you've learned, including some machine learning concepts, which you can show off on your resume.
Fake News Detection Using Machine Learning
Medium
In this modern world, data is very important and by the 2020 year, 1.7 megaBytes data generated per second. So there are many technologies that change the world by this large amount of data. Machine learning is one of them and we are using this technology to detect fake news.
Plant Disease Detection using CNN with PyTorch
Medium
In this project we trying to predict plant disease based on its leaf images. In the dataset, we have total of 39 different diseases that we are trying to classify using CNN. We implement this model PyTorch. After that, we are also thinking to deploy our model in application.
AI Writer : Text Generation Using GPT-2 & 🤗Transformers
Medium
This blog is all about how AI will generate a bunch of text lines from a given input sequence. For text generation, we are using two things in python. As a language model, we are using GPT-2 Large Pre-trained model and for the Text Generation pipeline, we are using Hugging Face Transformers pipelines.