ChandraPraksh_B Profile Banner
Chandra Prakash Bathula Profile
Chandra Prakash Bathula

@ChandraPraksh_B

Followers
256
Following
487
Media
92
Statuses
372

Techie | Machine Learning Practitioner | Looking for Research opportunities.

4242 Lindell Blvd,St.Louis MO
Joined October 2021
Don't wanna be here? Send us removal request.
@ChandraPraksh_B
Chandra Prakash Bathula
4 years
Machine Learning : Divide & Rule works well in ML too. All Classification Algorithms doesn't easily classify MultiClass Classification problems naturally like binary. Knn like algos work well in both the cases. Continue ... #MachineLearning #Python #AirdropCrypto #javascript
1
12
7
@ChandraPraksh_B
Chandra Prakash Bathula
10 days
πŸš€ Deep Learning Part β€” 9: Optimizers Are What You Need! Optimizers are the unsung heroes of neural networks β€” they decide how weights learn, how fast we converge, and how smooth training feels. From Gradient Descent β†’ Adam, here’s what’s inside πŸ‘‡ πŸ”Ή GD : the classic
0
1
2
@ChandraPraksh_B
Chandra Prakash Bathula
11 days
πŸš€ Deep Learningβ€Šβ€”β€Š7: Optimize your Neural Networks through Dropouts & Regularization Deeper networks are powerful, but they can easily overfit. Here’s how dropout, L₁/Lβ‚‚ regularization, and architecture design can make your models more robust & generalizable. Medium Blog:
0
1
2
@ChandraPraksh_B
Chandra Prakash Bathula
12 days
πŸš€ Just deployed my Enhanced MNIST Digit Recognizer: trained with PyTorch & deployed on Hugging Face Spaces! βœ… 5-Fold CV with OneCycleLR + AMP βœ… >99.4% accuracy βœ… Draw or upload digits live πŸ–ŠοΈ Try it here πŸ‘‡ πŸ”— https://t.co/nyF2t6hTUm #DeepLearning #PyTorch #AI
0
1
1
@ChandraPraksh_B
Chandra Prakash Bathula
13 days
⚑ Deep Learning β€” Part 6: Activation Functions in Neural Networks From Sigmoid β†’ tanh β†’ ReLU β†’ Leaky ReLU β†’ GeLU, activation functions have powered how networks learn & converge. 🧠 Learn how: β€’ Sigmoid / tanh caused vanishing gradients β€’ ReLU sparked the deep learning
0
1
2
@ChandraPraksh_B
Chandra Prakash Bathula
14 days
🧠 Deep Learning β€” Part 5: How to Train Your Neural Networks Training a neural net = math + structure + intuition. From the Perceptron to deep multi-layer models β€” this post breaks down: πŸ”Ή Forward & Backward Propagation πŸ”Ή Chain Rule + Memoization (Backprop essence) πŸ”Ή
0
1
2
@ChandraPraksh_B
Chandra Prakash Bathula
28 days
πŸš€ Deep Learning: Multi-Layered Perceptron (MLP) 🧠 Stacking neurons β€” the foundation of Deep Learning. A single neuron (Perceptron) learns simple patterns. Stack millions and suddenly you have the power to learn speech, vision, and language. Here’s why πŸ‘‡ 1️⃣ MLPs connect
0
1
2
@ChandraPraksh_B
Chandra Prakash Bathula
1 month
🀯 Perceptron vs Logistic Regression, the OG connection that started Deep Learning! Before Transformers and GPUs, Deep Learning began with one neuroscience-inspired question: β€œCan we mimic human behavior in machines?” 🧠 From that spark came the Perceptron, a single β€œneuron”
0
1
2
@ChandraPraksh_B
Chandra Prakash Bathula
1 month
πŸ§ βž‘οΈπŸ€– Ever wondered how the human brain inspired #DeepLearning? In my latest blog, I explore how a single biological neuron became the blueprint for artificial neural networks from dendrites to the Perceptron! Read here πŸ‘‰ https://t.co/FLRg5oFqGm @towards_AI @OpenAI
2
1
2
@ChandraPraksh_B
Chandra Prakash Bathula
1 month
Exploring the Origins of Deep Learning: From a Single Neuron to Modern AI Did you know that deep learning began with a single neuron in 1957? 🧠 In my latest blog, I delve into the fascinating evolution of deep learning, tracing its roots from Frank Rosenblatt's Perceptron to
1
1
2
@ChandraPraksh_B
Chandra Prakash Bathula
1 month
πŸ”₯ Built an AI app that predicts customer subscriptions with a Decision Tree! πŸš€ πŸ’‘ Trained a model on banking data, balanced with SMOTE, and hit 89% accuracy & 0.87 F1-score. πŸ“Š Visualized the tree + feature importance with Plotly. 🌐 Wrapped it in a sleek Flask app with
0
1
2
@ChandraPraksh_B
Chandra Prakash Bathula
1 month
πŸš€ #SVM in Action: Sentiment Analysis meets Amazon-style UI! πŸ›’πŸ’¬ Just built & deployed a full Amazon Review Sentiment System powered by Linear SVM, with an interactive web UI, all live from #GoogleColab via Flask + ngrok. πŸ” Pipeline: Data cleaned & prepped TF-IDF features
1
1
3
@ChandraPraksh_B
Chandra Prakash Bathula
1 month
🚨 Phishing Shield AI: Catch phishing emails with Naive Bayes! πŸ›‘οΈπŸ“§ Built a sleek Streamlit app that detects phishing emails using MultinomialNB, GaussianNB, and a Stacking Ensemble model. Lightweight, fast, and powerful! πŸ’ͺ πŸ”‘ Features: Smart preprocessing: TF-IDF + keyword
0
1
2
@ChandraPraksh_B
Chandra Prakash Bathula
2 months
K-Nearest Neighbors in Action 🌺 Built an interactive Iris Classifier with Streamlit + scikit-learn to show how even β€œsimple” ML can shine: πŸ”Ή K-NN with Euclidean & Manhattan metrics πŸ”Ή 10-fold CV for robust accuracy πŸ”Ή Interactive sliders & visuals (decision boundaries,
0
1
2
@ChandraPraksh_B
Chandra Prakash Bathula
2 months
πŸ”Ή UMAP : Uniform Manifold Approximation and Projection Balances local & global structure, scalable & robust. ✨ Insights β€’ Best clustering: Silhouette 0.35 (2D), 0.33 (3D) β€’ Trustworthiness ~0.95 β€’ Runtime ~28 s for 10k digits πŸ† UMAP gives the clearest separation of
0
2
3
@ChandraPraksh_B
Chandra Prakash Bathula
2 months
2️⃣ t-SNE : t-distributed Stochastic Neighborhood πŸ”Ή t-SNE on MNIST Non-linear embedding for local structure. ✨ Insights β€’ Clear digit clusters in 2D/3D β€’ Silhouette: 0.22 (2D), 0.15 (3D) β€’ Trustworthiness ~0.96 β€’ Runtime ~23 s for 10k digits πŸ’‘ Great for visualizing
1
2
3
@ChandraPraksh_B
Chandra Prakash Bathula
2 months
1️⃣ PCA : Principal Component Analysis πŸ”Ή PCA on MNIST (3k–10k digits) Linear dimensionality reduction capturing global variance. ✨ Insights β€’ Top 3 PCs explain ~14.5% variance (PC1 β‰ˆ 6.17%, PC2 β‰ˆ 4.33%) β€’ Silhouette β‰ˆ 0 β†’ weak clustering (as expected for linear models)
1
2
3
@ChandraPraksh_B
Chandra Prakash Bathula
2 months
πŸš€ Exploring MNIST with Dimensionality Reduction: Interactive Web App I built a FastAPI app to visualize PCA, t-SNE, and UMAP on MNIST (3k–10k digits) in 2D & 3D. πŸ” Highlights β€’ UMAP 2D has the best clustering (Silhouette β‰ˆ 0.35) β€’ PCA’s top 3 comps explain ~14.5% variance
1
2
3
@ChandraPraksh_B
Chandra Prakash Bathula
3 months
Project 7 : 🎯 Just built a smart plagiarism detection tool! It doesn’t just catch exact copy-paste linesβ€”it also spots near matches, helping you stay original and avoid accidental plagiarism. Perfect for students, writers, and creators who care about authenticity. ✨ ⚑ Built
@ChandraPraksh_B
Chandra Prakash Bathula
3 months
Project 6 : Just built GitHub Vibe Check! Now you can compare your GitHub profile with others β€” followers, repos, contributions, and more β€” all in one place. Perfect for devs who want to see where they stand, get motivated, or just have some friendly competition. 😎 πŸ’»
0
2
3
@ChandraPraksh_B
Chandra Prakash Bathula
3 months
Project 6 : Just built GitHub Vibe Check! Now you can compare your GitHub profile with others β€” followers, repos, contributions, and more β€” all in one place. Perfect for devs who want to see where they stand, get motivated, or just have some friendly competition. 😎 πŸ’»
@ChandraPraksh_B
Chandra Prakash Bathula
3 months
UI/UX Design & Development Project 5 Job Recommendation App with Portfolio & Salary Filters βœ… Personalized job suggestions based on skills and experience βœ… Upload your portfolio and showcase projects directly βœ… Filter by salary, location, and job type βœ… In-app messaging for
0
1
2