Reading Time: 8 minutes Hi guys, it’s been a while. Lately, I’ve been working on some OCR projects in which I got to write C++ for most of the time. Speaking of C++, a language that can blow your whole leg off, though the high performance is intriguing, the whole process of environment setting – configuring – compiling might be unnecessarily daunting, especially to those who have no experience with compiled languages like C or C++. That being said, in …
Category: NLP
Reading Time: 8 minutes Hello everyone. It is now the greatest time of the year and here we are today, ready to to be amazed by Deep Learning. Last time, we have gone through a neural …
Reading Time: 8 minutes Hello guys, spring has come and I guess you’re all feeling good. Today, let’s join me in the journey of creating a neural machine translation model with attention mechanism by using the …
Reading Time: 7 minutes This week's topic is about Tensorflow Datasets (tensorflow_datasets), a new Tensorflow's package that I have tried out recently. This package may be the perfect solution which can eliminate all the pain you …
Reading Time: < 1 minute 皆様、こんにちは。Tranです。日本に来てからそろそろ5年間が経つところで、毎日の仕事で日本語を使っているのですが、日本語でブログを書くのは初めてです。さて、今回のトピックについてなんですけれども、最近出てきたtensorflow_datasetsをしばらく使ってみたので、勉強したことを共有したいと思います。
Reading Time: 3 minutes Hello everyone, I'm back. Welcome to the third post of Neural Machine Translation with Tensorflow (NMTwT) series. In previous posts, we walked through the data preparation and model creation, which is great …
Reading Time: 4 minutes What's up everybody. Welcome back to the Neural Machine Translation with Tensorflow series. Last time, we went through the process of creating the input pipeline using the tf.data API. Today, I'm gonna …
Reading Time: 3 minutes Hello everyone, I hope that you're all doing good. The weather is great this morning, so let's sit down to write some code. Today, I want to talk about one of the …
Reading Time: 3 minutes Hello guys! Here we are again to have some fun with deep learning. As of the previous post, we trained a model to generate text with Tensorflow. Today, I am gonna show …
Reading Time: 5 minutes Hello everyone, this is my very first blog on my new site. I will use this site for all of my future posts, which of course will be mostly about Deep Learning. …
Follow Me On