awacke1 commited on
Commit
254b8a6
·
1 Parent(s): 4fc0ed7

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +12 -12
app.py CHANGED
@@ -4,18 +4,18 @@ from graphviz import Digraph
4
 
5
  st.markdown("""
6
  # Goals of Cognitive AI with Human Feedback (CAHF):
7
- 1. Use Models to predict **outcomes**
8
- 2. Use AI to predict **conditions, disease, opportunities** using flavors of AI with **explainability**.
9
- 3. **Cognitive AI** - Mimics how humans reason through decision making processes.
10
- 4. **Reasoning cycles** - "Recommended for You" reasoners - what type of person, classification of users, recommend what products
11
- 5. **High Acuity Reasoners** - Only make decisions on rules of **what it can and cannot do within human feedback** guidelines.
12
- -Emphasis on **explainability, transparency, removing administrative burden** and **protocolize** what staff is doing.
13
- -Vetted by SME's, adding value of **judgement and training** to pick up **skills from human feedback**.
14
- -**Alerts, Recommended Actions, and Clinical Terminology** per entity including LOINC, SNOMED, ICD10, RXNORM. SMILES, HCPCS and CPT codes,
15
- 6. Non static multi agent cognitive approach - real time series - factors predictive of outcome.
16
- 7. Cognitive models take form of Ontology - for some type of computable set - relationships stored in Ontology can be ingested by reasoner
17
- -Use models of world to build predictions and recommendations with answers that are cumulative with information we know
18
- 8. Reasoners can standardize to make it easier as possible to do right thing with learned recommendation tools, questions and actions.
19
  """)
20
 
21
  st.markdown("""
 
4
 
5
  st.markdown("""
6
  # Goals of Cognitive AI with Human Feedback (CAHF):
7
+ 1. Use Models to predict __outcomes__
8
+ 2. Use AI to predict **conditions, disease, opportunities** using flavors of AI with **explainability**.
9
+ 3. **Cognitive AI** - Mimics how humans reason through decision making processes.
10
+ 4. **Reasoning cycles** - "Recommended for You" reasoners - what type of person, classification of users, recommend what products
11
+ 5. **High Acuity Reasoners** - Only make decisions on rules of **what it can and cannot do within human feedback** guidelines.
12
+ -Emphasis on **explainability, transparency, removing administrative burden** and **protocolize** what staff is doing.
13
+ -Vetted by SME's, adding value of **judgement and training** to pick up **skills from human feedback**.
14
+ -**Alerts, Recommended Actions, and Clinical Terminology** per entity including LOINC, SNOMED, ICD10, RXNORM. SMILES, HCPCS and CPT codes,
15
+ 6. Non static multi agent cognitive approach - real time series - factors predictive of outcome.
16
+ 7. Cognitive models take form of Ontology - for some type of computable set - relationships stored in Ontology can be ingested by reasoner
17
+ -Use models of world to build predictions and recommendations with answers that are cumulative with information we know
18
+ 8. Reasoners can standardize to make it easier as possible to do right thing with learned recommendation tools, questions and actions.
19
  """)
20
 
21
  st.markdown("""