Published inIntro to Artificial IntelligenceMy attempt to build a computer-use capability using an LLMIntroductionFeb 14Feb 14
Published inIntro to Artificial IntelligencePaliGemma: a Open Multimodal 3B Language ModelIntroductionJan 3Jan 3
Published inIntro to Artificial IntelligenceDeploy Fine-tuned QuantizedModel to OllamaDeploying a fine-tuned, quantized model to a CPU-only system presents a significant challenge. Our initial approach involved creating a…Dec 18, 2024A response icon1Dec 18, 2024A response icon1
Published inIntro to Artificial IntelligenceThe Future of LLM Inference: Small Models, Big ImpactLarge Language Models (LLMs) typically require powerful GPUs, limiting their accessibility. Projects like BitNet.cpp and Llama.cpp are…Dec 5, 2024Dec 5, 2024
Published inIntro to Artificial IntelligenceProximal Policy Optimization (PPO) RL in PyTorchPPO Architecture. Source: [12]Nov 19, 2024Nov 19, 2024
Published inIntro to Artificial IntelligenceDeep Q Network(DQN) in PyTorchQ-learningNov 17, 2024Nov 17, 2024
Published inIntro to Artificial IntelligenceAdvantage Actor-Critic RL in PyTorchIntroductionNov 15, 2024Nov 15, 2024
Published inIntro to Artificial IntelligenceA brief guide on running TensorFlow on GPUMany people are already aware of how to run the TensorFlow library on GPU. But to me, it took a couple of days of effort to figure out what…Oct 25, 2023Oct 25, 2023
Published inIntro to Artificial IntelligenceParameter Efficient Finetuning (PEFT) of LLMThis article explains the PEFT technique to finetune LLM and how can we implement it. To learn more about Transformer and its different…Oct 23, 2023Oct 23, 2023
Published inIntro to Artificial IntelligenceKalman filter in stock tradingWhat is Kalman Filter?Sep 11, 2023A response icon2Sep 11, 2023A response icon2