☰
  • ☰
asanAI Logo

→

 %

?

:




?

⤷



?
?
?

:

?
(s)

?
?
?

?
  • TensorFlow.js
  • Prism
  • Jquery-UI
  • d3.js
  • MathJax
  • temml
  • Convolution arithmetic
  • TensorFlow.js Examples
  • MNIST
  • Minify
  • atrament.js
  • Magic Wand
  • JSManipulate
  • hash-wasm
  • plotly.js
  • jscolor
  • zip.js
  • chatGPT
  • sparkle.js
  • Manicule
  • Color Picker Icon
  • Loading Icon
  • Fire Alarm Button
  • A green circle icon with a(n) arrow-right symbol from the Emoji One BW icon font.
  • Smooth arrow animation
  • Multitouch tap.png
  • html2canvas
  • Colorpicker.svg
  • confetti.js
  • Cosmo-PrΓ€sentation, Dr. Christoph Lehmann
  • GNOME Desktop Icon Pack
  • Aurora Background Easter Egg
1. (model.json)
2. (labels.json)
3. (custom_images.zip)
43. (weights.json)



:






import numpy as np
import pandas as pd

def write_file_for_tfjs(name, data):
    with open(name + '.txt', 'w') as outfile:
        outfile.write('# shape: {0}\n'.format(data.shape))
        
        for data_slice in data.values:
            data_slice = np.array(data_slice, dtype=np.float64)
            
            np.savetxt(outfile, data_slice.reshape(1, -1), fmt='%.18e')
            outfile.write('# New slice\n')

# Load your data into your custom DataFrame
x_train = pd.DataFrame([1, 2, 3, 5, 6, 7])
y_train = pd.DataFrame([9, 8, 7, 6, 5, 4])

write_file_for_tfjs("x", x_train)
write_file_for_tfjs("y", y_train)


:

?
:
:









⏳ ⚠

πŸ‘‹

πŸ“Š

🎨

πŸ“‹

πŸ•ΉοΈ

✏️

πŸ”

πŸ“·

πŸ“·

βœŠβœ‹βœŒοΈ

5 FPS
πŸ“Ή
πŸ€–
🎯

					
πŸ“Έ
🐍 Ctrl+Enter   Ctrl+S   Ctrl+/   Esc 13px
1

						
					
β–Έ
  • Feature Maps
  • Activation Function
?
x =
x* =
W =
b =
f(\textbf{x}; \textbf{W}, b) =
\textbf{x}* = \mathrm{argmax}_xf(\textbf{x}; \textbf{W}, b)





?
?







|
|