Published inGoPenAIIs Your ML Model Failing on New Data Despite 99% Test Accuracy?Are you sure that your ML model is performing well?Jan 16Jan 16
Decision Tree: A bad Decision maker?Decision trees are powerful tools that classify or predict outcomes by mimicking our step-by-step decision-making process. From deciding…Jan 13Jan 13
Classification vs. Regression: Understanding Key Concepts in Machine LearningWhen diving into machine learning, two fundamental concepts you will often encounter are classification and regression. While both involve…Dec 30, 2024Dec 30, 2024
Bag Of Words(BOW)Bag Of Words(BOW) is a representation of text, that describe the occurrence of words within a document. It involves two things: A…Oct 22, 20202Oct 22, 20202
Why convert text to vector in NLP?Text is most unstructured form of data available to us. We can’t predict anything from data when they are in text form. That’s why we have…Oct 13, 20202Oct 13, 20202