Hello from Russia! Almost completed the program, trained, saved the file net.Save ("skynet.ann"); , but I can’t understand how to download the training results back to NeuralNet. net = new NeuralNet (NetworkType.LAYER, num_layers, num_input, num_neurons_hidden, num_output); net.CreateFromFile ("skynet.ann"); // Error CS1061 'NeuralNet "does not contain a definition for" CreateFromFile "and could not find an extension method" CreateFromFile "that takes the type" NeuralNet "as the first argument (possibly...