awacke1 commited on
Commit
1967295
β€’
1 Parent(s): bb75625

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +16 -1
app.py CHANGED
@@ -11,6 +11,20 @@ from st_click_detector import click_detector
11
 
12
  # This lil dealio is my test of the new experiemntal primitives which promise to put cach in streamlit within striking distance of simulating cognitive episodic memory (personalized feelings about a moment through space time), and semantic memory (factual memories we are ready to share and communicate like your email address or physical address yo
13
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
14
 
15
  # callback to update query param on selectbox change
16
  def update_params():
@@ -22,7 +36,8 @@ def update_params():
22
 
23
  # RADIO BUTTON SET PERSIST
24
  # radio button persistance - plan is to hydrate when selected and change url along with textbox and search
25
- options = ["ai", "nlp", "iot", "vr", "genomics", "graph", "cognitive"]
 
26
  query_params = st.experimental_get_query_params()
27
  ix = 0
28
  if query_params:
11
 
12
  # This lil dealio is my test of the new experiemntal primitives which promise to put cach in streamlit within striking distance of simulating cognitive episodic memory (personalized feelings about a moment through space time), and semantic memory (factual memories we are ready to share and communicate like your email address or physical address yo
13
 
14
+ # Goal of this is to solve AI problem of two types of memory and their part in cognitive AGI along with the theory of model making as functional design of intelligence :
15
+
16
+ # Type 1 Memory - Semantic Memory:
17
+ # Semantic memory is conscious long-term memory for meaning, understanding, and conceptual facts about the world. Semantic memory is one of the two main varieties of explicit, conscious, long-term memory, which is memory that can be retrieved into conscious awareness after a long delay (from several seconds to years).
18
+
19
+ # Type 2 Memory - Episodic Memory:
20
+ # Episodic memory refers to the conscious recollection of a personal experience that contains information on what has happened and also where and when it happened. Recollection from episodic memory also implies a kind of first-person subjectivity that has been termed autonoetic consciousness.
21
+
22
+ # Functional Design of Intelligence: The brain uses map like structures to build a models repeatedly as part of LTM and STM memory by creating hundreds of thousands of models of everything we know. This allows us to answer important questions about how we perceive the world, why we have a sense of self, and the origin of higher level thought processes.
23
+
24
+ # Research Interests: AGI and ML Pipelines, Ambient IoT AI, Behavior Cognitive and Memory AI, Clinical Medical and Nursing AI, Genomics AI, GAN Gaming GAIL AR VR XR and Simulation AI, Graph Ontology KR KE AI, Languages and NLP AI, Quantum Compute GPU TPU NPU AI, Vision Image Document and Audio/Video AI
25
+
26
+ # Layman terms for interest with keyword intersection for plot search.
27
+ #
28
 
29
  # callback to update query param on selectbox change
30
  def update_params():
36
 
37
  # RADIO BUTTON SET PERSIST
38
  # radio button persistance - plan is to hydrate when selected and change url along with textbox and search
39
+ options = ["artificial intelligence", "robot", "computer", "software", "intelligence", "brain", "VR", "medicine", "behavior", "psychology", "fantasy", "science", "comedy", "action", "adventure", "animation", "sci-fi"] # these options come from my research interests blended with keywords across film genres
40
+
41
  query_params = st.experimental_get_query_params()
42
  ix = 0
43
  if query_params: