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

Block or report NateshReddy

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 Loading

  1. Machine-Translation-using-RNNs Machine-Translation-using-RNNs Public

    We have built a profound neural network that capacities as a major aspect of a machine translation pipeline. The pipeline acknowledges English content/picture as info and returns the French interpr…

    Jupyter Notebook

  2. Denoising-Algorithm-Implementation Denoising-Algorithm-Implementation Public

    Applied various ML models for Image Denoising on CIFAR-10 Dataset

    Jupyter Notebook

  3. Human-Activity-Recgnition Human-Activity-Recgnition Public

    We worked on action recognition in search and rescue using drone surveillance. Our aim was to classify a video on help or non-help class. Which can be used during a disaster as at many places peopl…

    Jupyter Notebook 7 2

  4. Facial-Key-Point-Detection Facial-Key-Point-Detection Public

    Trained a CNN to perform facial key-point detection. The key-points are positioned on the features of a face, such as the eyebrow, nose, and mouth.

    Jupyter Notebook

  5. MNIST-with-Convoluted-NN-and-Keras MNIST-with-Convoluted-NN-and-Keras Public

    Made a CNN achieving accuracy greater than 99.94% with less than 8000 parameters on MNIST Dataset.

    Jupyter Notebook

  6. Trace-call-in-XV6 Trace-call-in-XV6 Public

    Adding a new system call Trace in XV6.

    C