Have you heard about In-Memory Computing Summit (IMCS) before? I had not.
When I searched a conference that is appropriate to submit talk proposal, I found it.
[Read More]
On the other day, I had a chance to try ECS (Amazon EC2 Container Service). ECS is a container management service provides by AWS. Though I heard about it and thought it must be useful, there were some points to be cared as usual. This is the note for the...
[Read More]
Mock server which handles HTTP request is useful component for testing HTTP client library.
Since it emulates the handling logic of HTTP request artificially, we can verify our HTTP client without
relying external service.
[Read More]
From TensorFlow 0.12, it provides the functionality for visualizing embedding space of data samples. It’s useful for checking the cluster in embedding by your eyes. Embedding means the way to project a data into the distributed representation in a space. This technique is often used NLP method and famous by...
[Read More]