Skip to content
View Monika843's full-sized avatar

Block or report Monika843

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.

Maximum 250 characters. Please don't include any personal information such as legal names or email addresses. 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

Popular repositories Loading

  1. Hangman-game-project- Hangman-game-project- Public

    1

  2. Latent-Space-Representation-Learning-using-a-Deep-Autoencoder Latent-Space-Representation-Learning-using-a-Deep-Autoencoder Public

    Implemented a Fully Connected Autoencoder using Keras on the MNIST dataset for unsupervised image reconstruction and dimensionality reduction. The model compresses 784-dimensional inputs into a 32-…

    1

  3. Sentiment-Analysis-Using-Long-Short-Term-Memory-LSTM- Sentiment-Analysis-Using-Long-Short-Term-Memory-LSTM- Public

    This project implements a Long Short-Term Memory (LSTM) neural network for binary sentiment classification. The model is trained on a custom text dataset to classify sentences as Positive or Negati…

    1

  4. Face-Mask-Detection Face-Mask-Detection Public

    1

  5. Implementation-of-XOR-Logic-Gate-Using-Artificial-Neural-Network Implementation-of-XOR-Logic-Gate-Using-Artificial-Neural-Network Public

    This project focuses on implementing an Artificial Neural Network (ANN) using TensorFlow and Keras to solve the XOR (Exclusive OR) logical problem. The XOR problem is a fundamental example in machi…

  6. Deep-Learning-Approach-to-Part-of-Speech-Tagging Deep-Learning-Approach-to-Part-of-Speech-Tagging Public

    his project presents a deep learning-based approach to Part-of-Speech (POS) tagging using Recurrent Neural Networks (RNNs). POS tagging is a core Natural Language Processing (NLP) task that involve…