Macでブログを作成するためにhugoのインストールから公開までの作業手順について

hugoを導入するにあたってのメモ

ブログを静的ジェネレータであるHugoを使って作成し、 Netlifyを使ってデプロイする。

環境

  • Mac OS Big Sur

ローカルの作業

hugoのインストール

brew install hugo

hugoでプロジェクトの作成

hugoで任意の名前のプロジェクトを作成する。 今回は"quickstart"とした。

[Read More]

Using Google colaboratory to learn how Word2Vec works and models

**

Let’s start with Word2Vec.**

word2vec is a model that can learn the semantic vectors of words from unlabeled text are.

Dealing with word vectors allows for applications such as word similarity calculation and clustering, and BERT. And BERT, an extension of that technology, is also used in Google’s search service.

It’s hard to understand the concept.

But are you struggling to learn about word2vec? It’s hard to understand the concept because it’s not something you’re familiar with.

[Read More]