Skip to content
#

optimization-techniques

Here are 27 public repositories matching this topic...

Learn the ins and outs of efficiently serving Large Language Models (LLMs). Dive into optimization techniques, including KV caching and Low Rank Adapters (LoRA), and gain hands-on experience with Predibase’s LoRAX framework inference server.

  • Updated Apr 12, 2024
  • Jupyter Notebook

This repository contains the implementation of a Part-of-Speech (POS) tagging system using Hidden Markov Models (HMMs) along with various decoding techniques and adversarial training strategies for sequence labeling tasks. Project for course DSCI 599 - Optimization Techniques for Data Science, Fall 2023

  • Updated Dec 5, 2023
  • Python
codeForces-my-solutions

This repository contains my solutions to various problems from Codeforces contests, aimed at improving problem-solving skills in competitive programming. Each submission is stored with detailed information, including contest IDs and problem names, making it easy to track progress and learn from past solutions.

  • Updated Apr 15, 2025
  • C++

This repository contains an implementation of the Traveling Salesman Problem (TSP) solver using C++. The TSP is a classic algorithmic problem in the fields of computer science and operations research. The goal is to find the shortest possible route that visits a set of cities and returns to the origin city, visiting each city exactly once.

  • Updated Sep 26, 2024
  • C++

Improve this page

Add a description, image, and links to the optimization-techniques topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the optimization-techniques topic, visit your repo's landing page and select "manage topics."

Learn more