vue-backpropagation-exercise

0.1.1 • Public • Published

Vue Backpropagation Exercise

Build Status

This vue component packages an interactive web based exercise about visually retracing the backpropagation steps performed when training neural nets. See a live demo.

npm install --save vue-backpropagation-exercise

Screenshot

Configuration

Add the component to your Vue project (this assumes typescript is used):

import VueBackpropagationExercise, {
  BackpropGraph
} from "vue-backpropagation-exercise";
 
@Component({
  components: {
    VueBackpropagationExercise
  }
})
export default class App extends Vue {}

Use props to configure the component

<vue-backpropagation-exercise
    :data="netTree"
    :func="netFunc"
    :debug="true"
    :submissionValidator="handleSubmit"
    editable="w_1"
    lang="en"
/>

For an example configuration, see src/App.vue.

Development

  • To set up:

    npm install
    
  • Compiles and hot-reloads for development:

    npm run serve
    
  • Compiles and minifies for production:

    npm run build
    
  • Run your unit tests:

    npm run test:unit
    
  • Lints and fixes files

    npm run lint
    

Versions

Current Tags

VersionDownloads (Last 7 Days)Tag
0.1.60next
0.1.13latest

Version History

VersionDownloads (Last 7 Days)Published
0.1.60
0.1.50
0.1.40
0.1.30
0.1.20
0.1.13

Package Sidebar

Install

npm i vue-backpropagation-exercise

Weekly Downloads

3

Version

0.1.1

License

MIT

Unpacked Size

7.64 MB

Total Files

10

Last publish

Collaborators

  • intoai