Deep Learning_ Natural Language Processi.epub - (EPUB全文下载)
文件大小:0.18 mb。
文件格式:epub 格式。
书籍内容:
Deep Learning: Natural Language Processing in Python
Word2Vec and Word Embeddings in Python and Theano
By: The LazyProgrammer (
https://lazyprogrammer.me
)
Introduction
Chapter 1: Word Embeddings
Chapter 2: TF-IDF with t-SNE Experiment
Chapter 3: Word2Vec Simple Bigram Prediction
Chapter 4: CBOW and Skip-Gram
Chapter 5: Negative Sampling
Chapter 6: Word2Vec in Numpy
Chapter 7: Word2Vec in Theano
Conclusion
Introduction
Word2Vec is a set neural network algorithms that have gotten a lot of attention in recent years as part of the re-emergence of deep learning in AI.
The idea that one can represent words and concepts as vectors is not new. The ability to do it effectively and generate noteworthy results is.
Word2Vec algorithms are especially interesting because they allow us to perform arithmetic on the word vectors that yield both surprising and satisfying results. We call these “word analogies”.
Some popular word analogies Word2Vec is capable of finding:
“King” is to “Man” as “Queen” is to “Woman”.
“France” is to “Paris” as “Italy” is to “Rome”.
“December” is to “November” as “July” is to “June”.
Not only can we cluster similar words together, we can make all these clusters have the same “structure”, all by using Word2Vec.
Word2Vec was created by a team led by Tomas Mikolov at Google and has many advantages over earlier algorithms that attempt to do similar things, like Latent Semantic Analysis (LSA) or Latent Semantic Indexing (LSI).
In this book we cover various popular flavors of the Word2Vec algorithm, including CBOW (continuous bag-of-words), skip-gram, and negative sampling.
I show you both their derivations in math (you’ll see that if you already are familiar with deep learning concepts, there is no new math to be learned), and how to implement them in code.
Whereas implementation in Numpy is just the straightforward application of the equations in code, Theano is a bit more complex because it requires new array-slicing techniques, namely running gradient descent on only a part of a matrix. It’s not straightforward, but I walk you through all the bits and pieces required to understand the full implementation.
Amazingly, all the technologies we discuss in this book can be downloaded and installed for FREE. That means all you need to invest after purchasing this book is your effort and your time. The only prerequisites are that you are comfortable with Python , Numpy, and Theano coding and you know the basics of deep lear ............
书籍插图:
以上为书籍内容预览,如需阅读全文内容请下载EPUB源文件,祝您阅读愉快。
书云 Open E-Library » Deep Learning_ Natural Language Processi.epub - (EPUB全文下载)