In [ ]:
for i in range(nc):
    W.append(list())
    for j in range(N):
        W[i].append(get_weights() * 0.5)