Skip to content
View Ayushii12's full-sized avatar
Block or Report

Block or report Ayushii12

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Pinned

  1. AttacksOnFederatedLearning AttacksOnFederatedLearning Public

    This study explores the vulnerability of the Federated Learning (FL) model where a portion of clients participating in the FL process is under the control of adversaries who don’t have access to th…

    Python

  2. HandwrittenCharacterRecognition HandwrittenCharacterRecognition Public

    Handwritten character recognition (HCR) is a challenging task due to the variability of human handwriting. This repository contains a convolutional neural network (CNN) architecture for HCR that us…

    Jupyter Notebook 1

  3. TicTacToe TicTacToe Public

    This repository contains Tic-Tac-Toe game that offers two options: 1) Human Vs Human 2) Human Vs Computer. The computer player uses the Minimax and Negamax algorithms to make its moves.

    JavaScript 1

  4. ComputerNetworks ComputerNetworks Public

    This repository contains three projects that explore different aspects of networking. The first project provides an understanding of how client-server communication works using sockets. The second …

    Python