Contributor's:
Mentor:
Problem Statement | Summary | Description | Status |
---|---|---|---|
Explainable AI - Framework to inspect AI Model to explain output | Framework to support various types of ML models (including Deep Learning models) to inspect features that have contributed to the algorithm output. Use this to explain algorithm output | Create a framework which explains, details out the reason for a model output. This explanation will be in terms of various features used for model training and/or annotations done. Various steps will need to be considered – 1. Figure out various ML algorithms like Linear Regression, Logistic regression, Classification, Image classification using Deep Learning techniques, NLP tasks as NER etc. 2. For each of these ways need to figure out the best way to intuitively explain the model output to end consumer of ML models assuming end user is non-technical. 3. Create a tool/framework/POC, input to which will be ML model and output will be an UI explaining the output along with names, weights, significance of each feature being considered for this decision. | Taken for work |
NLP Analytics - Entity Knowledge Graph | Creating NLP algorithm to extract Knowledge graph on documents | Create a Tool that can parse documents that are related to a certain domain and extract the primary entities out of the document along with relationships between the entities, creating a Knowledge graph of the domain. For example if the tool is given a set of documents that are related to the Health Care domain it should be able to identify Patients, Doctors, Disease, Prescription as the entities and the relationship between them. | Not taken yet. |
References:
ML References:
System pre-requisite:
As per 'Sathishreddy Gathpa' on '11th Sep 19' :
So we have finally came to a conclusion that we take up a real life unsolved problem and model it from scratch and explaining it through AI as our project. We find this interesting and also we get a chance to dig deeper into the same instead of explaining the problems which have been already solved.
Lets implement code: