KavyaforPortkey Blogsportkey-llm-elo-rating.hashnode.dev·Oct 14, 2024⭐️ Implementing FrugalGPT: Reducing LLM Costs & Improving PerformanceRohit Agarwal, Ayush Garg Apr 22, 2024∙12 min FrugalGPT is a framework proposed by Lingjiao Chen, Matei Zaharia, and James Zou from Stanford University in their 2023 paper "FrugalGPT: How to Use Large Language Models While Reducing Cost and Improvin...DiscussImplementation
Rahul Rrahulraghunathan.hashnode.dev·Oct 9, 2024The Art of API Traffic Control: A Deep Dive into Rate LimitingIn today’s digital landscape, managing the flow of requests to web services and APIs is essential for ensuring system stability, security, and fairness. Rate limiting has emerged as a key technique to address these challenges. This article explores t...Discuss·4 likes·29 readsratelimit
neurontistneurontist.hashnode.dev·Sep 23, 2024Solving Systems with Python: Discovering Gaussian Elimination in Machine LearningWhen it comes to machine learning (ML), especially in the early stages, understanding the core mathematical operations is critical. Linear algebra plays a foundational role in many ML algorithms, and one essential technique is Gaussian elimination. I...Discusssolving systems
SANTOSH SINGHsantoshsingh.hashnode.dev·Jun 17, 2024Understanding Kruskal's Algorithm with JavaIntroduction Graph algorithms are a cornerstone of computer science, providing the tools necessary to solve many practical problems, such as network design, circuit design, and much more. Among these algorithms, Kruskal's Algorithm stands out for its...Discuss·1 likeKruskalsAlgorithm
kurtnettlekurtnettle.hashnode.dev·May 7, 2024Implementing CPU Scheduling Algorithm: Shortest Job First (SJF)Mode Non-Preemptive Selection Criteria Burst Time Understanding the Algorithm Process IdArrival TimeBurst Time P101 P223 P322 After executing P1, we will search for the next process to execute. We can see that both P2 and P3 arrived wi...Discuss·31 readsImplementation
Lukas Gaucasvanillacamp.hashnode.dev·Apr 17, 2024Dart in Practice : Native messaging host implementation (Windows-users oriented)I have not posted for ages, sorry for that, actually I was actively working on my own solo educational project by the name of Cosmos (the name is subject to change), and had the issue working with IndexedDB effectively, so for the past few weeks I've...DiscussDart in Practicenative messaging host