AI-For-Beginners
AI-For-Beginners copied to clipboard
12 Weeks, 24 Lessons, AI for All!
[EmbeddingsPyTorch.ipynb](https://github.com/microsoft/AI-For-Beginners/blob/main/lessons/5-NLP/14-Embeddings/EmbeddingsPyTorch.ipynb) `train_loader = torch.utils.data.DataLoader(train_dataset, batch_size=16, collate_fn=offsetify, shuffle=True) train_epoch_emb(net,train_loader, lr=4, epoch_size=25000)` AttributeError Traceback (most recent call last) [/Users/mouseart/OneDrive/book/AI-For-Beginners-Code/lessons/5-NLP/14-Embeddings/EmbeddingsPyTorch.ipynb](https://file+.vscode-resource.vscode-cdn.net/Users/mouseart/OneDrive/book/AI-For-Beginners-Code/lessons/5-NLP/14-Embeddings/EmbeddingsPyTorch.ipynb) 单元格 37 line 2 [1](vscode-notebook-cell:/Users/mouseart/OneDrive/book/AI-For-Beginners-Code/lessons/5-NLP/14-Embeddings/EmbeddingsPyTorch.ipynb#X51sZmlsZQ%3D%3D?line=0) train_loader = torch.utils.data.DataLoader(train_dataset, batch_size=16, collate_fn=offsetify, shuffle=True) ----> [2](vscode-notebook-cell:/Users/mouseart/OneDrive/book/AI-For-Beginners-Code/lessons/5-NLP/14-Embeddings/EmbeddingsPyTorch.ipynb#X51sZmlsZQ%3D%3D?line=1)...
https://github.com/microsoft/AI-For-Beginners/blob/main/lessons/3-NeuralNetworks/04-OwnFramework/lab/MyFW_MNIST.ipynb The file mentioned in the following code in this notebook: `/main/data/mnist.pkl.gz` does not exist in this project. `!rm *.pkl` `!wget https://raw.githubusercontent.com/microsoft/AI-For-Beginners/main/data/mnist.pkl.gz` `!gzip -d mnist.pkl.gz`
I am NOT a developer and I am trying to follow the AI for Beginners course. I have done everything possible to follow the instructions to execute the code included...
As mentioned in `Perceptron.ipynb`, the gradient descent algorithm comes with a learning rate. However there is no learning rate in the `train` function.
lessons\3-NeuralNetworks\03-Perceptron running MNIST = pickle.load(mnist_pickle) results in 5 with gzip.open('../03-Perceptron/mnist.pkl.gz', 'rb') as mnist_pickle: 6 ----> 7 MNIST = pickle.load(mnist_pickle) 8 UnicodeDecodeError: 'ascii' codec can't decode byte 0x90 in position 614:...
https://github.com/microsoft/AI-For-Beginners/blob/main/lessons/2-Symbolic/MSConceptGraph.ipynb Unable to function properly I tried running in VS Code environment https://github.com/microsoft/AI-For-Beginners/blob/main/lessons/2-Symbolic/MSConceptGraph.ipynb The first paragraph of code for: ``` import urllib import json import ssl def http(x): ssl._create_default_https_context =...
I followed the same instructions at: https://microsoft.github.io/AI-For-Beginners/etc/how-to-run This command took hours to execute and then failed after having successfully completed other steps: conda env create --name ai4beg --file .devcontainer/environment.yml Error...
"You can run this documentation offline by using [Docsify](https://docsify.js.org/#/). Fork this repo, [install Docsify](https://docsify.js.org/#/quickstart) on your local machine, and then in the etc/docsify folder of this repo, type docsify serve....
I want to remove the existing practice content so I can try writing by myself from scratch.
Snyk has created this PR to upgrade vue-i18n from 8.22.2 to 8.28.2. See this package in npm: https://www.npmjs.com/package/vue-i18n See this project in Snyk: https://app.snyk.io/org/swadhinbiswas/project/c1bd4019-564f-4a70-b38f-b99d91c469a9?utm_source=github&utm_medium=referral&page=upgrade-pr