Parnika Sharma (sharmaparnika)

sharmaparnika

Geek Repo

Github PK Tool:Github PK Tool

Parnika Sharma's repositories

NEXT-WORD-PREDICTOR-USING-LSTM

How does the keyboard on your phone know what you would like to type next? Language prediction is a Natural Language Processing - NLP application concerned with predicting the text given in the preceding text. Auto-complete or suggested responses are popular types of language prediction. The first step towards language prediction is the selection of a language model.

Language:Jupyter NotebookStargazers:2Issues:0Issues:0

Unification-and-Resolution-for-real-world-problems

Aim: - To implement unification and resolution for real-world problems AI using Python.

Language:Jupyter NotebookStargazers:1Issues:0Issues:0

Propositional_Logic

Aim: - To implement Propositional Logic in AI using Python.

Language:Jupyter NotebookStargazers:0Issues:0Issues:0

Min_Max_Algorithm-

Mini-max algorithm is a recursive or backtracking algorithm which is used in decision-making and game theory. It provides an optimal move for the player assuming that opponent is also playing optimally.

Language:Jupyter NotebookStargazers:0Issues:0Issues:0

Constraint_Satisfaction_Problem

AIM: To solve Crypt arithmetic problem in Python - Constrain and Satisfaction Problem

Language:Jupyter NotebookStargazers:0Issues:0Issues:0

Movie_Seat_Booking_system

We design an online Movie ticket booking system where a user can search a movie in a given city and book it.

Language:HTMLStargazers:0Issues:0Issues:0

Linear_Regression

Linear regression is one of the easiest and most popular Machine Learning algorithms. It is a statistical method that is used for predictive analysis.

Language:Jupyter NotebookStargazers:0Issues:0Issues:0

Logistic-Regression

It is used for predicting the categorical dependent variable using a given set of independent variables.

Language:Jupyter NotebookStargazers:0Issues:0Issues:0

Naive_Bayes_SMS_Spam_Detection

In this project I will be using the Naive Bayes algorithm to create a model that can classify SMS messages as spam or not spam, based on the training I give to the model.

Language:Jupyter NotebookStargazers:0Issues:0Issues:0

Budget_App

To create a simple Budget Web App.

Language:JavaScriptStargazers:0Issues:0Issues:0

Stop_n_Wait

Implementation of Stop and Wait Protocol

Language:JavaStargazers:0Issues:0Issues:0

CRC_n_HAMMING_CODE

Simulation of error detection & correction code (CRC, Hamming code)

Language:JavaStargazers:0Issues:0Issues:0

Client_and_Server

Implement a Socket Programming for Client – Server model

Language:JavaStargazers:0Issues:0Issues:0

Algorithm_A_Star

A-Star (A*)search algorithm is an intelligent algorithm to solve a graph problem. Contrary to Depth First Search (DFS) and Breadth First Search (BFS), A* is an informed search algorithm which means that it takes into account the position/location of the goal while searching for it and hence it searches quite a few nodes to reach to the goal.

Language:Jupyter NotebookStargazers:0Issues:0Issues:0

Ping_and_Traceroute

Write a program for simulating ping and traceroute commands.

Language:JavaStargazers:3Issues:0Issues:0

Networking-Commands

Networking Commands

Stargazers:0Issues:0Issues:0

BFS_8_puzzle_problem

Implement the 8 puzzle game and use the game as the basis to examine and analyze some of the fundamental search algorithms.

Language:Jupyter NotebookStargazers:0Issues:0Issues:0

BFS_AI

BFS is a traversing algorithm where you should start traversing from a selected node (source or starting node) and traverse the graph layerwise thus exploring the neighbour nodes (nodes which are directly connected to source node).

Language:Jupyter NotebookStargazers:0Issues:0Issues:0

DFS_AI

A standard DFS implementation puts each vertex of the graph into one of two categories:

Language:Jupyter NotebookStargazers:0Issues:0Issues:0

Vacuum_Cleaner

Vacuum cleaner problem is a well-known search problem for an agent which works on Artificial Intelligence. In this problem, our vacuum cleaner is our agent. It is a goal based agent, and the goal of this agent, which is the vacuum cleaner, is to clean up the whole area.

Language:Jupyter NotebookStargazers:0Issues:0Issues:0

Tic_Toe_Problem

The game Tic Tac Toe is also known as Noughts and Crosses or Xs and Os ,the player needs to take turns marking the spaces in a 3x3 grid with their own marks,if 3 consecutive marks (Horizontal, Vertical,Diagonal) are formed then the player who owns these moves get won.

Language:Jupyter NotebookStargazers:0Issues:0Issues:0

8_Puzzle_Problem

It is played on a 3-by-3 grid with 8 square blocks labeled 1 through 8 and a blank square. Your goal is to rearrange the blocks so that they are in order. You are permitted to slide blocks horizontally or vertically into the blank square.

Language:Jupyter NotebookStargazers:0Issues:0Issues:0

Movie_app

This miniproject helps us create a simple Movie Web application project

Language:CSSStargazers:0Issues:0Issues:0

Snake_and_Ladder_Game

This C++ program on SNAKE AND LADDER GAME is a simple text base game.We have used procedure oriented method to design this game. This program is without grahics to keep program simple for beginners. Two players can play this game and the player who cross 100 first is the winner.

Language:C++Stargazers:0Issues:0Issues:0

Student_Report_Card_Generator

This C++ mini project on STUDENT REPORT CARD has student class with data members like roll no, name, marks and grade. Member functions in this class are used for accept / display details of students and a function to calculate grade based on marks obtained by student. Student Records are stored in binary file.

Language:C++Stargazers:0Issues:0Issues:0

check_if_fibonacci

C++ program to check if input is a fibonacci number or not using brute force approach.

Language:C++Stargazers:0Issues:0Issues:0

Climbing_stairs

You are climbing a staircase. It takes n steps to reach the top. Each time you can either climb 1 or 2 steps. In how many distinct ways can you climb to the top?

Language:C++Stargazers:0Issues:0Issues:0

Bank_Management_System

This C++ programs on BANKING SYSTEM has account class with data members like account number,name,deposit, withdraw amount and type of account. Customer data is stored in a binary file. A customer can deposite and withdraw amount in his account. User can create, modify and delete account.

Language:C++Stargazers:1Issues:0Issues:0

clock

Gives clock time.

Language:CSSStargazers:0Issues:0Issues:0

insect_catch_game

This is a fun game. All you have to do is catch the insect on the screen. When you execute the project you will see a text and button. You have to press the button and select the insect you want to catch. There is fly, mosquito, spider, and cockroaches. After you select the insect, the game starts.

Language:JavaScriptStargazers:0Issues:0Issues:0