Pinned Repositories
2D-string-Array-search
Analyzing-data-sets-using-RStudio
This is a simple program used in a research to analyze a data set using R studio. It provides the necessary coding segments to plot graphs using the data.
Bi-gram-Language-Model-for-Text-Generation
The Bi-gram model is based on the assumption that the probability of a word depends only on the previous word, thus simplifying the language modeling task.
Chemical-Equation-Balancing
A c++ program to generate all the multiplying factors of the terms in left- and right-hand side of the Hydro-Carbon burning reaction equation when the user enters the number of Carbon and Hydrogen atoms in the Hydro-Carbon
Circumcenter-of-a-triangle
Finding the center of a circle and radius, through its circumcenter
CS50P-course-files
Introduction to programming with python course
Dijkstra-s-Algorithm
Employee-Management-Java-Application
A java code including a user interface to process insert, update, clear and delete data in a particular table in MySQL database.
Rock-vs-Mine-prediction
A system in Python that can predict whether an object is either Rock or Mine with SONAR Data. For this use case, Logistic Regression Model is used for prediction.
Rushika08's Repositories
Rushika08/Rock-vs-Mine-prediction
A system in Python that can predict whether an object is either Rock or Mine with SONAR Data. For this use case, Logistic Regression Model is used for prediction.
Rushika08/2D-string-Array-search
Rushika08/Analyzing-data-sets-using-RStudio
This is a simple program used in a research to analyze a data set using R studio. It provides the necessary coding segments to plot graphs using the data.
Rushika08/Bi-gram-Language-Model-for-Text-Generation
The Bi-gram model is based on the assumption that the probability of a word depends only on the previous word, thus simplifying the language modeling task.
Rushika08/Chemical-Equation-Balancing
A c++ program to generate all the multiplying factors of the terms in left- and right-hand side of the Hydro-Carbon burning reaction equation when the user enters the number of Carbon and Hydrogen atoms in the Hydro-Carbon
Rushika08/Circumcenter-of-a-triangle
Finding the center of a circle and radius, through its circumcenter
Rushika08/CS50P-course-files
Introduction to programming with python course
Rushika08/Dijkstra-s-Algorithm
Rushika08/Employee-Management-Java-Application
A java code including a user interface to process insert, update, clear and delete data in a particular table in MySQL database.
Rushika08/Face-Recognition
This code uses a pre-trained CNN model to classify images from the webcam in real-time. It captures frames, preprocesses them, predicts the class, and displays the results along with confidence scores. The loop continues until the 'Esc' key is pressed.
Rushika08/Full-Stack-Web-Development-course-Udemy-
Rushika08/Item-Store-Inventory-using-linked-lists
A C++ program to add item details and calculate the required values and display them in an Item Store.
Rushika08/LeetCode
Rushika08/Money-Notes-Combination
Developing a program to present three (03) possible combinations of notes that can satisfy the user requested amount.
Rushika08/Parallel-Programming-Assignment
Rushika08/Parallel-Programming-OpenMP-Assignment
Rushika08/Python-Task-Manager-project
Rushika08/Recursive-functions-for-number-sequence
Calculating the nth element of a number sequence using recursive functions
Rushika08/Rubik-s-Cube-Java
Solving the Rubic Cube using Java
Rushika08/Rushika08
This is the homepage of Rushika08
Rushika08/Sorting-Algorithms-Sequential-vs-Parallel-programming
Rushika08/Star-Pattern_using_for_loops
This is a medium level star pattern created using for loops
Rushika08/text-processing-techniques-in-NLP
Getting familiar with Text Processing Techniques in NLP like Stemming, Lemmatization and Tokenization
Rushika08/Web-Scraping-and-Automation-for-Vehicle-Listings-Analysis