Understanding Trees in Data Structures

We have all watched trees from our childhood. It has roots, stems, branches and leaves. It was observed long back that each leaf of a tree can be traced to root via a unique path. Hence tree structure was used to explain…

Read More

Prime Numbers Program In Python

What is prime number? Is 1 a prime number? Co-prime numbers Smallest and Largest prime numbers Python Program for prime numbers What is a prime number? Prime numbers are a subset of natural numbers whose factors are only 1 and the number…

Read More

Random forest Algorithm in Machine learning: An Overview

Introduction to Random Forest Algorithm In the field of data analytics, every algorithm has a price. But if we consider the overall scenario, then a maximum of the business problem has a classification task. It becomes quite difficult to intuitively know what…

Read More

What Is ICD-10 & Why Are ICD-10 Codes So Important for Healthcare?

Welcome to the website viralsocialblog.com Right now there’s reading the article entitled What Is ICD-10 & Why Are ICD-10 Codes So Important for Healthcare?   It’s been nearly six years since practices and other healthcare systems were required to adopt a new…

Read More

Simplified Reinforcement Learning: Q Learning

Q Learning, a model-free reinforcement learning algorithm, aims to learn the quality of actions and telling an agent what action is to be taken under which circumstance. Through the course of this blog, we will learn more about Q Learning, and it’s…

Read More

What’s the Difference Between EPCS and PDMP?

Welcome to the website viralsocialblog.com Right now there’s reading the article entitled What’s the Difference Between EPCS and PDMP?   Over the years, EPCS and PDMPs helped fight the battle against the opioid epidemic. State mandates drove the adoption of EPCS and…

Read More

What is Gradient Boosting and how is it different from AdaBoost?

Ensemble methods is a machine learning technique that combines several base models in order to produce one optimal predictive model. There are various ensemble methods such as stacking, blending, bagging and boosting. Gradient Boosting, as the name suggests is a boosting method. …

Read More

What is a Practice Management System & How Do You Pick the Right One?

Welcome to the website viralsocialblog.com Right now there’s reading the article entitled What is a Practice Management System & How Do You Pick the Right One?   Before practice management systems, healthcare front desk staff spent hours on the phone to remind…

Read More

Understanding ROC (Receiver Operating Characteristic) Curve | What is ROC?

What is the AUC – ROC Curve? Defining terms used in AUC and ROC Curve How to speculate on the performance of the model? The relation between Sensitivity, Specificity, FPR, and Threshold Threshold Selection Performance Assessment Classifier Comparison What is the AUC…

Read More

Everything You Need to Know About Remote Patient Monitoring

Welcome to the website viralsocialblog.com Right now there’s reading the article entitled Everything You Need to Know About Remote Patient Monitoring   Pilot programs for Remote Patient Monitoring (RPM) began in the 1970s, but RPM didn’t truly take off until the second…

Read More

PyTorch vs TensorFlow – Explained | What is the difference between PyTorch and TensorFlow?

Contributed by: Arindam Sarkar LinkedIn Profile: www.linkedin.com/in/arindamxsarkar While starting with the journey of Deep Learning, also known as Neural Networking, one finds a host of frameworks and libraries in Python. Thus, the obvious dilemma of where to start and which one to…

Read More

5 Mistakes Small Practices Make When Choosing an EHR

Welcome to the website viralsocialblog.com Right now there’s reading the article entitled 5 Mistakes Small Practices Make When Choosing an EHR   Making the right decision when selecting an Electronic Health Record (EHR) solution is essential for small and independent medical practices.…

Read More