Kishan-Ved
GSoC'24 @numfocus | Upcoming SWE Intern @Microsoft | 3rd year CSE undergrad @ IIT Gandhinagar
IIT GandhinagarIndia
Pinned Repositories
AdventOfCode2022
This repository contains my solutions to the Advent Of Code challenge conducted in the fall of 2022. It was inspired by the computing course at IIT Gandhinagar.
Blogs
A collection of my Machine Learning Blogs. Website link: https://kishan-ved.github.io/Blogs/
ChatApp
CHATTERBOX - A chat app of the future.
ChildSafetyMonitoringApp
IoT powered safety system for children to ride bicycles safely.
Data-Narratives
Analysis of highly complex real life data and its organization using Numpy, Pandas, Python and Matplotlib.
IntelligentGames
Intelligent games in C/C++. Includes a cubesolver, a sudoku solver and games like game of sim, connect 4, up-it-up,
resume_generator
A website that generates LaTeX code for a student's resume in a clean and professional format specified by the placement cell of IIT Gandhinagar.
Spacecraft-Charge-Distribution-Modelling
This project involves mathematically modelling the charge distribution on the surface of a spacecraft in outer space orbits.
text_generator
An ML model that generates text by predicting the next letter based on the context of previous 'k' characters.
Kishan-Ved's Repositories
Kishan-Ved/resume_generator
A website that generates LaTeX code for a student's resume in a clean and professional format specified by the placement cell of IIT Gandhinagar.
Kishan-Ved/Spacecraft-Charge-Distribution-Modelling
This project involves mathematically modelling the charge distribution on the surface of a spacecraft in outer space orbits.
Kishan-Ved/ChildSafetyMonitoringApp
IoT powered safety system for children to ride bicycles safely.
Kishan-Ved/Data-Narratives
Analysis of highly complex real life data and its organization using Numpy, Pandas, Python and Matplotlib.
Kishan-Ved/IntelligentGames
Intelligent games in C/C++. Includes a cubesolver, a sudoku solver and games like game of sim, connect 4, up-it-up,
Kishan-Ved/Image-SuperResolution-Reconstruction
Super Resolution and Reconstruction of images using Machine Learning
Kishan-Ved/Kishan-Ved
This is not the deployed website anymore, not even the alfolio or gh-pages branch. This is only for README profile. Website is in portfolio repository, kishanved.tech points to that repository.
Kishan-Ved/metaiitgn
MetaIITGN
Kishan-Ved/ML-actifier
Actifier is a machine learning model that classifies human activity using only Decision Tree Algorithm(s).
Kishan-Ved/nepal-LLM
Aims to be a LLM for Nepalese. A team initiative in the NLP course at IIT Gandhinagar, Autumn 2024.
Kishan-Ved/Forcasting-Stock-Prices
This repository contains the final ipynb file that contains my team's submission in the ML problem statement - Forecasting Stock Prices using AI, on Kaggle. This was a part of Hackrush, IIT Gandhinagar's annual Hackathon. My team secured the third position in this competition.
Kishan-Ved/text_generator
An ML model that generates text by predicting the next letter based on the context of previous 'k' characters.
Kishan-Ved/al-folio
A beautiful, simple, clean, and responsive Jekyll theme for academics
Kishan-Ved/C-ext-bintree
Kishan-Ved/comparc
Kishan-Ved/DS_Clustering
Community detection in Facebook graph based on clustering techniques. A Data Science Project.
Kishan-Ved/frequent-directions
Implements the frequent directions algorithm for approximating matrices in streams
Kishan-Ved/lfortran
Official main repository for LFortran
Kishan-Ved/llama_3.2_1B_SQuAD_fine_tuned
Llama 3.2 1B model fine tuned for Question Answering on SQuAD dataset
Kishan-Ved/llama_fine_tuned_sentiment
Llama 3.2 1B model fine tuned for sentiment analysis on SST2 and Question Answering on SQuAD
Kishan-Ved/lpython
Python compiler
Kishan-Ved/mdp-visualizer
Create and visualize Mardov Decision Processes! FAI Project
Kishan-Ved/Mini-Verilog-Processor
This repository contains Verilog code of a Mini Processor made as the final lab assignment in the Digital Systems course at IIT Gandhinagar.
Kishan-Ved/ml_prereq
Prerequisite test for ML
Kishan-Ved/opensciencelabs.github.io
Open Science Labs we page files
Kishan-Ved/portfolio
My al-folio themed website. This is live and deployed. My domain kishanved.tech points to this.
Kishan-Ved/project-cns
Kishan-Ved/pydatastructs
A python package for data structures and algorithms
Kishan-Ved/Scaling-Up-Graph-Neural-Networks-Via-Graph-Coarsening
Code for the KDD 2021 paper "Scaling Up Graph Neural Networks Via Graph Coarsening"
Kishan-Ved/streamlitapps
A repo that contains codes to host streamlit apps used to visualise machine learning algorithms