摘要:
# 1. Delete local branch git branch -d your-branch # -d: Safe option that will only delete the branch if it has already been merged. # Or git branch - 阅读全文
摘要:
Embedding: An embedding is a relatively low-dimensional space into which you can translate high-dimensional vectors. Embeddings make it easier to do m 阅读全文
摘要:
Reference: https://builtin.com/artificial-intelligence/transformer-neural-network 1. Introduction A paper called “Attention Is All You Need,” publishe 阅读全文
摘要:
A Convolutional Neural Network (CNN) is a type of Deep Learning architecture commonly used for image classification and recognition tasks. It consists 阅读全文
摘要:
MAJOR version: when you make incompatible API changes MINOR version: when you add functionality in a backwards compatible manner PATCH version: when y 阅读全文