UNPKG

@webwriter/neural-network

Version:

Deep learning visualization for feed-forward networks with custom datasets, training and prediction.

31 lines (29 loc) 746 B
<!DOCTYPE html> <html encoding="utf8"> <head> <title>WebWriter Deep Learning</title> <script src="app.js" type="module"></script> <link rel="stylesheet" href="style.css" type="text/css"></script> <style> html, body { margin: 0; padding: 0; } </style> </head> <body> <webwriter-neural-network></webwriter-neural-network> <form autocomplete="off" style="position: fixed; top: 0; left: 0; padding: 10px" > <input type="checkbox" id="editableInput" onchange="document.querySelector('webwriter-neural-network').toggleAttribute('contenteditable')" /> <label for="editableInput">editable</label> </form> </body> </html>