Software¶
Code¶
NN Calculator
is written in TypeScript using d3.js and Plotly.js.
It is built on top of the GitHub project called
Tensorflow
Playground with
extensions to simulate
new input features and 2D dot patterns
inefficiency of data encoding in neural networks of varying capacity
input data poisoning (referred to as Trojans)
planting, activating, and defending against checksum-based backdoors in activation functions of neural networks (referred to as cryptographic architectural backdoors).
Development¶
To run the web application:
npm i (to install dependencies)
npm run build (to compile the app and place it in the dist/ directory)
npm run serve (to serve from the dist/ directory and open a page on your browser)
run npm run serve-watch (to edit-refresh when developing).