rashmiap project icon

Project DEEP VISION ( Object Recognition & Localization )

The project has two parts.One part was to find out the machine learning solution for object recognition & the second part is building the software part on top of it. I have worked on both part. In this RnD I had to find out using what minimum images for training we can have a good precision & recall in both object recognition and localization. we use 20% data for training and 80% for testing. still, we got a decent accuracy of 90%. I used both traditional machine learning and Deep learning for this work.t Then We have to build a multi-tenant software on top of it so that multiple clients can use it. Here we used YOLO algorithm to identify and localize objects.

Project Demo

Development year - July 2018 – Oct 2018

Technology stack - Deep Learning, ReactJS, AWS, Serverless Architecture, SQL, JS

rashmiap project icon

Project Surveillance, Epidemiology, End Results Program (“SEER”)

'Project SEER' attempts to detect the type (Benign, Uncertain, Carcinoma in Situ, Malignant )of breast cancer based on the SEER dataset from the National Institutes of Health (NIH). To classify the patients, we explored several traditional machine learning and deep learning techniques such as Support vector machine, Decision tree, Logistic regression, Naive Bayes, Feedforward, and Recurrent neural networks. We filled in some gaps in the data by preprocessing using imputation and other techniques. We identified 15 key features (out of 138 attributes) from the dataset, such as “CS Lymph Nodes”, “CS tumor age”, “Age at diagnosis”, “Tumor marker” etc. Our final dataset consisted of ~1.6 million breast cancer records. After training our data model, we achieved ~98% accuracy using a deep learning architecture. Then we tuned the parameters and were able to increase the accuracy to 99.25%. In summary, some of our algorithm’s predictions were accurate 99.25% of the time in detecting which of the 4 classes or types of breast cancer were present in the data.

Development year - Dec 2017 – Feb 2018

Technology stack - Python, TensorFlow, Keras, Traditional ML and DL

rashmiap project icon

Project N2C2 ( Identifying Patients for Clinical Trials )

First I want to share that For this work we were invited to present our work on a workshop is co-located with AMIA in San Francisco, California.

Patient cohort identification for the clinical trial is a fairly tedious and expensive component of the drug development. Existing selection processes do not necessarily guarantee optimal selection. However, the existence of EHRs and the application of (NLP) techniques such as IE can enable automated, scalable, and unbiased selection of patients who meet the selection criteria for clinical trials. We built a knowledge-driven EHR medical Information Extraction framework by extending the cTAKES natural language processing tool developed at the Mayo Clinic. cTakes is built on top of the UIMA.

To support the needs of the selection criteria, we

  • Incorporated medical ontology into the annotation framework to enhance the recognition and extraction of medical terms - conditions, procedures, encounters etc. Ontologies used include the National Library of Medicine's MeSH ontology, UMLS ontology, Systematized Nomenclature of Medicine -- Clinical Terms (SNOMED CT).
  • Created custom annotators to annotate the
    • value of a glycated hemoglobin test
    • identification of a myocardial infarction event
    • use of aspirin by a patient to prevent myocardial infarction
    • Diagnosis of ketoacidosis in the past year
    • history of intra-abdominal surgery, small or large intestine resection or small bowel obstruction
    • existence of DM
    • the language spoken by the patient
  • Structured unstructured clinical content such as EHRs by extracting and inferring medical terms such as findings, tests, procedures, diseases, etc using NLP techniques
  • Created heuristics that applied combined medical knowledge into rules and are applied to the annotated text to determine whether a selection criterion has been met.
  • Extended Wendy Chapman's NegEx algorithm determining negation from clinical reports to determine negation on multiple negation phrases on one sentence
  • Initial results on test data gave us a macro precision of 87.16% and a macro recall of 82.79% were very promising.

    Project Demo

    Development year - Mar 2018 – May 2018

    Technology stack - Java, CTakes,

rashmiap project icon

AnnaLytx: An intelligent conversational virtual agent

Anna is our intelligent conversation virtual agent who can help you with all things Infolytx. She can help you learn more about who we are and what we do. She can help you apply for a position with us. She can carry on a conversation with you, joke with you, tell you the weather in Vladivostok, or the time in Tumbuktoo. Here we use Our expertise in NLP, information extraction, AI and Machine Learning coupled with our experience in developing cognitive agents using multiple frameworks including IBM’s Watson, Google’s Dialog flow, and Amazon’s Alexa.

Key Features:

  • Able to participate in the complex and nuanced conversation, where she understands the context
  • Engage in natural sounding small talk to make the conversation appear engaging
  • Support task-directed conversation as she directs prospective candidates to submit applications for potential positions with Infolytx.
  • Answer who and why questions from both local and the wider web content by applying NLP and IR techniques to extract answers to who and why question
  • Demonstrate richer and in-context intelligence by the ability to answer questions about the time and weather globally.

What I did here:

  • Designed the solution so that it can be reused for multiple clients. ( Our team used this framework for another two client projects successfully.)
  • Answered initial who and why questions from conversation & discovery by applying NLP and IR techniques to extract answers to who and why question

Project Demo

Development year - May 2017 – Dec 2017

Technology stack - React, Python, Dialogue-flow, AWS, Watson conversation& discovery etc.

rashmiap project icon

DeepCare: Activity Recognition via Deep Learning

  • The DeepCare solution allows Certified Nursing Assistants (CNAs) and nurses to monitor more closely the ambulatory status of residents at eldercare and assisted living facilities. DeepCare uses Deep Learning and other machine learning techniques to determine whether a resident is sitting, walking, standing or climbing stairs. Wearables or smartphones outfitted with the app continuously sends sensor (accelerometer, gyroscope, GPS) data to a back-end server. The system then uses the machine-learning models to accurately predict the class of activity the user is performing.
  • NaN

Development year - Jan 2017 – Apr 2017

Technology stack - Java, Dropwizard, Python, Flask, Hibernate, tensorflow, Keras

rashmiap project icon

Random Acts of Pizza : Kaggle Competition

This competition contains a dataset with 5671 textual requests for pizza from the Reddit community Random Acts of Pizza together with their outcome (successful/unsuccessful) and meta-data. We created an algorithm capable of predicting which requests will garner a cheesy (but sincere!) act of kindness.

Development year - Nov 2016 – Dec 2016

Technology stack - Python, traditional ML, LDA

rashmiap project icon

Unstructured Data Analysis

Worked with a team to develop a web application, using the Ionic Framework, Java to annotate Risk factors like Hyperlipidemia, Diabetic, Hypertension, Obesity using Regular Expression and other technics and convert it to CDA(Clinical Document Architecture) which is a popular, flexible structure of clinical health records defined by Health Level 7 International (HL7 )

Accomplishments:

  • Designed and developed user-friendly interface for easy navigation
  • Optimized REST responses from a Java-based backend to efficiently send and receive application data
  • Led code management and maintenance for multiple developers using Git, JIRA, TDD, CI/CD, Code Analysis, Code Coverage
  • Worked in a team using Agile methodologies, collaborating with the client and improving the application through continuous feedback.

Project Demo

Development year - Jun 2016 – Oct 2016

Technology stack - Java, AngularJS, MongoDB, cTakes, NLP CDA, UMLS, SNOMED CT, LOINC etc

rashmiap project icon

PharmaCoWatch

A Java-based PaaS Solution where content from sources like FDA and social media has been parsed, analyzed using Big Data technology to build a Machine Learning Predictive Model for adverse drugs reaction intelligence

NaN
  • Optimized REST responses from a Java-based backend to efficiently send and receive application data
  • Led code management and maintenance for multiple developers using Git, JIRA, TDD, CI/CD, Code Analysis, Code Coverage
  • Worked in a team using Agile methodologies, collaborating with the client and improving the application through continuous feedback.
  • Assisted in designing and writing intricate SQL queries to process the data.

Development year - Feb 2016

Technology stack - Hadoop, RapidMiner-ML package, cTakes - Clinical Text Analysis platform, NLP

rashmiap project icon

Pharmalytx

Sales force ennoblement for Pharma

  • Profiling and Ranking Physicians
  • Generating Drug recommendations for Physicians using Data Analytics (Classification, Clustering, Association rules)

Development year - Oct 2015

Technology stack - java, aws , rapid miner, xamarin

rashmiap project icon

Bdipo

  • Automated form filler, result and news of IPO application in Bangladesh, IPO result in Bangladesh
  • Worked on form filler, result of IPO application of bdipo

Project Demo

Development year - Sep 2014 – Aug 2015

Technology stack - java, aws , rapid miner, xamarin

rashmiap project icon

Stock Portfolio

  • Shows stocks information of user
  • Used Text parsing to parse user information from text file.
  • Used Ruby on Rails, MySQL, Unit and Integration testing.

Development year - Jun 2015 – Aug 2015

Technology stack - java, aws , rapid miner, xamarin

rashmiap project icon

RetailAr

Retail-Ar is a prototype showcasing the use of 3D modeling and augmented reality to promote specials and offers by retailers wanting to build a social media buzz among their most loyal followers.

Project Demo

Development year - Jun 2015 – Aug 2015

Technology stack - Ruby on rails, Android, java script, Boot Strap , Nginx, MySql, AWS

View site source on Github | Designer Md Abudl Hasib