awacke1 commited on
Commit
0d698e2
ยท
1 Parent(s): 4460da2

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +161 -129
app.py CHANGED
@@ -3,154 +3,186 @@ import streamlit as st
3
 
4
  st.Markdown(```
5
 
6
- # Table of Contents ๐Ÿ“‘
7
-
8
- - Artificial intelligence projects and companies
9
- - AI research and subfields
10
- - Applications and use cases
11
- - AI ethics, risks, and governance
12
- - AI researchers, experts, and influencers
13
- - AI conferences, events, and publications
14
- - AI tools and platforms
15
 
16
  ## Artificial intelligence projects and companies ๐Ÿข
17
-
18
- - OpenAI
19
- - Google Brain
20
- - DeepMind
21
- - IBM Watson
22
- - Microsoft
23
- - PayPal
24
- - Tesla
25
- - Neuralink
26
- - The Boring Company
27
- - Sama
28
- - Mila
29
- - Allen Institute for AI
30
- - Meta AI
31
- - BLOOM
32
- - NovelAI
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
33
 
34
  ## AI research and subfields ๐Ÿง 
35
 
36
- - Machine learning
37
- - Deep learning
38
- - Supervised learning
39
- - Unsupervised learning
40
- - Reinforcement learning
41
- - Artificial neural network
42
- - Convolution
43
- - Gradient descent
44
- - Loss function
45
- - Activation function
46
- - Regularization
47
- - Overfitting
48
- - Backpropagation
49
- - Autoencoder
50
- - Perceptron
51
- - Hopfield network
52
- - Echo state network
53
- - Recurrent neural network
54
- - Feedforward neural network
55
- - GPT
56
- - Transformers
57
- - Attention
58
- - Variational autoencoder
59
- - ImageNet
60
- - Word2vec
61
- - AlphaGo
62
- - AlphaZero
63
- - MuZero
64
- - Neural architecture search
65
- - Wasserstein GAN
66
 
67
  ## Applications and use cases ๐Ÿค–
68
 
69
- - Computer vision
70
- - Speech recognition
71
- - Handwriting recognition
72
- - Optical character recognition
73
- - Facial recognition
74
- - Self-driving car
75
- - Robot control
76
- - Automatic differentiation
77
- - Machine learning in bioinformatics
78
- - Machine learning in physics
79
- - Machine learning in video games
80
- - Fashion MNIST
81
- - Text-to-image model
82
- - Human image synthesis
83
- - Synthetic media
84
- - DALL-E
85
 
86
  ## AI ethics, risks, and governance ๐Ÿšจ
87
 
88
- - Technological singularity
89
- - AI takeover
90
- - Superintelligence
91
- - Friendly artificial intelligence
92
- - AI alignment
93
- - Misaligned goals
94
- - Global catastrophic risk
95
- - Existential risk
96
- - Centre for the Study of Existential Risk
97
- - Future of Humanity Institute
98
- - Foundational Questions Institute
99
- - Life 3.0
100
- - Human Compatible
101
- - The Precipice
102
- - Open Letter on Artificial Intelligence
103
- - AI capability control
104
 
105
  ## AI researchers, experts, and influencers ๐Ÿ‘ฅ
106
 
107
- - Nick Bostrom
108
- - Stuart J. Russell
109
- - Eliezer Yudkowsky
110
- - Max Tegmark
111
- - Martin Rees
112
- - Jaan Tallinn
113
- - Bill Hibbard
114
- - Frank Wilczek
115
- - Sam Altman
116
- - Peter Thiel
117
- - Jessica Livingston
118
- - Kimbal Musk
119
- - Elon Musk
120
- - Talulah Riley
121
- - Reid Hoffman
122
- - Demis Hassabis
123
- - Fei-Fei Li
124
- - Yann LeCun
125
- - Yoshua Bengio
126
- - Ilya Sutskever
127
- - Ian Goodfellow
128
- - Andrew Ng
129
- - Alex Graves
130
- - Pieter Abbeel
131
- - Kenneth Stanley
132
- - Shivon Zilis
133
 
134
  ## AI conferences, events, and publications ๐Ÿ“ฐ
135
 
136
- - International Conference on Machine Learning
137
- - Conference on Neural Information Processing Systems
138
- - International Conference on Learning Representations
139
- - Journal of Machine Learning Research
140
- - Neural Information Processing Systems Foundation
141
- - Distill (journal)
142
- - The International
 
 
 
 
 
 
 
143
 
144
  ## AI tools and platforms ๐Ÿ› ๏ธ
145
 
146
- - Python
147
- - TensorFlow
148
- - Keras
149
- - Theano
150
- - PyTorch
151
- - JAX
152
- - OpenAL
153
- - GitHub Copilot
154
- - OpenAI API
155
 
156
  ```)
 
3
 
4
  st.Markdown(```
5
 
6
+ # Artificial Intelligence (AI) Overview
 
 
 
 
 
 
 
 
7
 
8
  ## Artificial intelligence projects and companies ๐Ÿข
9
+ - [Google DeepMind](https://en.wikipedia.org/wiki/DeepMind) ๐Ÿค–
10
+ - [OpenAI](https://en.wikipedia.org/wiki/OpenAI) ๐Ÿง 
11
+ - [IBM Watson](https://en.wikipedia.org/wiki/Watson_(computer)) ๐Ÿ“Š
12
+ - [Amazon AI](https://en.wikipedia.org/wiki/Amazon_(company)#Amazon_Artificial_Intelligence) ๐Ÿ›๏ธ
13
+ - [Microsoft AI](https://en.wikipedia.org/wiki/Microsoft_AI) ๐ŸŒ
14
+
15
+ ## AI research and subfields ๐Ÿ”
16
+ - [Machine learning](https://en.wikipedia.org/wiki/Machine_learning) ๐Ÿค–
17
+ - [Natural language processing (NLP)](https://en.wikipedia.org/wiki/Natural_language_processing) ๐Ÿ—ฃ๏ธ
18
+ - [Robotics](https://en.wikipedia.org/wiki/Robotics) ๐Ÿค–
19
+ - [Computer vision](https://en.wikipedia.org/wiki/Computer_vision) ๐Ÿ‘๏ธ
20
+
21
+ ## Applications and use cases ๐Ÿ“ˆ
22
+ - [Image recognition](https://en.wikipedia.org/wiki/Pattern_recognition) ๐Ÿ“ท
23
+ - [Voice assistants](https://en.wikipedia.org/wiki/Voice_assistant) ๐Ÿ—ฃ๏ธ
24
+ - [Fraud detection](https://en.wikipedia.org/wiki/Fraud_detection) ๐Ÿ”
25
+ - [Autonomous vehicles](https://en.wikipedia.org/wiki/Autonomous_car) ๐Ÿš—
26
+ - [Virtual assistants](https://en.wikipedia.org/wiki/Virtual_assistant) ๐Ÿค–
27
+
28
+ ## AI ethics, risks, and governance ๐Ÿค”
29
+ - [Bias in AI](https://en.wikipedia.org/wiki/Algorithmic_bias) ๐Ÿคท
30
+ - [AI and jobs](https://en.wikipedia.org/wiki/Impact_of_the_Industrial_Revolution#Fourth_Industrial_Revolution) ๐Ÿญ
31
+ - [Privacy concerns](https://en.wikipedia.org/wiki/Privacy_concerns_with_social_networking_services) ๐Ÿ•ต๏ธโ€โ™‚๏ธ
32
+ - [AI regulations](https://en.wikipedia.org/wiki/Regulation_of_artificial_intelligence) ๐Ÿ“
33
+ - [Transparency and accountability](https://en.wikipedia.org/wiki/Explainable_artificial_intelligence) ๐Ÿ“Š
34
+
35
+ ## AI researchers, experts, and influencers ๐Ÿง‘โ€๐Ÿ”ฌ
36
+ - [Andrew Ng](https://en.wikipedia.org/wiki/Andrew_Ng) ๐Ÿง‘โ€๐Ÿซ
37
+ - [Yoshua Bengio](https://en.wikipedia.org/wiki/Yoshua_Bengio) ๐Ÿง‘โ€๐Ÿ”ฌ
38
+ - [Fei-Fei Li](https://en.wikipedia.org/wiki/Li_Fei-Fei) ๐Ÿง‘โ€๐Ÿ”ฌ
39
+ - [Yann LeCun](https://en.wikipedia.org/wiki/Yann_LeCun) ๐Ÿง‘โ€๐Ÿ”ฌ
40
+ - [Kai-Fu Lee](https://en.wikipedia.org/wiki/Kai-Fu_Lee) ๐Ÿง‘โ€๐Ÿ’ผ
41
+
42
+ ## Artificial intelligence projects and companies ๐Ÿข
43
+ - [OpenAI](https://en.wikipedia.org/wiki/OpenAI)
44
+ - [Google Brain](https://en.wikipedia.org/wiki/Google_Brain)
45
+ - [DeepMind](https://en.wikipedia.org/wiki/DeepMind)
46
+ - [IBM Watson](https://en.wikipedia.org/wiki/Watson_(computer))
47
+ - [Microsoft](https://en.wikipedia.org/wiki/Microsoft_AI)
48
+ - [PayPal](https://en.wikipedia.org/wiki/PayPal)
49
+ - [Tesla](https://en.wikipedia.org/wiki/Tesla,_Inc.)
50
+ - [Neuralink](https://en.wikipedia.org/wiki/Neuralink)
51
+ - [The Boring Company](https://en.wikipedia.org/wiki/The_Boring_Company)
52
+ - [Sama](https://en.wikipedia.org/wiki/Sama_(company))
53
+ - [Mila](https://en.wikipedia.org/wiki/Montreal_Institute_for_Learning_Algorithms)
54
+ - [Allen Institute for AI](https://en.wikipedia.org/wiki/Allen_Institute_for_AI)
55
+ - [Meta AI](https://en.wikipedia.org/wiki/Meta_AI)
56
+ - [BLOOM](https://en.wikipedia.org/wiki/BLOOM_(company))
57
+ - [NovelAI](https://en.wikipedia.org/wiki/NovelAI)
58
 
59
  ## AI research and subfields ๐Ÿง 
60
 
61
+ - [Machine learning](https://en.wikipedia.org/wiki/Machine_learning)
62
+ - [Deep learning](https://en.wikipedia.org/wiki/Deep_learning)
63
+ - [Supervised learning](https://en.wikipedia.org/wiki/Supervised_learning)
64
+ - [Unsupervised learning](https://en.wikipedia.org/wiki/Unsupervised_learning)
65
+ - [Reinforcement learning](https://en.wikipedia.org/wiki/Reinforcement_learning)
66
+ - [Artificial neural network](https://en.wikipedia.org/wiki/Artificial_neural_network)
67
+ - [Convolution](https://en.wikipedia.org/wiki/Convolution)
68
+ - [Gradient descent](https://en.wikipedia.org/wiki/Gradient_descent)
69
+ - [Loss function](https://en.wikipedia.org/wiki/Loss_function)
70
+ - [Activation function](https://en.wikipedia.org/wiki/Activation_function)
71
+ - [Regularization](https://en.wikipedia.org/wiki/Regularization_(mathematics))
72
+ - [Overfitting](https://en.wikipedia.org/wiki/Overfitting)
73
+ - [Backpropagation](https://en.wikipedia.org/wiki/Backpropagation)
74
+ - [Autoencoder](https://en.wikipedia.org/wiki/Autoencoder)
75
+ - [Perceptron](https://en.wikipedia.org/wiki/Perceptron)
76
+ - [Hopfield network](https://en.wikipedia.org/wiki/Hopfield_network)
77
+ - [Echo state network](https://en.wikipedia.org/wiki/Echo_state_network)
78
+ - [Recurrent neural network](https://en.wikipedia.org/wiki/Recurrent_neural_network)
79
+ - [Feedforward neural network](https://en.wikipedia.org/wiki/Feedforward_neural_network)
80
+ - [GPT](https://en.wikipedia.org/wiki/GPT_(language_model))
81
+ - [Transformers](https://en.wikipedia.org/wiki/Transformer_(machine_learning_model))
82
+ - [Attention](https://en.wikipedia.org/wiki/Attention_(machine_learning))
83
+ - [Variational autoencoder](https://en.wikipedia.org/wiki/Autoencoder#Variational_autoencoder_(VAE))
84
+ - [ImageNet](https://en.wikipedia.org/wiki/ImageNet)
85
+ - [Word2vec](https://en.wikipedia.org/wiki/Word2vec)
86
+ - [AlphaGo](https://en.wikipedia.org/wiki/AlphaGo)
87
+ - [AlphaZero](https://en.wikipedia.org/wiki/AlphaZero)
88
+ - [MuZero](https://en.wikipedia.org/wiki/MuZero)
89
+ - [Neural architecture search](https://en.wikipedia.org/wiki/Neural_architecture_search)
90
+ - [Wasserstein GAN](https://en.wikipedia.org/wiki/Wasserstein_GAN)
91
 
92
  ## Applications and use cases ๐Ÿค–
93
 
94
+ - [Computer vision](https://en.wikipedia.org/wiki/Computer_vision) ๐Ÿ‘๏ธ
95
+ - [Speech recognition](https://en.wikipedia.org/wiki/Speech_recognition) ๐Ÿ—ฃ๏ธ
96
+ - [Handwriting recognition](https://en.wikipedia.org/wiki/Handwriting_recognition) โœ๏ธ
97
+ - [Optical character recognition](https://en.wikipedia.org/wiki/Optical_character_recognition) ๐Ÿ“œ
98
+ - [Facial recognition](https://en.wikipedia.org/wiki/Facial_recognition_system) ๐Ÿ˜Š
99
+ - [Self-driving car](https://en.wikipedia.org/wiki/Self-driving_car) ๐Ÿš—
100
+ - [Robot control](https://en.wikipedia.org/wiki/Robot_control) ๐Ÿค–
101
+ - [Automatic differentiation](https://en.wikipedia.org/wiki/Automatic_differentiation) ๐Ÿ”„
102
+ - [Machine learning in bioinformatics](https://en.wikipedia.org/wiki/Bioinformatics) ๐Ÿงฌ
103
+ - [Machine learning in physics](https://en.wikipedia.org/wiki/Computational_physics) ๐ŸŒŒ
104
+ - [Machine learning in video games](https://en.wikipedia.org/wiki/Game_AI) ๐ŸŽฎ
105
+ - [Fashion MNIST](https://en.wikipedia.org/wiki/Fashion-MNIST) ๐Ÿ‘•
106
+ - [Text-to-image model](https://en.wikipedia.org/wiki/Text-to-image_synthesis) ๐Ÿ–ผ๏ธ
107
+ - [Human image synthesis](https://en.wikipedia.org/wiki/Image_synthesis#Human_Image_Synthesis) ๐Ÿงโ€โ™€๏ธ
108
+ - [Synthetic media](https://en.wikipedia.org/wiki/Synthetic_media) ๐ŸŽž๏ธ
109
+ - [DALL-E](https://en.wikipedia.org/wiki/DALL-E) ๐ŸŽจ
110
 
111
  ## AI ethics, risks, and governance ๐Ÿšจ
112
 
113
+ - [Technological singularity](https://en.wikipedia.org/wiki/Technological_singularity) ๐ŸŒ 
114
+ - [AI takeover](https://en.wikipedia.org/wiki/Artificial_intelligence_takeover) ๐Ÿค–
115
+ - [Superintelligence](https://en.wikipedia.org/wiki/Superintelligence) ๐Ÿฆธ
116
+ - [Friendly artificial intelligence](https://en.wikipedia.org/wiki/Friendly_artificial_intelligence) ๐Ÿค
117
+ - [AI alignment](https://en.wikipedia.org/wiki/Alignment_problem) ๐Ÿ”ง
118
+ - [Misaligned goals](https://en.wikipedia.org/wiki/Instrumental_convergence) ๐ŸŽฏ
119
+ - [Global catastrophic risk](https://en.wikipedia.org/wiki/Global_catastrophic_risk) โš ๏ธ
120
+ - [Existential risk](https://en.wikipedia.org/wiki/Existential_risk_from_artificial_general_intelligence) ๐Ÿ’€
121
+ - [Centre for the Study of Existential Risk](https://en.wikipedia.org/wiki/Centre_for_the_Study_of_Existential_Risk) ๐Ÿข
122
+ - [Future of Humanity Institute](https://en.wikipedia.org/wiki/Future_of_Humanity_Institute) ๐ŸŒ
123
+ - [Foundational Questions Institute](https://en.wikipedia.org/wiki/Foundational_Questions_Institute) โ“
124
+ - [Life 3.0](https://en.wikipedia.org/wiki/Life_3.0) ๐Ÿ“–
125
+ - [Human Compatible](https://en.wikipedia.org/wiki/Human_Compatible) ๐Ÿ‘ค
126
+ - [The Precipice](https://en.wikipedia.org/wiki/The_Precipice:_Existential_Risk_and_the_Future_of_Humanity) ๐Ÿ“š
127
+ - [Open Letter on Artificial Intelligence](https://en.wikipedia.org/wiki/Open_Letter_on_Artificial_Intelligence) ๐Ÿ“œ
128
+ - [AI capability control](https://en.wikipedia.org/wiki/AI_control_problem) ๐ŸŽ›๏ธ
129
 
130
  ## AI researchers, experts, and influencers ๐Ÿ‘ฅ
131
 
132
+ - [Nick Bostrom](https://en.wikipedia.org/wiki/Nick_Bostrom) ๐Ÿ“š
133
+ - [Stuart J. Russell](https://en.wikipedia.org/wiki/Stuart_J._Russell) ๐Ÿง‘โ€๐Ÿ”ฌ
134
+ - [Eliezer Yudkowsky](https://en.wikipedia.org/wiki/Eliezer_Yudkowsky) ๐Ÿ“–
135
+ - [Max Tegmark](https://en.wikipedia.org/wiki/Max_Tegmark) ๐Ÿ“ˆ
136
+ - [Martin Rees](https://en.wikipedia.org/wiki/Martin_Rees) ๐ŸŽ“
137
+ - [Jaan Tallinn](https://en.wikipedia.org/wiki/Jaan_Tallinn) ๐Ÿ’ป
138
+ - [Bill Hibbard](https://en.wikipedia.org/wiki/Bill_Hibbard) ๐ŸŽ“
139
+ - [Frank Wilczek](https://en.wikipedia.org/wiki/Frank_Wilczek) ๐ŸŽ“
140
+ - [Sam Altman](https://en.wikipedia.org/wiki/Sam_Altman) ๐Ÿ’ผ
141
+ - [Peter Thiel](https://en.wikipedia.org/wiki/Peter_Thiel) ๐Ÿ’ผ
142
+ - [Jessica Livingston](https://en.wikipedia.org/wiki/Jessica_Livingston) ๐Ÿ’ผ
143
+ - [Kimbal Musk](https://en.wikipedia.org/wiki/Kimbal_Musk) ๐Ÿง‘โ€๐Ÿณ
144
+ - [Elon Musk](https://en.wikipedia.org/wiki/Elon_Musk) ๐Ÿš€
145
+ - [Talulah Riley](https://en.wikipedia.org/wiki/Talulah_Riley) ๐ŸŽฌ
146
+ - [Reid Hoffman](https://en.wikipedia.org/wiki/Reid_Hoffman) ๐Ÿ’ผ
147
+ - [Demis Hassabis](https://en.wikipedia.org/wiki/Demis_Hassabis) ๐Ÿค–
148
+ - [Fei-Fei Li](https://en.wikipedia.org/wiki/Fei-Fei_Li) ๐Ÿ‘ฉโ€๐Ÿ”ฌ
149
+ - [Yann LeCun](https://en.wikipedia.org/wiki/Yann_LeCun) ๐Ÿง‘โ€๐Ÿซ
150
+ - [Yoshua Bengio](https://en.wikipedia.org/wiki/Yoshua_Bengio) ๐Ÿง‘โ€๐Ÿ”ฌ
151
+ - [Ilya Sutskever](https://en.wikipedia.org/wiki/Ilya_Sutskever) ๐Ÿง‘โ€๐Ÿ”ฌ
152
+ - [Ian Goodfellow](https://en.wikipedia.org/wiki/Ian_Goodfellow) ๐Ÿง‘โ€๐Ÿซ
153
+ - [Andrew Ng](https://en.wikipedia.org/wiki/Andrew_Ng) ๐Ÿง‘โ€๐Ÿ’ผ
154
+ - [Alex Graves](https://en.wikipedia.org/wiki/Alex_Graves) ๐Ÿง‘โ€๐Ÿ”ฌ
155
+ - [Pieter Abbeel](https://en.wikipedia.org/wiki/Pieter_Abbeel) ๐Ÿง‘โ€๐Ÿ”ฌ
156
+ - [Kenneth Stanley](https://en.wikipedia.org/wiki/Kenneth_Stanley) ๐Ÿง‘โ€๐Ÿ”ฌ
157
+ - [Shivon Zilis](https://en.wikipedia.org/wiki/Shivon_Zilis) ๐Ÿง‘โ€๐Ÿ’ผ
158
 
159
  ## AI conferences, events, and publications ๐Ÿ“ฐ
160
 
161
+ - [International Conference on Machine Learning](https://en.wikipedia.org/wiki/International_Conference_on_Machine_Learning) ๐ŸŒ
162
+ - [Conference on Neural Information Processing Systems](https://en.wikipedia.org/wiki/Conference_on_Neural_Information_Processing_Systems) ๐Ÿง 
163
+ - [International Conference on Learning Representations](https://en.wikipedia.org/wiki/International_Conference_on_Learning_Representations) ๐Ÿ“ˆ
164
+ - [Journal of Machine Learning Research](https://en.wikipedia.org/wiki/Journal_of_Machine_Learning_Research) ๐Ÿ“–
165
+ - [Neural Information Processing Systems Foundation](https://en.wikipedia.org/wiki/Neural_Information_Processing_Systems) ๐Ÿ’ป
166
+ - [Distill (journal)](https://en.wikipedia.org/wiki/Distill_(journal)) ๐Ÿ““
167
+ - [The International Joint Conference on Artificial Intelligence](https://en.wikipedia.org/wiki/International_Joint_Conference_on_Artificial_Intelligence) ๐ŸŒ
168
+ - [NeurIPS](https://neurips.cc/) ๐Ÿง 
169
+ - [AAAI Conference on Artificial Intelligence](https://www.aaai.org/Conferences/AAAI-21/) ๐ŸŒ
170
+ - [ICLR: International Conference on Learning Representations](https://iclr.cc/) ๐Ÿ“ˆ
171
+ - [AI Ethics and Society](https://www.aies-conference.com/) ๐Ÿค–
172
+ - [AI Summit](https://theaisummit.com/) ๐Ÿš€
173
+ - [AI World](https://aiworld.com/) ๐ŸŒŽ
174
+ - [Deep Learning Summit](https://www.re-work.co/events/deep-learning-summit-san-francisco-2022) ๐Ÿค–
175
 
176
  ## AI tools and platforms ๐Ÿ› ๏ธ
177
 
178
+ - [Python](https://en.wikipedia.org/wiki/Python_(programming_language)) ๐Ÿ
179
+ - [TensorFlow](https://en.wikipedia.org/wiki/TensorFlow) ๐Ÿง 
180
+ - [Keras](https://en.wikipedia.org/wiki/Keras) ๐Ÿ”
181
+ - [Theano](https://en.wikipedia.org/wiki/Theano_(software)) ๐Ÿง‘โ€๐Ÿ’ป
182
+ - [PyTorch](https://en.wikipedia.org/wiki/PyTorch) ๐Ÿ”ฅ
183
+ - [JAX](https://en.wikipedia.org/wiki/JAX_(software)) ๐Ÿค–
184
+ - [OpenAL](https://en.wikipedia.org/wiki/OpenAL) ๐ŸŽง
185
+ - [GitHub Copilot](https://en.wikipedia.org/wiki/GitHub_Copilot) ๐Ÿค–
186
+ - [OpenAI API](https://en.wikipedia.org/wiki/OpenAI#API_platform) ๐ŸŒ
187
 
188
  ```)