Update app.py
Browse files
app.py
CHANGED
@@ -3,154 +3,186 @@ import streamlit as st
|
|
3 |
|
4 |
st.Markdown(```
|
5 |
|
6 |
-
#
|
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 |
-
-
|
20 |
-
-
|
21 |
-
-
|
22 |
-
|
23 |
-
|
24 |
-
-
|
25 |
-
-
|
26 |
-
-
|
27 |
-
-
|
28 |
-
|
29 |
-
|
30 |
-
-
|
31 |
-
-
|
32 |
-
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
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 |
```)
|