Pinned Repositories
blackcellmagic
IPython magic command to format python code in cell using black.
bubbly
A python package for plotting animated and interactive bubble charts using Plotly
drec-jayant-rajath
A personal code dump for kaggle digit recognizer competition.
gint
A GAP package providing and interface to the C API of the Gurobi Optimizer, so that linear programs can be solved natively in GAP.
idsc24-paper
Supplementary materials for Insurance Data Science Conference 2024
mackay-book-ml
octave/MATLAB code written while reading the inference part of David J.C. MacKay's book "Information Theory, Inference, and Learning Algorithms".
jayant91089's Repositories
jayant91089/mackay-book-ml
octave/MATLAB code written while reading the inference part of David J.C. MacKay's book "Information Theory, Inference, and Learning Algorithms".
jayant91089/blackcellmagic
IPython magic command to format python code in cell using black.
jayant91089/bubbly
A python package for plotting animated and interactive bubble charts using Plotly
jayant91089/drec-jayant-rajath
A personal code dump for kaggle digit recognizer competition.
jayant91089/gint
A GAP package providing and interface to the C API of the Gurobi Optimizer, so that linear programs can be solved natively in GAP.
jayant91089/idsc24-paper
Supplementary materials for Insurance Data Science Conference 2024
jayant91089/islr-python
An Introduction to Statistical Learning (James, Witten, Hastie, Tibshirani, 2013): Python code
jayant91089/itap
Information Theoretic Achievability Prover - A package for GAP - Network Coding and other achievability proofs with explicit vector linear constructions. Have a look at doc/manual.pdf or https://rawgit.com/jayant91089/itap/master/doc/chap0.html for usage instructions and examples.
jayant91089/itcp
Information Theoretic Converse Prover. A software for constructing explicit polyhedral converses in multi-source network coding. Also supports computation of weighted sum-rate bounds in network coding, worst case information ratio lower bounds in secret sharing, and graph guessing number upper bounds.
jayant91089/k8s-sample-apps
Kubernetes application example tutorials
jayant91089/maps_json_store
A collection of useful topojson files
jayant91089/nhanes-survival-data
a curated sample of nhanes data for survival modeling
jayant91089/numba_pickling_issue
Place to store code to reproduce a pickling issue I encountered with a numba accelerated class
jayant91089/orbiter-mod
A fork of the orbiter package by Anton Betten. Adds ability to generate linear polymatroids.
jayant91089/pytrends
Pseudo API for Google Trends
jayant91089/qclass_dl
Question classification on TREC dataset using Deep Neural structures, namely CNN & LSTM & both of them.
jayant91089/qsopt_ex-interface
A GAP package providing an interface to Qsopt-exact linear programming solver, originally released by Daniel Espinoza et al. version 2.5.10 under the GPL 3 (or later). The authors of QSopt_ex also granted a free license to use the software for research purposes. This package interfaces to a fork of the original software: https://github.com/jonls/qsopt-ex
jayant91089/symchm
A GAP package for exact rational polyhedral projection. Uses Convex Hull Method (CHM). Capable of exploiting known symmetries of the projection. (currently, it supports symmetries that are permutations of co-ordinate dimensions that stabilize the projection set wise).
jayant91089/try-codespaces
Repository where I try out github codespaces