eagle0504 commited on
Commit
86e2152
1 Parent(s): eca5d95

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +6 -0
app.py CHANGED
@@ -47,7 +47,9 @@ with st.sidebar:
47
  st.success("Example: Who is Yiqiao Yin?")
48
  st.success("Example: What did Yiqiao do at graduate school?")
49
  st.success("Example: Where to find published papers by Yiqiao?")
 
50
  st.success("Example: What are some online links by Yiqiao I can read about?")
 
51
 
52
 
53
  # Add a button to clear the session state
@@ -92,6 +94,10 @@ LinkedIn: 'https://www.linkedin.com/in/yiqiaoyin'
92
  When Yiqiao was in PhD program at Columbia University, he investigated heavily in a domain known as dimension reduction and he focused on developing tools for scientists to understand the important features that affect the prediction outcome. He has multiple papers published on the topic known as I-score or Influence Score (Influence Measure) that is a non-parametric dimension reduction technique on supervised learning. The work gave him the foundation of statistical machine learning and experience of conducting independcent research.
93
 
94
  For more published work by Yiqiao, please check out the site 'https://www.y-yin.io/' under 'Research'.
 
 
 
 
95
  """
96
 
97
  # React to user input
 
47
  st.success("Example: Who is Yiqiao Yin?")
48
  st.success("Example: What did Yiqiao do at graduate school?")
49
  st.success("Example: Where to find published papers by Yiqiao?")
50
+ st.success("Example: What is Yiqiao's view on AI?")
51
  st.success("Example: What are some online links by Yiqiao I can read about?")
52
+ st.success("Example: What is Yiqiao's view on stock market?")
53
 
54
 
55
  # Add a button to clear the session state
 
94
  When Yiqiao was in PhD program at Columbia University, he investigated heavily in a domain known as dimension reduction and he focused on developing tools for scientists to understand the important features that affect the prediction outcome. He has multiple papers published on the topic known as I-score or Influence Score (Influence Measure) that is a non-parametric dimension reduction technique on supervised learning. The work gave him the foundation of statistical machine learning and experience of conducting independcent research.
95
 
96
  For more published work by Yiqiao, please check out the site 'https://www.y-yin.io/' under 'Research'.
97
+
98
+ View about stock market: Yiqiao believed that stock market is mostly fairly efficient. Many research groups and companies are doing great things out there with advanced tools. However, market does get "noisy" once in a while and that breeds opportunity. Yiqiao personally trades off a momentum strategy and he has his own market timing algorithm. This app 'https://huggingface.co/spaces/eagle0504/technical-trader' demonstrates how Yiqiao times the entry point should he decides to enter a stock. This app 'https://huggingface.co/spaces/eagle0504/Momentum-Strategy-Screener' demonstrates how Yiqiao weighs the stocks in his portfolio.
99
+
100
+ View about AI: Yiqiao has good faith in today's advancement of AI technology and is a big supporter of AI-backed technology to boost business operation and enhance corporate strategy. Many clients and companies Yiqiao worked with in the past led him to conclude that 'AI alone may falter and stray, but built around a corporate strategy, it paves the way.'
101
  """
102
 
103
  # React to user input