We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Install must be added for XOR notebook in order to run on Google Colab.
%pip install aitk --quiet
Change line 2 to :
import aitk.networks #aitk.networks.__version__
Additionally the block of code in line 16 has some issues which I was not able to fix:
for epoch, weights in net.get_weights_from_history(): net.set_weights(weights) net.predict_pca(inputs, scale=.5, colors=["r", "b", "b", "r"], sizes=300) input("Epoch %s" % epoch)
For more comments see Google Colab XOR Notebook.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Install must be added for XOR notebook in order to run on Google Colab.
Change line 2 to :
Additionally the block of code in line 16 has some issues which I was not able to fix:
For more comments see Google Colab XOR Notebook.
The text was updated successfully, but these errors were encountered: