https://codeahoy.com/2017/08/11/caching-strategies-and-how-to-choose-the-right-one/ https://shahriar.svbtle.com/Understanding-writethrough-writearound-and-writeback-caching-with-python https://yunpengn.github.io/blog/2019/05/04/consistent-redis-sql/ https://www.reddit.com/r/AskComputerScience/comments/bqrt4a/write_around_cache/eo783s4/ https://medium.com/system-design-blog/what-is-caching-1492abb92143
Category Archives: Machine Leanring
transactions-when-writing-to-Transactions when writing to two or more different data-storages
not sure whether this is the correct answer, but this is something I can find: https://stackoverflow.com/questions/16441645/transactions-when-writing-to-two-or-more-different-data-storages
how to create new user for mysql database and connected through workbench
https://stackoverflow.com/questions/39281594/error-1698-28000-access-denied-for-user-rootlocalhost the change I made is to replace auth_socket with this will allow to type password. I found through the auth_socket, no password is needed in terminal, but i cannot use it to connect through workbench.
understand cost function
cost function for logistic regression and softmax regression http://deeplearning.stanford.edu/tutorial/supervised/SoftmaxRegression/
download pptx from coursera
use coursera-dl coursera-dl -u username -p password –cauth fromcookie -f “pptx ppt pdf” –specialization deep-learning coursera-dl -u username -p password –cauth fromcookie -f “pptx ppt pdf” machine-learning https://github.com/coursera-dl/coursera-dl https://github.com/coursera-dl/coursera-dl/issues/773
coursera deep learning course data
there are large files (>100M), which can not be downloaded from coursera directly. found they’re available here: https://github.com/kotestyle/deep-learning-coursera
Word2Vec skip-gram model
Besides Andrew Ng’s lecture, a good discussion can be found here: https://towardsdatascience.com/word2vec-skip-gram-model-part-1-intuition-78614e4d6e0b https://towardsdatascience.com/word2vec-skip-gram-model-part-2-implementation-in-tf-7efdf6f58a27