<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title>DEV Community: khyati</title>
    <description>The latest articles on DEV Community by khyati (@khyati_f6cd43d06940bf7236).</description>
    <link>https://dev.to/khyati_f6cd43d06940bf7236</link>
    <image>
      <url>https://media2.dev.to/dynamic/image/width=90,height=90,fit=cover,gravity=auto,format=auto/https:%2F%2Fdev-to-uploads.s3.us-east-2.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F4004910%2F116e3414-7f9e-41fa-b602-23e47c494352.png</url>
      <title>DEV Community: khyati</title>
      <link>https://dev.to/khyati_f6cd43d06940bf7236</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/khyati_f6cd43d06940bf7236"/>
    <language>en</language>
    <item>
      <title>Federated Learning: Training Medical AI Models Without Sharing Patient Data</title>
      <dc:creator>khyati</dc:creator>
      <pubDate>Thu, 02 Jul 2026 08:34:16 +0000</pubDate>
      <link>https://dev.to/khyati_f6cd43d06940bf7236/federated-learning-training-medical-ai-models-without-sharing-patient-data-14ae</link>
      <guid>https://dev.to/khyati_f6cd43d06940bf7236/federated-learning-training-medical-ai-models-without-sharing-patient-data-14ae</guid>
      <description>&lt;p&gt;&lt;a href="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.us-east-2.amazonaws.com%2Fuploads%2Farticles%2Feksfl1mp25vd5wmrz618.jpg" class="article-body-image-wrapper"&gt;&lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.us-east-2.amazonaws.com%2Fuploads%2Farticles%2Feksfl1mp25vd5wmrz618.jpg" alt="data science" width="800" height="450"&gt;&lt;/a&gt;&lt;br&gt;
There is a huge scope for the use of artificial intelligence in healthcare, ranging from disease detection to forecasting patients' health conditions. There is one big barrier, however: the privacy of patient information is highly important, and it would be illegal to share this information with tech firms and other entities.&lt;br&gt;
And that’s precisely what federated learning does. To know more about how these highly advanced technologies are impacting the health industry today, one can begin by looking into the &lt;strong&gt;&lt;a href="https://www.digicrome.com/courses/data-science-training-course-in-gurgaon" rel="noopener noreferrer"&gt;Best Data Science Training Institute in Gurgaon&lt;/a&gt;&lt;/strong&gt;.&lt;/p&gt;

&lt;h2&gt;
  
  
  &lt;strong&gt;What Is Federated Learning&lt;/strong&gt;
&lt;/h2&gt;

&lt;p&gt;Federated learning refers to a type of machine learning algorithm whereby AI models are trained across different devices or machines, but without the need for the actual data to be transferred to a centralized location. In this case, rather than having the patient data transferred to one place, it is the machine learning algorithm that goes to the location of the data. Every hospital/healthcare facility will train the model based on its own patient data.&lt;/p&gt;

&lt;h2&gt;
  
  
  &lt;strong&gt;How It Works in Healthcare&lt;/strong&gt;
&lt;/h2&gt;

&lt;p&gt;Now, suppose there are ten hospitals that wish to train an AI algorithm that can recognize early signs of a rare disease from medical imaging. In conventional approaches, they would have to merge all the imaging scans in one big database, but the issue of privacy would become very problematic. Federated learning allows each individual hospital to train its model on its own data.&lt;br&gt;
After this process, the hospital will send only the updated model parameters, which are small parts of mathematical information, to the central server. In the central server, all of these updates will be used to form a more intelligent model that will give more accurate predictions. Afterward, this more accurate model will be sent back to all hospitals, and so on.&lt;/p&gt;

&lt;h2&gt;
  
  
  &lt;strong&gt;Why Privacy Protection Matters&lt;/strong&gt;
&lt;/h2&gt;

&lt;p&gt;One of the most confidential information sources available is healthcare data. All it takes is one data breach to reveal intimate information regarding a person's physical state and treatment process. The concept of federated learning makes breaches less probable since there will be no need for the patients' information to leave its original source. At the same time, hospitals will be able to contribute to science by following such legislation as HIPAA in the U.S. or India's Digital Personal Data Protection Act.&lt;/p&gt;

&lt;h2&gt;
  
  
  &lt;strong&gt;Benefits Beyond Privacy&lt;/strong&gt;
&lt;/h2&gt;

&lt;p&gt;Beyond being a means of enhancing privacy, federated learning enables hospitals in various regions to cooperate and develop more robust models through learning from a variety of patient data, thus making predictions more accurate among other groups of people. Moreover, it avoids all costs associated with moving large amounts of imaging data over networks. Finally, small hospitals having a limited amount of data can take advantage of the large network and still not expose their patients’ data.&lt;/p&gt;

&lt;h2&gt;
  
  
  &lt;strong&gt;Real-World Examples&lt;/strong&gt;
&lt;/h2&gt;

&lt;p&gt;Large tech firms and health-care organizations have already explored federated learning when predicting the deterioration of patients, detecting tumors from medical images, and uncovering patterns from the electronic medical record database. Consortia of research institutions from different countries have employed the methodology to develop AI solutions that would otherwise not be possible due to data-sharing restrictions.&lt;/p&gt;

&lt;h2&gt;
  
  
  &lt;strong&gt;Challenges to Consider&lt;/strong&gt;
&lt;/h2&gt;

&lt;p&gt;Although there are many strengths of federated learning, there are some difficulties associated with the approach. The communication process may become inefficient due to a huge number of devices and server communication. Another problem lies in maintaining high-quality data of all involved hospitals, since inconsistent or biased data may affect the final outcome.&lt;/p&gt;

&lt;h2&gt;
  
  
  &lt;strong&gt;Conclusion&lt;/strong&gt;
&lt;/h2&gt;

&lt;p&gt;Federated learning offers great hope for innovations in healthcare while keeping the privacy of the patients intact. With more and more health institutions using federated learning, people who have skills in data science as well as privacy-preserving machine learning techniques will become highly sought after in the industry. For those who find the above field appealing, there is a &lt;strong&gt;&lt;a href="https://www.digicrome.com/courses/data-science-training-course-in-pune" rel="noopener noreferrer"&gt;Data Science Training Course in Pune&lt;/a&gt;&lt;/strong&gt; that will come in handy in the future.&lt;/p&gt;

</description>
      <category>ai</category>
      <category>programming</category>
      <category>productivity</category>
      <category>beginners</category>
    </item>
    <item>
      <title>Statistics You Actually Use vs. Statistics You Learned: Reality Check</title>
      <dc:creator>khyati</dc:creator>
      <pubDate>Sat, 27 Jun 2026 06:59:08 +0000</pubDate>
      <link>https://dev.to/khyati_f6cd43d06940bf7236/statistics-you-actually-use-vs-statistics-you-learned-reality-check-4nn1</link>
      <guid>https://dev.to/khyati_f6cd43d06940bf7236/statistics-you-actually-use-vs-statistics-you-learned-reality-check-4nn1</guid>
      <description>&lt;p&gt;&lt;a href="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.us-east-2.amazonaws.com%2Fuploads%2Farticles%2F6ugfauk6wixxpdk5y9j5.jpg" class="article-body-image-wrapper"&gt;&lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.us-east-2.amazonaws.com%2Fuploads%2Farticles%2F6ugfauk6wixxpdk5y9j5.jpg" alt=" " width="800" height="450"&gt;&lt;/a&gt;&lt;br&gt;
University coursework spent weeks teaching me t-tests, chi-square tests, and ANOVA procedures I've genuinely used maybe twice in three years of actual industry work. A quality &lt;a href="https://www.digicrome.com/courses/data-science-training-course-in-delhi" rel="noopener noreferrer"&gt;&lt;strong&gt;Data Science Training in Delhi&lt;/strong&gt;&lt;/a&gt; covers foundational statistics thoroughly and rigorously, but understanding which concepts translate into daily practice versus which remain largely academic exercises makes the meaningful difference between theoretical knowledge and genuine workplace competence in real organizations.&lt;/p&gt;

&lt;h2&gt;
  
  
  &lt;strong&gt;Which Hypothesis Testing Actually Matters in Real Industry Work?&lt;/strong&gt;
&lt;/h2&gt;

&lt;p&gt;Academic statistics emphasizes textbook hypothesis tests divorced from business context. Real industry work looks remarkably different:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;&lt;p&gt;&lt;strong&gt;What You Rarely Use:&lt;/strong&gt;&lt;br&gt;
Traditional t-tests comparing two independent means in isolation&lt;br&gt;
Chi-square tests for categorical independence without business framing&lt;br&gt;
ANOVA for comparing multiple group means academically&lt;br&gt;
Non-parametric tests for small, controlled academic samples&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;&lt;strong&gt;What You Actually Use Constantly:&lt;/strong&gt;&lt;br&gt;
A/B testing frameworks with proper power calculations and sample size determination&lt;br&gt;
Sequential testing methods for monitoring experiments without inflating false positives&lt;br&gt;
Multiple testing corrections when running dozens of simultaneous experiments&lt;br&gt;
Practical significance thresholds, not just statistical significance thresholds&lt;/p&gt;&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;The shift matters enormously. Academic hypothesis testing teaches mechanics; industry A/B testing demands understanding business framework, experiment design tradeoffs, and stakeholder communication simultaneously. You're not just calculating p-values—you're deciding whether shipping a feature affects profit meaningfully enough to matter. &lt;/p&gt;

&lt;h2&gt;
  
  
  &lt;strong&gt;How Does Bayesian Thinking Actually Influence Product Decisions?&lt;/strong&gt;
&lt;/h2&gt;

&lt;p&gt;Classical frequentist statistics dominates academic syllabuses, yet Bayesian thinking progressively drives practical product conclusions:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;&lt;p&gt;Updating beliefs about feature performance as new data streams in continuously&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;Incorporating prior knowledge from previous experiments into current decision-making&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;Communicating uncertainty as probability distributions, not binary significant/non-significant verdicts&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;Making decisions under genuine uncertainty rather than waiting for "statistical significance"&lt;/p&gt;&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;Product teams rarely wait for perfectly powered, textbook-clean experiments before making decisions. They genuinely need probabilistic thinking instead: "Given what we know now, what's the probability this feature improves retention meaningfully?" This Bayesian framing matches business reality far better than rigid frequentist hypothesis testing frameworks ever truly could in practice.&lt;br&gt;
A &lt;strong&gt;&lt;a href="https://www.digicrome.com/courses/data-science-training-course-in-pune" rel="noopener noreferrer"&gt;Data Science Training Course in Pune&lt;/a&gt;&lt;/strong&gt; that introduces Bayesian concepts alongside frequentist methods prepares graduates for this practical, probabilistic decision-making reality they'll actually encounter professionally.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;## What's the Honest Truth About P-Values and P-Hacking in Indian Research?&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;This topic deserves direct, uncomfortable honesty. P-hacking culture exists prominently in Indian academic and corporate research environments:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;&lt;p&gt;Running multiple analyses until something crosses the 0.05 threshold&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;Selectively reporting significant results while burying non-significant findings&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;Peeking at experiment results repeatedly, stopping exactly when significance appears&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;Treating p-values as binary truth markers rather than continuous evidence strength indicators&lt;/p&gt;&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;This isn't unique to India alone, but resource constraints and intense publication pressure significantly intensify these tendencies across academic and corporate settings. Junior analysts face constant pressure to "find something significant" to justify their analytical time and effort invested, creating systematic incentives toward statistical malpractice that compounds over time.&lt;br&gt;
The honest fix requires understanding p-values correctly and precisely: they represent evidence of strength against a null hypothesis, not absolute proof of effect size or genuine practical importance for business decisions. A statistically significant result with negligible practical impact means almost nothing for actual business decisions in the real world.&lt;/p&gt;

&lt;h2&gt;
  
  
  &lt;strong&gt;Closing the Theory-Practice Gap&lt;/strong&gt;
&lt;/h2&gt;

&lt;p&gt;Real statistical competence means actually understanding which tools resolve actual business problems versus which exist generally for academic completeness and exam preparation. Master A/B testing precisely, embrace Bayesian thinking for genuinely probabilistic conclusions, and resist p-hacking pressure even when it feels handy or expected. This honest, useful approach to statistics, not textbook memorization or formula recall, eventually separates genuinely capable data scientists from those who simply passed their coursework examinations without deeper knowledge.&lt;/p&gt;

</description>
    </item>
  </channel>
</rss>
