groupElements.select("#weight0Value")
      .text(function (d) {
        return "W" + (d.outputIndex + 1) + "," + (d.inputIndex + 1)
      })