This repository contains the codes for our PAPER on violence detection titled Efficient Two-Stream Network for Violence Detection Using Separable Convolutional LSTM which is accepted to be presented at Int'l Joint Conference on Neural Networks (IJCNN) 2021.
Deep Neural Network for image classification. The comparison shows that 4-layer neural network has better performance (80%) than your 2-layer neural network (72%) on the same test set.
CNN and sepConvLstm are used to extract features that are passed to the classifier and Achieved 89.75 percent accuracy
It is a web application that allows users to manage their inventory and keep track of their products. To login use email: test@gmail.com & password: test
A simple messenger app that allows users to send messages to each other.
A virtual classroom app that allows users to create and join virtual classrooms.
Battleship is a simple console based c++ plus game. You will provide battleship the co-ordinates either horizontal or vertical and x-y coordinates 0-9 for the position to attack the enemy ship.
CNN and sepConvLstm are used to extract features that are passed to the classifier and Achieved 89.75 percent accuracy
A game in which two players alternately put Xs and Os in compartments of a figure formed by two vertical lines crossing two horizontal lines and each tries to get a row of three Xs or three Os before the opponent does. Often we have nothing to do. Now we can play tic-tac-toe on a website with a friend without any need of pen and paper.