eagle0504 commited on
Commit
bb92dea
·
1 Parent(s): 3602ff7

app updated

Browse files
AI_Decoded__Yin_2024.pdf ADDED
Binary file (633 kB). View file
 
pages/2_Artificial_Neural_Networks.py CHANGED
@@ -437,3 +437,5 @@ def page_for_ann():
437
  ```
438
  """
439
  )
 
 
 
437
  ```
438
  """
439
  )
440
+
441
+ page_for_ann()
pages/3_Convolutional_Neural_Networks.py CHANGED
@@ -192,3 +192,6 @@ def page_for_cnn():
192
 
193
  """
194
  )
 
 
 
 
192
 
193
  """
194
  )
195
+
196
+
197
+ page_for_cnn()
pages/4_Convolutional_Operation.py CHANGED
@@ -143,3 +143,6 @@ def page_for_convop():
143
 
144
  """
145
  )
 
 
 
 
143
 
144
  """
145
  )
146
+
147
+
148
+ page_for_convop()
pages/5_Convolutional_Neural_Networks_Advanced.py CHANGED
@@ -646,3 +646,6 @@ def page_for_cnnadvanced():
646
  - [Autonomous Driving: Tesla FSD - image-to-BEV transform + multi-camera fusion](https://www.youtube.com/live/ODSJsviD_SU?si=14Q3If7cBME69hkc)
647
  """
648
  )
 
 
 
 
646
  - [Autonomous Driving: Tesla FSD - image-to-BEV transform + multi-camera fusion](https://www.youtube.com/live/ODSJsviD_SU?si=14Q3If7cBME69hkc)
647
  """
648
  )
649
+
650
+
651
+ page_for_cnnadvanced()
pages/6_Autoencoders.py CHANGED
@@ -149,3 +149,6 @@ def page_for_ae():
149
  This Variational Autoencoder model can generate new data similar to the input data, offering a powerful tool for generative modeling tasks.
150
  """
151
  )
 
 
 
 
149
  This Variational Autoencoder model can generate new data similar to the input data, offering a powerful tool for generative modeling tasks.
150
  """
151
  )
152
+
153
+
154
+ page_for_ae()