Krishna Chaitanya Kosaraju (asokraju)

asokraju

Geek Repo

Company:Clemson University

Location:Clemson, SC

Home Page:linkedin.com/in/kc-kosaraju/

Github PK Tool:Github PK Tool

Krishna Chaitanya Kosaraju's starred repositories

adventures-in-ml-code

This repository holds all the code for the site http://www.adventuresinmachinelearning.com

Language:Jupyter NotebookStargazers:1042Issues:74Issues:22

multilevel-pwm

Generates a THD (Total Harmonic Distortion) Optimal Multilevel PWM using Linear Programming

Language:PythonLicense:MITStargazers:2Issues:1Issues:1

optimal-rectifier-switching-singlephase

This function computes the optimal switching of a single phase rectifier which minimizes a weighted sum of the THDs of the input current and the output voltage.

Language:PythonLicense:MITStargazers:2Issues:0Issues:0

robust-least-squares

This function returns the optimal vectors to the robust least squares problem with factored or bounded uncertainty, based on A H Sayed's beautiful paper "A Regularized Robust Design Criterion for Uncertain Data".

Language:PythonLicense:MITStargazers:2Issues:1Issues:0

optimal-orthogonal-vectors

This function computes an orthogonal set of vectors which have the minimum of Euclidean distance squared measure.

Language:PythonLicense:MITStargazers:1Issues:0Issues:0

optimal-rectifier-switching-threephase

This function computes the optimal switching of a three phase rectifier which minimizes a weighted sum of the THDs of the input current and the output voltage.

Language:PythonLicense:MITStargazers:1Issues:1Issues:0

optimal-subset-ratio-of-sums

This code determines the subset which minimizes/maximizes the ratio of the subset sums of two vectors of positive numbers. The underlying idea is the Dinkelbach's Theorem.

Language:PythonLicense:MITStargazers:1Issues:1Issues:0

ramanujam-simultaneous-equations

This code implements the beautiful algorithm given by Ramanujam (in his paper "Note on a set of simultaneous equations") to solve a specific set of nonlinear simultaneous polynomial (in vectors x and y) equations.

Language:PythonLicense:MITStargazers:1Issues:0Issues:0

travel-plan

This code computes the optimal travel plan (a well known puzzle) by posing it as an ILP and then solving it using a little randomization.

Language:PythonLicense:MITStargazers:1Issues:1Issues:0