Posts

LLM in Sport Science: A Practical Guide

 The advent of Large Language Models (LLMs) has transformed numerous fields, including healthcare, education, and business. In sport science, these models present a unique opportunity to enhance decision-making, personalize training, and democratize access to advanced knowledge. However, successful implementation requires a structured approach, awareness of potential risks, and a focus on ethical practices. Opportunities LLM in Sport Science LLMs have immense potential to revolutionize sport science through applications such as: Personalized Training Programs : LLMs can generate training plans by analyzing athlete profiles, injury histories, and performance goals. For instance, a model fine-tuned on sports-specific datasets could create progressive strength-building routines or rehabilitation schedules. Injury Prevention and Rehabilitation : By integrating data from medical literature, electronic health records, and real-time athlete feedback, LLMs can identify risk factors for inj...

Large Language Model

Large Language Models (LLMs) represent a monumental shift in artificial intelligence (AI) and natural language processing (NLP). These models, primarily driven by deep learning techniques, have proven to be highly effective at understanding, generating, and manipulating human language. What are Large Language Models? LLMs are a class of machine learning models designed to process and generate human-like text. These models are trained on vast amounts of textual data to understand the structure, meaning, and nuances of language. At their core, LLMs use a neural network architecture known as transformers, which allows them to handle complex language tasks like translation, summarization, question answering, and content generation with remarkable accuracy. One of the key differentiating factors of LLMs is their size. The term "large" refers to the billions (and in some cases, trillions) of parameters these models possess. Parameters are the tunable components of the model that al...

IT is Hardskill to Manage

Management is soft skill in IT. It's technically not needed in solving problems in IT but you needed in qualify IT works. Some of them: IT Infrastructures Management IT Services Management IT Risk Management In other hands the standard of management can used to audit. 

How to Set the Default Browser on Debian Trough the Command Line

There are two ways to set the default browser. The first is for the system, using account root. # update-alternatives --config x-www-browser For specific account you can use: $ xdg-settings set default-web-browser firefox-esr.desktop To check the configuration: $ xdg-settings get default-web-browser      

e-Library: SLiMS

For any backup of papers repository I builds e-Library using SLiMS (Senayan Library Management System). It's one of system built by Indonesian developer that go international. SLiMS based on PHP. So I wouldn't learn something new in developing.

Debian: Elioth to Salsa

As a Debian administrator, I have to work with Debian developer packaging environment and use any source from them. All of my source, especially PHP, still use anonscm.debian.org . In last year, 2008, Debian team build new platform for their collaborative development named salsa . Yes, I got late because of my other works. But with my new positions I got time to re-new all my works in the area. Salsa is the name of a collaborative development server for Debian based on the gitlab software. Salsa is supposed to provide the necessary tools for package maintainers, packaging teams and other Debian related individuals and groups for collaborative development.  So we will update about this gitlab platform to our production deployment.

SSH Key

Have you account on Github or Gitlab ? If you have one, you will familiar with creating a SSH Key. If you don't know what thing it is, you should go to Github Help to learn to make it. Just create it. It's more simple to share your public key to others than have a risk with sharing administration password.