Pinned Repositories
Browser-Based-Annotator
A browser based annotator where users can label segments with multiple labels, overlap labelled segments, label occluded objects where only disjoint parts appear, mark labelled objects as separate instances.
covid_data_analysis_example
A data analysis example
letter_images
Correspondence letters are sometimes saved as images. This repo uses standard business letter layout to extract information from the image of a letter such as: sender, recipient, date, signator, enclosures, and letter body. It also archives a given dataset of letter images for further search on the contents of those letters.
Mask_RCNN_Nucli
An example using Mask_RCNN to detect nuclei from Kaggle's Data Science Bowl 2018 (see samples/nucli).
Python_annotation_tool
A python image annotation tool that allows multiple instance annotation of any given label
Quora-Insincere-Questions-Classification
Using a GRU-Attention-Capsule network to automatically detect insincere questions
Semantic-Text-Segmentation-with-Embeddings
Uses GloVe embeddings and greedy sequence segmentation to semantically segment a text document into any number of k segments.
stem_detection
Using deep learning to detect full stem instances in heavily occluded greenhouse images. The code also detects tomatoes and leaves in those images.
Tokenization-and-Word-Embedding-Compatibility
The Quora Insincere Question Classification competition allows us to use the four embeddings: glove.840B.300d (GloVe), paragram_300_sl999 (paragram), wiki-news-300d-1M (wiki) and GoogleNews-vectors-negative300 (GoogleNews). In a kernel titled: "How to: Preprocessing when Using Embeddings", the author raises the issue of tokenization and its effect on how much of the training vocabulary is covered by words in an embedding. The author uses Google news embeddings to illustrate this point. In this kernel I expand on this point by exploring the effect of tokenization assumptions on the other three embeddings: GloVe, Paragram, and Wiki News.
ReemHal's Repositories
ReemHal/Semantic-Text-Segmentation-with-Embeddings
Uses GloVe embeddings and greedy sequence segmentation to semantically segment a text document into any number of k segments.
ReemHal/Tokenization-and-Word-Embedding-Compatibility
The Quora Insincere Question Classification competition allows us to use the four embeddings: glove.840B.300d (GloVe), paragram_300_sl999 (paragram), wiki-news-300d-1M (wiki) and GoogleNews-vectors-negative300 (GoogleNews). In a kernel titled: "How to: Preprocessing when Using Embeddings", the author raises the issue of tokenization and its effect on how much of the training vocabulary is covered by words in an embedding. The author uses Google news embeddings to illustrate this point. In this kernel I expand on this point by exploring the effect of tokenization assumptions on the other three embeddings: GloVe, Paragram, and Wiki News.
ReemHal/stem_detection
Using deep learning to detect full stem instances in heavily occluded greenhouse images. The code also detects tomatoes and leaves in those images.
ReemHal/Browser-Based-Annotator
A browser based annotator where users can label segments with multiple labels, overlap labelled segments, label occluded objects where only disjoint parts appear, mark labelled objects as separate instances.
ReemHal/Quora-Insincere-Questions-Classification
Using a GRU-Attention-Capsule network to automatically detect insincere questions
ReemHal/Mask_RCNN_Nucli
An example using Mask_RCNN to detect nuclei from Kaggle's Data Science Bowl 2018 (see samples/nucli).
ReemHal/letter_images
Correspondence letters are sometimes saved as images. This repo uses standard business letter layout to extract information from the image of a letter such as: sender, recipient, date, signator, enclosures, and letter body. It also archives a given dataset of letter images for further search on the contents of those letters.
ReemHal/covid_data_analysis_example
A data analysis example
ReemHal/Python_annotation_tool
A python image annotation tool that allows multiple instance annotation of any given label
ReemHal/char-rnn
Multi-layer Recurrent Neural Networks (LSTM, GRU, RNN) for character-level language models in Torch
ReemHal/crfrnn_layer
A Lasagne layer (and supporting Theano Ops) for the CRF-as-RNN layer.
ReemHal/FastMaskRCNN
Mask RCNN in TensorFlow
ReemHal/fcn.berkeleyvision.org
Fully Convolutional Networks for Semantic Segmentation by Jonathan Long*, Evan Shelhamer*, and Trevor Darrell. CVPR 2015 and PAMI 2016.
ReemHal/Mask_RCNN
Mask R-CNN for object detection and instance segmentation on Keras and TensorFlow
ReemHal/ner-lstm
Named Entity Recognition using multilayered bidirectional LSTM
ReemHal/pytorch-fpn
Feature Pyramid Networks in PyTorch
ReemHal/pytorch-semseg
Semantic Segmentation Architectures Implemented in PyTorch
ReemHal/PyTorch_examples
A set of examples around pytorch in Vision, Text, Reinforcement Learning, etc.
ReemHal/tensorflow-fcn-ciona17
Deep FCN Models for Semantic Segmentation of Aquatic Invasive Species in TensorFlow 1.x
ReemHal/Torch-vision
Datasets, Transforms and Models specific to Computer Vision