Ojo Timilehincampeone.hashnode.dev·Sep 12, 2024Understanding the Difference Between Black Box and White Box ModelsWhat is the Machine learning model? Machine learning (ML) models are computed programs created by training ML algorithms to detect and recognize patterns using labeled, unlabeled, or mixed data. Machine learning models are broadly categorized into 2...DiscussMachine Learning
Hyunwoo Choihyunwoochoi.hashnode.dev·Nov 26, 2023Black Box vs White Box Testing Techniques - IILast time, the black box testing techniques were introduced: Equivalence Partitioning, Boundary Value Analysis, Decision Table Testing, and State Transition Testing. Today, I am going to cover the white box testing techniques. Since the white box tes...DiscussTDD - Embedded System using Cwhite box
Rhythm Rawatrhythmblogs.hashnode.dev·May 2, 2023Understanding Black-Box and White-Box Algorithms in Machine LearningMachine learning (ML) is a rapidly evolving field that is transforming the way we interact with technology. It has become an integral part of many industries, including finance, healthcare, retail, and marketing. With the increasing reliance on ML mo...Discuss·40 readsMachine Learning
Tan Dotandt53.com·Feb 12, 2023Is API testing black box or white box?This is the question you might be asked during an interview for QA position. And you may have an answer and a reason for that answer. In this post, I will provide my response to this question and explain my reasoning. Please note that the term API m...Discuss·174 readsAPI TESTING