Pinned Repositories
100-days-of-code-python
100 Days of Code: The Complete Python Pro Bootcamp
ARMv4T-CPU-Implementation
This repository contains the design and implementation of a fully operational processor created using VHDL (VHSIC Hardware Description Language). This processor is designed to execute a wide array of machine-level instructions effectively.
bitcoin
Bitcoin Core integration/staging tree
cloudburst-app
An app to predict weather conditions based on extensive data sets
Clustering-Using-Grey-Wolf-Optimizer
The program generates optimal clusters using a grey-wolf optimizer (GWO) and perform clustering of IRIS dataset.
Coding-Solutions
Solutions to problems I've solved on coding platforms
Color-Segmentation-Using-PSO-Based-Clustering
The program uses particle swarm optimization (PSO) algorithm to perform clustering based segmentation of colors in an image.
Contribute-To-This-Project
This project is waiting for your contribution. If you have never contributed code on GitHub before, this is the project to get you started.
Data-Driven-Selection-In-Artificial-Muscle
This repository is dedicated to a specialized multi-label classifier using the Support Vector Machine (SVM) algorithm. The model is engineered to identify the appropriate type of actuator based on various input features, including Stress, Strain, and Efficiency, among others.
Rekklessss.github.io
Rekklessss's Repositories
Rekklessss/100-days-of-code-python
100 Days of Code: The Complete Python Pro Bootcamp
Rekklessss/Clustering-Using-Grey-Wolf-Optimizer
The program generates optimal clusters using a grey-wolf optimizer (GWO) and perform clustering of IRIS dataset.
Rekklessss/Color-Segmentation-Using-PSO-Based-Clustering
The program uses particle swarm optimization (PSO) algorithm to perform clustering based segmentation of colors in an image.
Rekklessss/ARMv4T-CPU-Implementation
This repository contains the design and implementation of a fully operational processor created using VHDL (VHSIC Hardware Description Language). This processor is designed to execute a wide array of machine-level instructions effectively.
Rekklessss/cloudburst-app
An app to predict weather conditions based on extensive data sets
Rekklessss/Coding-Solutions
Solutions to problems I've solved on coding platforms
Rekklessss/Contribute-To-This-Project
This project is waiting for your contribution. If you have never contributed code on GitHub before, this is the project to get you started.
Rekklessss/Data-Driven-Selection-In-Artificial-Muscle
This repository is dedicated to a specialized multi-label classifier using the Support Vector Machine (SVM) algorithm. The model is engineered to identify the appropriate type of actuator based on various input features, including Stress, Strain, and Efficiency, among others.
Rekklessss/Data-Structures-and-Algorithms-in-Java
Sharpen your problem solving skills by learning core computer science concepts in a pain-free manner
Rekklessss/Edge-Detection
Built a program to detect edges in an image using the properties of high and low-pass filters, 2D convolutions, Gaussian kernels, Fourier transforms, etc. The novel part about this project was that we did not use the built-in OpenCV library functions, we implemented the whole program ourselves, from scratch.
Rekklessss/food-not-food
A Machine Learning powered app to decide whether a photo is food or not.
Rekklessss/Feature-Selection-Using-GSA
Python code for feature selection using gravitational search algorithm (GSA) and support vector machine (SVM) on the IRIS dataset. To run: python optimizer.py For non-commercial purposes.
Rekklessss/Gamergrid
Rekklessss/Google-Search-Analysis
The "Google Trends Analysis for Machine Learning" project is a data-driven exploration of the popularity and regional interest in machine learning as a subject of inquiry on Google Search. This project utilizes Python and the Google Trends API to gather and visualize data regarding search interest in machine learning topics over time.
Rekklessss/Gravitational-Search-Algorithm
Rekklessss/Hacktoberfest-Contributions
This repository helps beginners contribute to open source and participate in Hacktoberfest. We welcome all pull requests (Python & Java), prioritize genuine contributions, and promote good first issues! #hacktoberfest2022 #hacktoberfest2023 #hacktoberfest2024
Rekklessss/Hate-Speech-Detection-Model
This repository contains a Python code for detecting hate speech in text. The code is based on a decision tree classifier and has been trained on a dataset of tweets that have been labeled as hate speech or not. The code is written in Python and uses the scikit-learn library.
Rekklessss/Merge-Sort-In-Assembly
Implemented the merge sort algorithm in Assembly language, sorting sets of strings given in input files, lexicographically. This was simulated using ARMSim.
Rekklessss/Multi-Class-Image-Classifier
This repository contains an implementation of a neural network designed for multi-class classification tasks, specifically trained on the Fashion-MNIST dataset. Fashion-MNIST is a dataset curated by Zalando that consists of 28x28 grayscale images of clothing items, categorized into 10 distinct classes.
Rekklessss/Naive-Bayes-Text-Classifier
This repository features an implementation of a text classification model using the Naive Bayes algorithm. The classifier is trained to discern the sentiment of movie reviews from a large dataset, categorizing each review as either positive or negative.
Rekklessss/nn-zero-to-hero
Neural Networks: Zero to Hero
Rekklessss/Object-Classification-and-Image-Segmentation-using-Nature-Inspired-Algorithm
Segmenting objects in an image using differential evolution which are further classified into various shapes using Support Vector Machine.
Rekklessss/Omost
Your image is almost there!
Rekklessss/Road-Detection
This program uses Superpixel to identify uniform regions in an image which are further analysed for the detection of road using neural network.
Rekklessss/Sleeve-Classification-and-Grad-CAM-in-Tensorflow
Tensorflow code for Sleeve Classification Code along with visualization of Image Regions that effect the classification process using Grad-CAM method. In addition, the filter output after the first layer is also illustrated.
Rekklessss/State-Estimation
This project is about state estimation using kalman filters, EKF, Landmark Localisation and solving the Data Association problem, and was done as a course assignment for Special Topics in Artificial Intelligence - Odd Semester - 2023-2024.
Rekklessss/StrategemAI-Chess-Engine
StrategemAI is a powerful chess engine developed in Java, designed to provide advanced decision-making capabilities and strategic gameplay. Utilizing alpha-beta pruning and iterative deepening search algorithms, StrategemAI significantly enhances decision-making speed and accuracy.
Rekklessss/Tab-Links-QR
QR Generator for Tab Links Generates QR for first 10 tabs in browser Extended to develop a system where scanning such QR codes can be used for opening same set of links in the other browsers/systems For non-commercial purposes.
Rekklessss/thedivyanshupabia.com
Rekklessss/Tinkering-The-Linux-Kernel
This repository showcases my progress and solutions for the 'Hard' level assignments based on the latest Linux Kernel. The journey through these assignments was part of a pioneering Operating Systems course that emphasized practical understanding and application of OS concepts using the Linux Kernel.