codingecho

日々の体験などを書いてます

Entries from 2017-10-01 to 1 month

How to find out bottlenecks in HTTP server and MySQL

I participated in ISUCON for the first time. I acquired some knowledge to find out bottleneck in HTTP server and MySQL. Our team used alp for HTTP response analysis and pt-query-digest for MySQL slow query analysis. I try to introduce thes…

I implemented GANs

I implemented GANs(Generative Adversarial Networks) because I want to learn about GANs with TensorFlow. I referred to here. And this is my code implemented GANs. This code almost same what I referred. My GANs repeatedly learn with MNIST ha…