This is a Machine learning model for the classification of the Fashion MNIST dataset using Pytorch which is a python library used for machine learning.
This is a deep learning project to identify that give image is an image of a dog or a cat
this project contains a basic blog website in python using Django which is a very popular web framework
This is a simple web-based chat app developed using JavaScript and Socket.io which is a library for developing chat applications
In this packet, we will see more about the concepts of function in C++ programming. A function is a piece of code, a part of a program that runs when it is called.
In this project, I will implement a simple number guessing game, casino in the C++ programming language. The player can wish to play the game as long as he/she has money left with them.
In this project, we will learn how to implement the tic tac toe game in C++. Basic for loops will be used to check which player has won the game or if it is a draw between them.
To find out the possible minimum difference of the height of shortest and longest towers after modifying each tower in C++.
This is a simple "Java implementation project" where we can calculate and generate the total bill of the items bought in a particular store. It is developed using NETBEANS IDE.
This code is written within the C++ programing language . This is a C++ code to find out the roots of a given quadratic equation.
Bank Identification Number(BIN) checker using C++. The purpose of this program is to check if the given Bank Identification Number(BIN) is legitimate or not.
This project tells on how to calculate Factorial of large numbers using C++ that cannot be calculated through the calculator.