📄 neural_net.json
/home/palash/git/iron_learn/data/neural_net.json
Language: json • Lines: 11
 {
    "m": 4,
    "n": 2,

    "m_test": 4,

    "x": [0, 0, 0, 1, 1, 0, 1, 1],
    "y": [0, 1, 1, 0],
    "x_test": [0, 0, 0, 1, 1, 0, 1, 1],
    "y_test": [0, 1, 1, 0]
  }