Skip to content

Duong's Blog

About technology stuff that piqued my interest

  • English
  • Vietnamese
  • About me

Category: English

  • Home
  • English

Create adversarial example with Tensorflow

January 16, 2022February 2, 2022 duongnt.bkLeave a Comment on Create adversarial example with Tensorflow

An adversarial example is a data point specifically crafted to fool a deep learning model. Today, we will use Tensorflow and FSGM to create one such example.

English, Python adversarial-example, deep-learning, python, TensorFlow

Utilize fast feature extraction to speed up model training

January 11, 2022February 2, 2022 duongnt.bk1 Comment on Utilize fast feature extraction to speed up model training

It’s very time-consuming to train a deep learning model without a GPU. In that case, we can use fast feature extraction to speed up the training process.

English, Python deep-learning, fast-feature-extraction, python

Auto hyperparameters tuning with KerasTuner

January 7, 2022February 2, 2022 duongnt.bk1 Comment on Auto hyperparameters tuning with KerasTuner

Tuning hyperparameters for a deep learning model can be tendious. Fortunately, we can automate part of the tuning process with KerasTuner.

English, Python deep-learning, kerastuner, python

Synchronization with Interlocked in C#

December 27, 2021December 29, 2021 duongnt.bk3 Comments on Synchronization with Interlocked in C#

The most common way to synchronize threads in C# .NET is using the lock keyword. But in many situations, the Interlocked class can provide superior performance.

C#, English C#, performance, synchronization

Mixin and multiple inheritance in Python

December 20, 2021December 20, 2021 duongnt.bk1 Comment on Mixin and multiple inheritance in Python

A mixin is a small class, whose purpose is to extend the functionality of other classes. It’s a useful tool to take advantage of multiple inheritance in Python.

English, Python inheritance, mixin, python

Store training data in HDF5 format with h5py

December 14, 2021February 2, 2022 duongnt.bk1 Comment on Store training data in HDF5 format with h5py

Sometimes, our training dataset is too big to fit into memory. The HDF5 format can help us access data from disk as fast and efficiently as possible.

English, Python deep-learning, hdf5, python

Amazon SQS based services integration – Part two

December 4, 2021December 5, 2021 duongnt.bk2 Comments on Amazon SQS based services integration – Part two

To continue from the last article, today we will explore a hypothetical scenario and see how a SQS-based messaging solution works in practice.

English message queue, sqs

Amazon SQS based services integration – Part one

November 25, 2021March 29, 2022 duongnt.bk1 Comment on Amazon SQS based services integration – Part one

Message queue help us integrate services written in different languages. And Amazon SQS makes working with message queue easy.

C#, English C#, message queue, sqs

How to read Numpy files in C# with NumSharp

November 17, 2021December 6, 2022 duongnt.bk3 Comments on How to read Numpy files in C# with NumSharp

There are many library to support scientific computing in C#. One of them is NumSharp, a port of Numpy in C#. Today, we will use it to read Numpy files.

C#, English, Python C#, numpy, python

Customize OpenAPI Generator with Mustache template

October 31, 2021October 31, 2021 duongnt.bkLeave a Comment on Customize OpenAPI Generator with Mustache template

The OpenAPI Generator tool can help us generating API clients from the OpenAPI Spec. But what if we want to add some modification? Enter the Mustache template.

C#, English api, C#, Mustache, openapi generator

Posts navigation

Older posts
Newer posts
Copyright © 2025 Duong's Blog All rights reserved. Theme: Flash by ThemeGrill. Powered by WordPress