#logisticregression 검색 결과
This week, I delved into Classification — one of the most fundamental and widely used techniques in Machine Learning. github.com/tanjinadnanabi… #MachineLearning #Classification #LogisticRegression #mlzoomcamp #DataScience #LearningJourney #AI
An Asymmetric Ensemble Method for Determining the Importance of Individual Factors of a Univariate Problem ✏️ Jelena Mišić et al. 🔗 brnw.ch/21wVY65 Viewed: 1451; Cited: 4 #mdpisymmetry #binaryclassification #logisticregression #featureselection

Data exploration = the foundation of every ML model!🛠️ #MachineLearning #DataScience #LogisticRegression #Python




Binary Logistic Regression in SPSS: The Complete Point-and-Click Guide theacademicpapers.co.uk/blog/2025/09/2… #BinaryLogisticRegression #BinaryRegression #LogisticRegression #SPSS
Just built a logistic regression model to predict if a user will purchase a product after seeing an ad. By turning salary into binned categories, I was able to capture non-linear patterns and boost test accuracy from ~86% to ~95% github.com/Ravi0529/purch… #LogisticRegression




Day 2 of my summer fundamentals series: Built Logistic Regression from scratch using just NumPy. No scikit-learn, no TensorFlow — just math, sigmoid functions, and gradient descent. Turning probabilities into predictions, one step at a time. #MLfromScratch #LogisticRegression

Preprocessing data = turning chaos into clarity!🚀Here is pt 3 of the LR with #Python Cheat Sheet. #MachineLearning #LogisticRegression #DataScience




Built a logistic regression model to predict if someone will buy based on age & salary. Got 92% chance of buying for age 41, salary 78k. Accuracy: 75% #machinelearning #python #logisticregression #100daysofcode

🔍 The #SigmoidFunction in #LogisticRegression maps inputs to a 0-1 range with an S-shaped curve. 🌀 It converts model outputs into probabilities, classifying results as 1 (≥0.5) or 0 (<0.5). Ideal for binary classification! 📈 #MachineLearning #AI #DataScience

Unlocking Insights with Logistic Regression 📈🔍. A cornerstone of statistical modeling, logistic regression provides powerful binary classification, essential for fields like medicine, finance, and marketing. #LogisticRegression #DataScience

🚀 #LogisticRegression: A binary classifier that predicts the probability of a class using an S-shaped curve (sigmoid). 🎯 Outputs range from 0 to 1: If the probability ≥ 0.5, it's classified as 1; otherwise, 0. 📊 #MachineLearning #AI #DataScience

The late-night code builds: A scikit-learn LogisticRegression model, Precise, interpretable, and ready for action. For tabular data, sometimes the simplest tools are the most powerful. #AI #ML #LogisticRegression #DataScience
🚀 Implemented Logistic Regression from scratch in JavaScript — no libraries, just pure math and logic! 🧠 Great hands-on learning experience to understand how ML models actually work under the hood. #ml #machinelearning @python #logisticregression @ChaiCodeHQ @Hiteshdotcom




Become a Logistic Regression Superhero! #LogisticRegression #DataScience #MachineLearning #Statistics #Programming #Tutorial #DataAnalysis #RProgramming #DataVisualization #LearnDataScience
ML from Scratch — Day 17 (19/05) [~1.5 hrs] - wrote logistic regression with the help of youtube videos - read more theory and implemented basics from scratch #ML #LogisticRegression #Python
![Hidden_Neuron_'s tweet image. ML from Scratch — Day 17 (19/05)
[~1.5 hrs]
- wrote logistic regression with the help of youtube videos
- read more theory and implemented basics from scratch
#ML #LogisticRegression #Python](https://pbs.twimg.com/media/GrVj8abW0AEMAP_.png)
![Hidden_Neuron_'s tweet image. ML from Scratch — Day 17 (19/05)
[~1.5 hrs]
- wrote logistic regression with the help of youtube videos
- read more theory and implemented basics from scratch
#ML #LogisticRegression #Python](https://pbs.twimg.com/media/GrVlE8qbAAAlAWa.jpg)
Logistic regression predicts the likelihood of an event using mathematical analysis of variables, yielding results between 0 and 1 for binary outcomes. #LogisticRegression #PredictiveModeling #DataScience #MachineLearning #Statistics #BinaryOutcomes #PredictiveAnalytics #Data

📚 Today I explored Logistic Regression — from hypothesis function to the log loss function. Loved seeing how it shifts from squared error to cross-entropy for better optimization ! #MachineLearning #LogisticRegression #DataScience #100DaysOfML
How Salvador Briggman Got into Crowdfunding #KickstarterAnalysis #LogisticRegression #EconClass #CrowdfundingSuccess #DataDriven #CollegeLife #ViralArticles #TechGadgets #TableTopGames #PassionProject #crowdfunding #kickstarter #salvadorbriggman #crowdcrux
So a score of 0.81 means an 81% chance of churn! This simple transformation turns a linear model into a powerful binary classifier. Ready to dive deeper into machine learning? Follow @Al_Grigor for amazing tutorials and guidance. #MachineLearning #LogisticRegression
This week, I delved into Classification — one of the most fundamental and widely used techniques in Machine Learning. github.com/tanjinadnanabi… #MachineLearning #Classification #LogisticRegression #mlzoomcamp #DataScience #LearningJourney #AI
🚀 Day 91 of #100DaysOfML ✅ Dove into #LogisticRegression assumptions, regularization. Key: binary outcome, independent observations, linearity to log-odd, low multicollinearity, large sample. L1/L2/Elastic Net prevent overfitting by penalizing coefficients. #ML #AI #DataScience

🚀 Day 90 of #100DaysOfML ✅ Dove into #LogisticRegression & MLE 🔍. Sigmoid models probabilities; training maximizes likelihood (minimizes log loss) using G Descent. MLE estimates parameters, links to loss functions, aids interpretability & model comparison. #ML #AI #DataScience

🤔 Logistic Regression isn’t about regression—it’s for classification. It predicts probabilities between 0 and 1. #ML #LogisticRegression #AI
Just built a logistic regression model to predict if a user will purchase a product after seeing an ad. By turning salary into binned categories, I was able to capture non-linear patterns and boost test accuracy from ~86% to ~95% github.com/Ravi0529/purch… #LogisticRegression




Binary Logistic Regression in SPSS: The Complete Point-and-Click Guide theacademicpapers.co.uk/blog/2025/09/2… #BinaryLogisticRegression #BinaryRegression #LogisticRegression #SPSS
An Asymmetric Ensemble Method for Determining the Importance of Individual Factors of a Univariate Problem ✏️ Jelena Mišić et al. 🔗 brnw.ch/21wVY65 Viewed: 1451; Cited: 4 #mdpisymmetry #binaryclassification #logisticregression #featureselection

🔍 Took a closer look at the Sigmoid function today: ✨ Key insights: When z → +∞, sigmoid → 1 When z → -∞, sigmoid → 0 At z = 0, sigmoid = 0.5 (the decision boundary) #MachineLearning #LogisticRegression #BuildInPublic
📘 Learning Report #5 – Logistic Regression & Decision Trees Deep Levelling up classification models! Covered: #MachineLearning #LogisticRegression #DecisionTree #Python #ML #AI
📚 Today I explored Logistic Regression — from hypothesis function to the log loss function. Loved seeing how it shifts from squared error to cross-entropy for better optimization ! #MachineLearning #LogisticRegression #DataScience #100DaysOfML
I have learned this in my basic econometrics class in Sem 1 of PG in econ. But unfortunately i have forgotten the calculations i have to revise it .. #LogisticRegression #Econometrics #Economics
One logistics firm used AI to automate route planning and delivery schedules, cutting fuel costs and boosting on-time deliveries. AI transforms complexity into efficiency. Discover AI solutions in logistics: algoworks.com #logisticregression #Aiinfra #DigitalTrust…

🚀 Leveling up my #MachineLearning skills! Just mastered optimizing #LogisticRegression 📊 🔹 Parameters tuned: C, penalty, solver, max_iter 🔹 Result: Higher accuracy & less overfitting Tuning = the secret sauce for better predictions 🧠✨ #AI #100DaysOfCode #ML

📚 Just learned Logistic Regression from scratch! ✅Understood the Sigmoid function ✅Implemented Log Loss (Binary Cross Entropy) ✅Trained using Gradient Descent It’s amazing how ML models predict probabilities from just math #MachineLearning #100DaysOfML #LogisticRegression⌨️

👉👉 Spatial Prediction of #Landslide Susceptibility Using #LogisticRegression (LR), #FunctionalTrees (FTs), and #RandomSubspaceFunctionalTrees (RSFTs) for Pengyang County, China ✍️ Hui Shang et al. 📎 brnw.ch/21wNu4N

📌 Today I practiced Polynomial Logistic Regression and learned how it improves classification on non-linear data. Check out my code here 👉 github.com/Its-Vikas-xd/M… #MachineLearning #LogisticRegression #AI

Data exploration = the foundation of every ML model!🛠️ #MachineLearning #DataScience #LogisticRegression #Python




Day 42 of #LearningWithLeapfrog! 🎉 Explored logistic regression and data visualization. Plotted test scores, computed cost and gradient, implemented gradient descent, and visualized the decision boundary. #LogisticRegression #MachineLearning #60DaysofLearning2024 #LPPD42


Should You Click ‘Yes’ or ‘No’? Predicting Choices with Logistic Regression #DataScience #logisticregression #medium medium.com/p/should-you-c…

Just built a logistic regression model to predict if a user will purchase a product after seeing an ad. By turning salary into binned categories, I was able to capture non-linear patterns and boost test accuracy from ~86% to ~95% github.com/Ravi0529/purch… #LogisticRegression




🚀 Implemented Logistic Regression from scratch in JavaScript — no libraries, just pure math and logic! 🧠 Great hands-on learning experience to understand how ML models actually work under the hood. #ml #machinelearning @python #logisticregression @ChaiCodeHQ @Hiteshdotcom




🚀 Day 90 of #100DaysOfML ✅ Dove into #LogisticRegression & MLE 🔍. Sigmoid models probabilities; training maximizes likelihood (minimizes log loss) using G Descent. MLE estimates parameters, links to loss functions, aids interpretability & model comparison. #ML #AI #DataScience

Day 2 of my summer fundamentals series: Built Logistic Regression from scratch using just NumPy. No scikit-learn, no TensorFlow — just math, sigmoid functions, and gradient descent. Turning probabilities into predictions, one step at a time. #MLfromScratch #LogisticRegression

🔍 The #SigmoidFunction in #LogisticRegression maps inputs to a 0-1 range with an S-shaped curve. 🌀 It converts model outputs into probabilities, classifying results as 1 (≥0.5) or 0 (<0.5). Ideal for binary classification! 📈 #MachineLearning #AI #DataScience

ML from Scratch — Day 17 (19/05) [~1.5 hrs] - wrote logistic regression with the help of youtube videos - read more theory and implemented basics from scratch #ML #LogisticRegression #Python
![Hidden_Neuron_'s tweet image. ML from Scratch — Day 17 (19/05)
[~1.5 hrs]
- wrote logistic regression with the help of youtube videos
- read more theory and implemented basics from scratch
#ML #LogisticRegression #Python](https://pbs.twimg.com/media/GrVj8abW0AEMAP_.png)
![Hidden_Neuron_'s tweet image. ML from Scratch — Day 17 (19/05)
[~1.5 hrs]
- wrote logistic regression with the help of youtube videos
- read more theory and implemented basics from scratch
#ML #LogisticRegression #Python](https://pbs.twimg.com/media/GrVlE8qbAAAlAWa.jpg)
Built a logistic regression model to predict if someone will buy based on age & salary. Got 92% chance of buying for age 41, salary 78k. Accuracy: 75% #machinelearning #python #logisticregression #100daysofcode

Preprocessing data = turning chaos into clarity!🚀Here is pt 3 of the LR with #Python Cheat Sheet. #MachineLearning #LogisticRegression #DataScience




🚀 #LogisticRegression: A binary classifier that predicts the probability of a class using an S-shaped curve (sigmoid). 🎯 Outputs range from 0 to 1: If the probability ≥ 0.5, it's classified as 1; otherwise, 0. 📊 #MachineLearning #AI #DataScience

If you run an e-commerce store and want to stop guessing what your customers will do… I build predictive models that help brands grow smarter. DMs are open. #ecommerce #dataanalytics #logisticregression #onlinestores #predictiveanalytics #freelancer #DataScience #retailtech

Unlocking Insights with Logistic Regression 📈🔍. A cornerstone of statistical modeling, logistic regression provides powerful binary classification, essential for fields like medicine, finance, and marketing. #LogisticRegression #DataScience

Can you predict marketing outcomes? 🤔 I used logistic regression in R to model website conversions by traffic source. 📊📈 Read my article 👉 blog.marketingdatascience.ai/what-happens-n… 🐝 @gtomsanalytics @GATechScheller #RStats #MarketingAnalytics #LogisticRegression




Something went wrong.
Something went wrong.
United States Trends
- 1. Columbus 129K posts
- 2. President Trump 988K posts
- 3. Middle East 221K posts
- 4. #IndigenousPeoplesDay 8,739 posts
- 5. #WWERaw 50.2K posts
- 6. Seth 44.9K posts
- 7. $BURU 1,006 posts
- 8. Thanksgiving 52.5K posts
- 9. Marc 45K posts
- 10. Darius Smith 3,135 posts
- 11. Macron 199K posts
- 12. Mike Shildt 1,797 posts
- 13. Apple TV 4,420 posts
- 14. HAZBINTOOZ 2,964 posts
- 15. Egypt 229K posts
- 16. Flip 52.1K posts
- 17. #IDontWantToOverreactBUT 1,277 posts
- 18. #drwfirstgoal N/A
- 19. Peace 2025 24.6K posts
- 20. Kash Doll N/A