<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>machine learning in sports science &#8211; Science</title>
	<atom:link href="https://scienmag.com/tag/machine-learning-in-sports-science/feed/" rel="self" type="application/rss+xml" />
	<link>https://scienmag.com</link>
	<description></description>
	<lastBuildDate>Fri, 04 Sep 2026 12:38:20 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=7.1</generator>

<image>
	<url>https://scienmag.com/wp-content/uploads/2024/07/cropped-scienmag_ico-32x32.jpg</url>
	<title>machine learning in sports science &#8211; Science</title>
	<link>https://scienmag.com</link>
	<width>32</width>
	<height>32</height>
</image> 
<site xmlns="com-wordpress:feed-additions:1">73899611</site>	<item>
		<title>Machine Learning Predicts Elite Male Sprint Cycling Performance in Multinational Study</title>
		<link>https://scienmag.com/machine-learning-predicts-elite-male-sprint-cycling-performance-in-multinational-study/</link>
		
		<dc:creator><![CDATA[Blake Davidson]]></dc:creator>
		<pubDate>Fri, 04 Sep 2026 12:38:17 +0000</pubDate>
				<category><![CDATA[Medicine]]></category>
		<category><![CDATA[advanced statistical techniques in sports performance forecasting]]></category>
		<category><![CDATA[artificial intelligence in cycling]]></category>
		<category><![CDATA[artificial intelligence in sports science]]></category>
		<category><![CDATA[comparison of traditional statistics and machine learning]]></category>
		<category><![CDATA[elite male sprint cycling performance prediction]]></category>
		<category><![CDATA[elite male track cyclist performance analysis]]></category>
		<category><![CDATA[machine learning algorithms in athletic performance]]></category>
		<category><![CDATA[machine learning in sports science]]></category>
		<category><![CDATA[machine learning in sprint cycling performance prediction]]></category>
		<category><![CDATA[multivariate data analysis for athlete performance]]></category>
		<category><![CDATA[multivariate data analysis in sprint cycling]]></category>
		<category><![CDATA[neural networks for sprint speed forecasting]]></category>
		<category><![CDATA[nonlinear modeling in cycling]]></category>
		<category><![CDATA[physiological factors influencing sprint cycling]]></category>
		<category><![CDATA[predictive modeling in competitive cycling]]></category>
		<category><![CDATA[random forest algorithms for sports prediction]]></category>
		<category><![CDATA[random forest machine learning in sports]]></category>
		<category><![CDATA[sports data science and predictive modeling]]></category>
		<category><![CDATA[sports performance data modeling]]></category>
		<category><![CDATA[sports performance prediction using AI]]></category>
		<category><![CDATA[sports science research on elite cyclists]]></category>
		<category><![CDATA[velodrome race outcome prediction]]></category>
		<category><![CDATA[velodrome sprint performance analysis]]></category>
		<guid isPermaLink="false">https://scienmag.com/machine-learning-predicts-elite-male-sprint-cycling-performance-in-multinational-study/</guid>

					<description><![CDATA[In the unforgiving world of track sprint cycling, where races are decided by hundredths of a second and medals hinge on fractions of a watt, coaches and sport scientists have long searched for the laboratory metric that best predicts who will fly fastest around a velodrome. A new multinational study has brought artificial intelligence to [&#8230;]]]></description>
										<content:encoded><![CDATA[<p>In the unforgiving world of track sprint cycling, where races are decided by hundredths of a second and medals hinge on fractions of a watt, coaches and sport scientists have long searched for the laboratory metric that best predicts who will fly fastest around a velodrome. A new multinational study has brought artificial intelligence to bear on that question, analyzing data from 333 elite male track cyclists to determine whether sophisticated machine learning algorithms can outperform traditional statistics in forecasting flying sprint performance. The answer, published in Sports Medicine – Open, is a striking lesson in both the power and the humility of modern data science.</p>
<p>The research, conducted by Taenam Kim and Seung-Bo Park, set out to address a persistent gap in sports science. For decades, performance prediction in sprint cycling has relied on multiple linear regression, a statistical technique that assumes each predictor contributes independently and in straight-line fashion to the outcome. But human physiology rarely obeys such tidy rules. The relationships between muscle power, body mass, pedaling cadence, and fatigue are tangled, interactive, and non-linear — precisely the kind of complexity that machine learning methods such as random forests are designed to untangle. Whether that theoretical advantage translates into real predictive gains for elite athletes had never been tested at this scale.</p>
<p>To find out, the researchers assembled one of the largest datasets ever compiled on elite track sprinters. Each of the 333 athletes completed a 30-second all-out sprint test on a cycle ergometer in laboratory conditions, a brutal assessment known as the Wingate-style test that drives athletes to their absolute physiological limits. The scientists then extracted eight predictors from each test: body mass, peak power output, 30-second mean power, mean cadence, relative peak power (peak power divided by body mass), 5-second maximal mean power normalized to body mass, maximal 5-second power decline, and percentage power drop. These variables together capture not only how much force an athlete can produce but also how quickly that capacity erodes under the metabolic stress of maximal effort.</p>
<p>The critical second step took the science out of the laboratory and onto the boards. Every athlete also completed flying 100-meter and 200-meter sprint tests in an indoor velodrome — the environment where elite competition actually happens. The flying 100-meter time, measured after a rolling build-up that allows riders to reach near-maximal speed, serves as a benchmark for pure top-end velocity. The flying 200-meter time, the qualifying event that seeds the sprint tournament at world championships and the Olympic Games, demands that athletes sustain high output for roughly twice as long, making fatigue resistance decisive. The difference between the two times — the 100-to-200-meter split — became a key focus of the analysis, isolating what happens in the second half of a maximal sprint when anaerobic fatigue begins to bite.</p>
<p>Armed with this dataset, the team built two families of predictive models. The first was a conventional multiple linear regression, the workhorse of exercise physiology. The second was a random forest, an ensemble machine learning method that constructs hundreds of decision trees, each trained on random subsets of the data and variables, then averages their predictions. Random forests excel at detecting non-linear relationships and interaction effects — for example, the possibility that peak power predicts time trial performance differently in heavier athletes than in lighter ones. Crucially, the researchers did not simply accept the algorithm&#8217;s default settings. They tuned the random forest&#8217;s hyperparameters through nested cross-validation on the training data, a rigorous procedure that prevents the model from silently memorizing the quirks of its training sample, and then evaluated both models on a held-out test set of athletes the algorithms had never seen.</p>
<p>The headline finding was as provocative as it was clean: machine learning did not decisively beat linear regression. When both approaches were compared on unseen data, the tuned random forest offered no meaningful advantage in predicting flying sprint times. In a field increasingly enamored with artificial intelligence, the result is a reminder that simpler models can be remarkably robust — especially when the number of predictors is modest and the underlying relationships, however complex they appear in theory, are well summarized by a few dominant variables.</p>
<p>And one variable dominated above all. In mutually adjusted linear regression models, 30-second average power was the only independent predictor of both flying 100-meter and flying 200-meter times. Peak power output — the single explosive burst of maximum wattage that many coaches treat as the holy grail of sprint testing — did not survive statistical adjustment. What mattered was not the highest point of the power curve but its sustained plateau: the ability to keep producing enormous power across the full half-minute of maximal effort. In physiological terms, the finding elevates anaerobic capacity and aerobic contribution to repeated high-intensity output over raw neuromuscular peak power as the true currency of track sprinting.</p>
<p>The second-half analysis sharpened the story further. When the researchers examined the 100-to-200-meter split time in unadjusted models, the metrics describing power decline — maximal 5-second power drop and percentage power drop — showed associations with slower finishing, consistent with the intuitive picture that athletes who fatigue faster lose more speed late in the sprint. But when those models were adjusted for peak power, the independent association of the decline metrics largely disappeared. Fatigue indices, in other words, appear to be entangled with an athlete&#8217;s absolute power production: stronger riders may show larger absolute power drops simply because they start from a higher ceiling, without necessarily being worse at sustaining speed relative to their capacity. It is a caution against reading fatigue metrics in isolation, a practice the authors suggest has misled aspects of athlete testing.</p>
<p>For coaches and performance directors, the practical implications are substantial. First, the study validates the humble 30-second ergometer sprint as a genuinely predictive testing tool: a single laboratory bout, requiring no velodrome access, explains a meaningful share of the variance in on-track flying sprint performance among the world&#8217;s best. Second, it redirects training emphasis. If sustained mean power — not peak power — is the independent predictor, then programs built predominantly around maximal neuromuscular peak development may be missing the mark for the velodrome&#8217;s most important demands. Interval work targeting power maintenance under accumulating metabolic stress deserves at least equal billing.</p>
<p>The study also carries a methodological message for the sports science community at large. Machine learning has swept through performance analytics, promise-laden and often hyped, yet this investigation demonstrates that algorithmic sophistication is not automatically synonymous with predictive superiority. With eight well-chosen laboratory predictors and 333 high-quality athlete observations, a properly specified linear model held its ground against a carefully tuned ensemble method. The researchers&#8217; use of nested cross-validation and a held-out test set models the kind of analytical discipline the field needs: too many machine learning studies in sport report optimistic accuracy figures because their models were evaluated on data they had effectively already seen.</p>
<p>The work is not without boundaries. The sample comprised elite male track cyclists, so the findings cannot be assumed to generalize to female athletes, junior riders, or population-level recreational cyclists, whose physiology and performance determinants may differ. The cross-sectional design — a snapshot of each athlete at a single point in time — establishes prediction, not causation or response to training. And while the eight ergometer-derived predictors explained significant performance variance, velodrome performance also reflects factors no laboratory captures: bike handling, track geometry, aerodynamic positioning, tire pressure, environmental conditions, and the psychological machinery of maximal self-pacing.</p>
<p>Even so, the study stands as one of the most rigorous attempts to bridge laboratory testing and velodrome reality, and its central insight will resonate far beyond cycling. In elite sport, where testing budgets increasingly flow toward complex analytics, the message is refreshingly grounded: measure what athletes can sustain, not just what they can spike. The fastest men on the boards, the data say, are not necessarily those who touch the highest peak — but those whose power curve refuses to fall.</p>
<div class="scienmag-article-metadata"><strong>Subject of Research:</strong> People</p>
<p><strong>Article Title:</strong> Machine Learning-Based Prediction of Track Sprint Cycling Performance in Elite-Level Male Cyclists: A Multinational Cross-Sectional Analysis</p>
<p><strong>Article References:</strong> Kim, T., &amp; Park, S.-B. (2026). Machine Learning-Based Prediction of Track Sprint Cycling Performance in Elite-Level Male Cyclists: A Multinational Cross-Sectional Analysis. <em>Sports Medicine &#8211; Open, 12</em>(1), Article 87. <a href="https://doi.org/10.1186/s40798-026-01058-1" target="_blank" rel="noopener noreferrer">https://doi.org/10.1186/s40798-026-01058-1</a></p>
<p><strong>Image Credits:</strong> AI Generated</p>
<p><strong>DOI:</strong> <a href="https://doi.org/10.1186/s40798-026-01058-1" target="_blank" rel="noopener noreferrer">10.1186/s40798-026-01058-1</a></p>
<p><strong>Keywords:</strong> track sprint cycling, machine learning, random forest, multiple linear regression, anaerobic power, cycle ergometer, flying 200-meter sprint, elite athletes, sports performance prediction, Wingate test</p>
</div>
]]></content:encoded>
					
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">187251</post-id>	</item>
		<item>
		<title>Blood metabolites reveal distinct adaptations to heavy versus light resistance training</title>
		<link>https://scienmag.com/blood-metabolites-reveal-distinct-adaptations-to-heavy-versus-light-resistance-training/</link>
		
		<dc:creator><![CDATA[Drew Townsend]]></dc:creator>
		<pubDate>Sun, 30 Aug 2026 03:07:28 +0000</pubDate>
				<category><![CDATA[Biology]]></category>
		<category><![CDATA[biochemical differences in heavy and light lifting]]></category>
		<category><![CDATA[blood metabolites]]></category>
		<category><![CDATA[blood metabolites response to resistance exercise]]></category>
		<category><![CDATA[blood serum metabolomics]]></category>
		<category><![CDATA[exercise-induced metabolic changes]]></category>
		<category><![CDATA[heavy versus light lifting]]></category>
		<category><![CDATA[heavy vs light resistance training effects]]></category>
		<category><![CDATA[machine learning in metabolic profile analysis]]></category>
		<category><![CDATA[machine learning in sports science]]></category>
		<category><![CDATA[metabolic adaptations to strength training]]></category>
		<category><![CDATA[metabolic differences in strength training]]></category>
		<category><![CDATA[metabolic fingerprints]]></category>
		<category><![CDATA[metabolic profiling of exercise intensity]]></category>
		<category><![CDATA[molecular markers of strength training]]></category>
		<category><![CDATA[molecular profiling]]></category>
		<category><![CDATA[nuclear magnetic resonance spectroscopy]]></category>
		<category><![CDATA[resistance exercise adaptation]]></category>
		<category><![CDATA[Resistance training]]></category>
		<category><![CDATA[resistance training biomarkers]]></category>
		<category><![CDATA[resistance training metabolic fingerprints]]></category>
		<category><![CDATA[serum metabolite analysis]]></category>
		<category><![CDATA[systemic metabolic response to resistance training]]></category>
		<category><![CDATA[systemic response to resistance training]]></category>
		<category><![CDATA[untargeted nuclear magnetic resonance spectroscopy in exercise]]></category>
		<guid isPermaLink="false">https://scienmag.com/blood-metabolites-reveal-distinct-adaptations-to-heavy-versus-light-resistance-training/</guid>

					<description><![CDATA[Few debates divide the gym floor as reliably as the question of heavy versus light lifting. Coaches have long argued that training with heavy loads builds strength in a way that lighter weights cannot match, while others insist that what matters is effort, not the number on the bar. A study published on 23 August [&#8230;]]]></description>
										<content:encoded><![CDATA[<p>Few debates divide the gym floor as reliably as the question of heavy versus light lifting. Coaches have long argued that training with heavy loads builds strength in a way that lighter weights cannot match, while others insist that what matters is effort, not the number on the bar. A study published on 23 August 2026 in the journal Metabolomics now adds a molecular twist to that argument. By profiling the fasting blood serum of young men who completed eight weeks of resistance exercise, researchers found that high-load and low-load training leave overlapping yet distinguishable chemical fingerprints in the circulation. The team, which included Diego Salgueiro and Valerio Barauna, combined untargeted nuclear magnetic resonance spectroscopy with machine-learning classifiers to detect patterns invisible to conventional statistical testing. Of ten serum metabolites significantly altered by the intervention, five changed in parallel whether participants lifted at 80 or 30 percent of their maximal strength, while the wider metabolic profile carried information that separated the two training conditions. The findings suggest that the systemic response to resistance exercise is more nuanced than single-molecule measurements have implied.</p>
<p>The experiment was designed to isolate load as cleanly as possible. Seventeen healthy young men completed an eight-week resistance training program in which every working set was carried to volitional failure, the point at which no further complete repetition is possible. Nine participants trained with a high load of 80 percent of their one-repetition maximum, the heaviest weight they could lift once with proper form, while the remaining eight worked with a low load of only 30 percent of the same benchmark. Because both groups pushed every set to failure, the effort of each session was largely matched, leaving the external load itself as the principal difference between protocols. The design matters because low-load training has become a serious scientific topic in recent years. Research on blood-flow-restricted exercise and time-efficient home workouts has shown that light weights can produce comparable gains in muscle size when taken close to failure, yet whether the body&#8217;s systemic chemistry adapts differently to heavy and light loading had remained essentially unexplored at the level of the full serum metabolome.</p>
<p>To capture that chemistry, the team turned to untargeted metabolomics, an analytical philosophy that measures as many small molecules as possible in a biological sample without deciding in advance which ones matter. Fasting serum samples were analyzed by proton nuclear magnetic resonance spectroscopy, written as 1H-NMR. In this technique, powerful magnetic fields cause the hydrogen nuclei inside each metabolite to resonate at characteristic frequencies, producing a spectral fingerprint whose peaks reveal both the identity and the concentration of compounds circulating in the blood. Compared with mass spectrometry, NMR requires minimal sample preparation and delivers highly reproducible quantification, an advantage when the goal is to compare the same individual before and after weeks of training. The trade-off is sensitivity, because NMR typically resolves the dozens of most abundant metabolites rather than the thousands of trace species that mass spectrometry can reach. For the molecules at issue here, the amino acids, ketone bodies, organic acids and glycolytic intermediates that carry the bulk of metabolic traffic, the platform is well suited, and it allowed the researchers to treat each volunteer&#8217;s fasting serum as a complete biochemical snapshot of his resting physiology.</p>
<p>Interpreting those snapshots demanded a two-pronged analytical strategy. In the conventional approach, the researchers used paired t-tests and one-way analysis of variance to compare metabolite concentrations across time points and training groups, applying the Benjamini-Hochberg procedure to control the false discovery rate that accumulates when many statistical tests run in parallel. Univariate tests of this kind are the workhorses of exercise physiology, but they examine each metabolite in isolation and can miss coordinated shifts that become visible only when molecules are considered together. To capture such pathway-level behavior, the team built Random Forest models, an ensemble machine-learning method that grows hundreds of decision trees, each trained on random subsets of the metabolite data, and lets the forest vote on the class to which each sample belongs. Crucially, the models were validated with stratified five-by-five-fold cross-validation and subjected to 1000 iterations of permutation testing, which confirmed that classification performance exceeded what blind chance would produce. Sensitivity, specificity and the area under the receiver operating characteristic curve, or AUC, then quantified how cleanly the algorithm could tell the metabolic states apart.</p>
<p>The results revealed a clear hierarchy of metabolic effects. Of the ten serum metabolites significantly altered by the eight-week intervention, five changed consistently in both the high-load and low-load groups: 3-hydroxyisovalerate, 3-hydroxybutyrate, acetone, isobutyrate and lactate. Their shared behavior points to adaptations in amino acid turnover and ketone body metabolism that accompany resistance training regardless of how heavy the barbell is, provided the effort is maximal. In other words, a substantial part of the body&#8217;s systemic chemical remodeling appears to respond to repeated muscular work pushed to failure, not to the absolute magnitude of the load. When the researchers mapped the discriminant metabolites onto established biochemical pathways, the assignments proved biochemically coherent, tying the exercise-induced changes to recognized routes of intermediary metabolism rather than scattered statistical noise. With half of the altered metabolites shared between protocols, the remaining alterations contributed to the load-specific patterns announced in the study&#8217;s title, precisely the kind of information that a metabolite-by-metabolite comparison would have struggled to surface.</p>
<p>Each of the five shared compounds tells its own biochemical story. Lactate, long caricatured as a waste product of hard exercise, is now understood as a dynamic carbon shuttle that moves energy between glycolytic and oxidative tissues, and its circulating levels reflect a chronic recalibration of carbohydrate handling. Acetone and 3-hydroxybutyrate are ketone bodies, generated by the liver when fatty acids are oxidized faster than the citric acid cycle can absorb the acetyl-CoA they release, so reorganized ketone dynamics after training are consistent with shifts in fat oxidation and hepatic energy state. Isobutyrate is a short-chain branched acid derived from the catabolism of the amino acid valine, while 3-hydroxyisovalerate arises in the degradation pathway of leucine, one of the branched-chain amino acids that skeletal muscle consumes in large quantities for fuel and protein synthesis. Their joint modulation therefore reads like a coordinated adjustment in how the body trades amino acid skeletons for energy. Because blood was drawn at rest rather than after a workout, the signatures represent a lasting shift in the resting metabolic set point that eight weeks of training had installed.</p>
<p>The machine-learning analysis delivered the study&#8217;s most striking number. When the Random Forest classifier was asked to separate samples by training status, distinguishing the metabolic profiles acquired before the eight-week program from those acquired after it, the model achieved an AUC of 1.00, a perfect score indicating that the two states separated without overlap in the cross-validated data. Reported alongside sensitivity and specificity and validated against 1000 randomized permutation tests, the result shows that eight weeks of resistance training reshapes the fasting serum metabolome in a way that is both reproducible and globally recognizable. Equally telling is what the researchers emphasized about their univariate analyses: the objectives stated that such patterns would be undetectable by approaches that test one metabolite at a time, and the perfect classifier was built on the full multivariate structure of the data. The contrast illustrates a growing theme in exercise science, namely that adaptation is a distributed, systems-level phenomenon. Training does not merely raise or lower a handful of molecules; it rewires the relationships among them, and only models that read the entire pattern at once can decode that rewiring with full fidelity.</p>
<p>The implications extend well beyond the weight room. If the loading condition stamps a distinct signature onto the circulating metabolome, blood-based biomarkers could eventually tell coaches and clinicians not merely whether a person is adapting to exercise but how, providing an objective readout of what a program is actually doing to systemic physiology. That would be valuable for populations in which performance testing is impractical, from older adults at risk of muscle loss to patients rehabilitating after injury, and it would give trainers a molecular complement to the crude proxies of load, volume and repetition maximums. The findings also add nuance to the ongoing reevaluation of low-load training. Because the low-load group produced much of the same chemistry as the high-load group while lifting a third of the weight, the work strengthens the argument that effort and proximity to failure, rather than absolute load, drive many of the systemic adaptations that matter. At the same time, the load-specific component of the signature suggests that heavy and light training are not perfect substitutes, and that programs mixing both modalities might elicit a richer metabolic repertoire than either alone.</p>
<p>As with any study of this scale, several caveats temper the conclusions. Seventeen participants form a small cohort, and the sample consisted exclusively of young, healthy men, so the extent to which women, older adults or clinical populations share these signatures remains unknown. Fasting serum captures the resting, not the acute post-exercise, metabolic state, meaning the study speaks to durable adaptations rather than to the transient wave of metabolites released in the hours after a workout. NMR-based profiling observes the abundant tier of the metabolome, leaving the long tail of lipids and trace signaling molecules to other platforms. And while the Random Forest models were cross-validated and permutation-tested with notable rigor, the gold standard for any classifier is prospective validation in entirely independent cohorts, which is the logical next step for this line of research. Larger trials that follow diverse populations across longer training cycles, and that combine NMR with complementary omics technologies, will be needed before these fingerprints can be converted into practical diagnostic tools.</p>
<p>What the study ultimately offers is a proof of concept: the blood of an ordinary trainee carries a legible record of how he trains. Eight weeks of honest work, whether hoisting heavy barbells or pushing light dumbbells to the brink of failure, writes itself into the concentrations of ketone bodies, amino acid catabolites and glycolytic intermediates circulating in fasting serum, and a well-trained algorithm can read that record with flawless accuracy. As untargeted metabolomics matures and machine-learning pipelines become routine in physiology laboratories, the boundary between the training log and the laboratory test begins to blur. The heavy-versus-light debate will not be settled by a single study of seventeen men, but it has now gained something it previously lacked: molecular evidence that both sides are partly right, and that the body, at the level of its chemistry, keeps a far more detailed diary than any training notebook ever could.</p>
<div class="scienmag-article-metadata"><strong>Subject of Research:</strong> Systemic, load-specific metabolic adaptations to eight weeks of high-load versus low-load resistance training, assessed by untargeted serum 1H-NMR metabolomics and machine-learning classification in healthy young men.</p>
<p><strong>Article Title:</strong> Serum metabolomic profiling reveals load-specific adaptations to resistance training</p>
<p><strong>Article References:</strong> Salgueiro, D., Martins, M., Scherrer, G., Valério, D., Castro, A., Barroso, R., Leite, R., &amp; Barauna, V. (2026). Serum metabolomic profiling reveals load-specific adaptations to resistance training. <em>Metabolomics, 22</em>(5), Article 144. <a href="https://doi.org/10.1007/s11306-026-02514-5" target="_blank" rel="noopener noreferrer">https://doi.org/10.1007/s11306-026-02514-5</a></p>
<p><strong>Image Credits:</strong> AI Generated</p>
<p><strong>DOI:</strong> <a href="https://doi.org/10.1007/s11306-026-02514-5" target="_blank" rel="noopener noreferrer">10.1007/s11306-026-02514-5</a></p>
<p><strong>Keywords:</strong> Resistance training; serum metabolomics; 1H-NMR spectroscopy; high-load exercise; low-load exercise; ketone body metabolism; amino acid turnover; lactate; Random Forest classification; machine learning; training monitoring</p>
</div>
]]></content:encoded>
					
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">185130</post-id>	</item>
	</channel>
</rss>
