Pinned Repositories
text2cypher
collection of text2cypher datasets, evaluations, and finetuning instructions
boston-housing-price-prediction-using-regression
This repository is aimed at predicting the housing prices in Boston by generating the optimal regression model.
Data-Structures-and-Algorithms
This repository is a collection of implementations of popular data sturctures and algorithms in Python
feature_rank
This function computes the Fisher Score or Discriminating Coefficient of features. It can be used in two class feature selection scenarios.
golomb-codec
A MATLAB implementation of Golomb Coder/Decoder
Hu-s-Invariant-Moments
Calculates the seven invariant Hu's moment of an image
LLMs_Graph_101
this is just a repo for myself as i started dabbling with LLMs and Graphs.
lz77-compression
The function can be used for compression and text files. It provides options for a growing window or a fixed window. The growing window is chosen by default. If a fixed window is used, then the right size for window should be chosen by trial-and-error if proper compression does not result.
vishnu1729's Repositories
vishnu1729/Hu-s-Invariant-Moments
Calculates the seven invariant Hu's moment of an image
vishnu1729/feature_rank
This function computes the Fisher Score or Discriminating Coefficient of features. It can be used in two class feature selection scenarios.
vishnu1729/lz77-compression
The function can be used for compression and text files. It provides options for a growing window or a fixed window. The growing window is chosen by default. If a fixed window is used, then the right size for window should be chosen by trial-and-error if proper compression does not result.
vishnu1729/boston-housing-price-prediction-using-regression
This repository is aimed at predicting the housing prices in Boston by generating the optimal regression model.
vishnu1729/Data-Structures-and-Algorithms
This repository is a collection of implementations of popular data sturctures and algorithms in Python
vishnu1729/golomb-codec
A MATLAB implementation of Golomb Coder/Decoder
vishnu1729/LLMs_Graph_101
this is just a repo for myself as i started dabbling with LLMs and Graphs.