- https://medium.com/@Intellica.AI/aspect-based-sentiment-analysis-everything-you-wanted-to-know-1be41572e238
- https://towardsdatascience.com/attn-illustrated-attention-5ec4ad276ee3
- https://monkeylearn.com/blog/aspect-based-sentiment-analysis/
- https://arxiv.org/pdf/1805.01984.pdf
- https://arxiv.org/pdf/1605.08900.pdf
- https://www.analyticsvidhya.com/blog/2019/11/comprehensive-guide-attention-mechanism-deep-learning/
- https://deepai.org/machine-learning-glossary-and-terms/softmax-layer
- https://machinelearningmastery.com/cross-entropy-for-machine-learning/
- https://en.wikipedia.org/wiki/Backpropagation
View Aspect Based Sentiment Analysis.md
View vsCodeExtensions.md
List of VS Code Extensions I use daily!
- aaron-bond.better-comments
- ChakrounAnas.turbo-console-log
- CoenraadS.bracket-pair-colorizer-2
- DavidAnson.vscode-markdownlint
- dbaeumer.vscode-eslint
- eamodio.gitlens
- esbenp.prettier-vscode
- firefox-devtools.vscode-firefox-debug
- [GitHub.vscode-pull-request-github](https://marketplace.visualstudio.com/ite
View starship.toml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Uses Nerd Font symbols, won't appear on GitHub! I use CaskaydiaCove NF. | |
[aws] | |
symbol = " " | |
[battery] | |
full_symbol = " " | |
charging_symbol = " " | |
discharging_symbol = " " | |
[[battery.display]] |