GithubHelp home page GithubHelp logo

Garima13a

Hi there πŸ‘‹ I am Garima!


I have been working in Deep Learning, and Computer Vision-based models. A data scientist and a ML researcher with more than 3 years of good track record of ML papers in reputed ML conferences. Expertise in model development to deployment lifecycle. I provide required solutions to business problems by working on its statistical and analytical approach.

I have worked on medical imaging and e-learning projects that involve classification, object detection, segmentation and tracking.

Moreover, I'm also a Research assistant at IIIT- Hyderabad (Machine Learning Lab). I have worked on medical image automation in collaboration with the University of Leicester (UK), wherein I have published six research papers, and a few others are in progress.


My Interests are:

"Machine Learning, Deep Learning, Computer Vision, Statistical analysis, Machine learning in natural sciences, Biomedical imaging."

Here is a bit about my interests and how to get in touch:


  • πŸ”­ I’m currently working on state of the art segmentation and OCR model.
  • 🌱 I’m currently learning reinforcement learning, knowledge graphs and natural language processing.
  • πŸ’¬ Ask me about new machine learning techniques and let's collaborate on making them even better!
  • πŸ“« How to reach me: [email protected]
  • πŸ˜„ Pronouns: she/her
  • ⚑ Fun fact: I love tech blogging and have been doing so for past 4 years now! You can read my blogs here -> https://garimanishad.medium.com/



Garima Github Stats

Garima Nishad's Projects

-lstm-for-part-of-speech-tagging icon -lstm-for-part-of-speech-tagging

Part of speech tagging is the process of determining the category of a word from the words in its surrounding context. You can think of part of speech tagging as a way to go from words to their Mad Libs categories.

accuracy-and-misclassification icon accuracy-and-misclassification

The day/night image dataset consists of 200 RGB color images in two categories: day and night. There are equal numbers of each example: 100 day images and 100 night images. We'd like to build a classifier that can accurately label these images as day or night, and that relies on finding distinguishing features between the two types of images! Note: All images come from the AMOS dataset (Archive of Many Outdoor Scenes).

attention-basics icon attention-basics

In this notebook, we look at how attention is implemented. We will focus on implementing attention in isolation from a larger model. That's because when implementing attention in a real-world model, a lot of the focus goes into piping the data and juggling the various vectors rather than the concepts of attention themselves.

autoencoder icon autoencoder

An autoencoder is a type of artificial neural network used to learn efficient data codings in an unsupervised manner. The aim of an autoencoder is to learn a representation (encoding) for a set of data, typically for dimensionality reduction, by training the network to ignore signal β€œnoise.”

automatic-image-captioning icon automatic-image-captioning

In this project, I have created a neural network architecture to automatically generate captions from images. After using the Microsoft Common Objects in COntext (MS COCO) dataset to train my network, I have tested my network on novel images!

average-brightness-feature-extraction icon average-brightness-feature-extraction

The day/night image dataset consists of 200 RGB color images in two categories: day and night. There are equal numbers of each example: 100 day images and 100 night images. We'd like to build a classifier that can accurately label these images as day or night, and that relies on finding distinguishing features between the two types of images! Note: All images come from the AMOS dataset (Archive of Many Outdoor Scenes).

blue-screen icon blue-screen

OpenCV reads in images in BGR format (instead of RGB) because when OpenCV was first being developed, BGR color format was popular among camera manufacturers and image software providers. The red channel was considered one of the least important color channels, so was listed last, and many bitmaps use BGR format for image storage. However, now the standard has changed and most image software and cameras use RGB format, which is why, in these examples, it's good practice to initially convert BGR images to RGB before analyzing or manipulating them.

character-level-lstm icon character-level-lstm

In this notebook, I'll construct a character-level LSTM with PyTorch. The network will train character by character on some text, then generate new text character by character. As an example, I will train on Anna Karenina. This model will be able to generate new text based on the text from the book!

classification icon classification

The day/night image dataset consists of 200 RGB color images in two categories: day and night. There are equal numbers of each example: 100 day images and 100 night images. We'd like to build a classifier that can accurately label these images as day or night, and that relies on finding distinguishing features between the two types of images! Note: All images come from the AMOS dataset (Archive of Many Outdoor Scenes).

coding-matrices icon coding-matrices

Here are a few exercises to get you started with coding matrices. The exercises start off with vectors and then get more challenging

color-conversion icon color-conversion

To select the most accurate color boundaries, it's often useful to use a color picker and choose the color boundaries that define the region you want to select!

craft-pytorch icon craft-pytorch

Official implementation of Character Region Awareness for Text Detection (CRAFT)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    πŸ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. πŸ“ŠπŸ“ˆπŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❀️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.