May 26, 2019
Transformer
Copyright 2019 The TensorFlow Authors.1234567891011#@title Licensed under the Apache License, Version 2.0 (the "License");# you may not use this f ...
Read more
January 6, 2019
GAN
CNN
Copyright 2018 The TensorFlow Authors.Licensed under the Apache License, Version 2.0 (the “License”).
DCGAN: An example with tf.keras and eager ...
Read more
January 6, 2019
CNN
Neural Style Transfer with tf.keras Run in Google Colab View source on GitHub
OverviewIn this tutorial, we will learn how to use de ...
Read more
December 31, 2018
bayesian-methods
GP
Gaussian processes and Bayesian optimizationIn this assignment you will learn how to use GPy and GPyOpt libraries to deal with gaussian processes. ...
Read more
December 31, 2018
bayesian-methods
VAE
Variational AutoencoderIn this assignment, you will build Variational Autoencoder, train it on the MNIST dataset, and play with its architecture a ...
Read more
December 31, 2018
bayesian methods
MCMC
Using PyMC3In this assignment, we will learn how to use a library for probabilistic programming and inference called PyMC3.
InstallationLibraries ...
Read more
December 31, 2018
bayesian-methods
EM
Expectation-maximization algorithmIn this assignment, we will derive and implement formulas for Gaussian Mixture Model — one of the most commonly ...
Read more
December 31, 2018
pandas
基本数据集操作(1)读取 CSV 格式的数据集12pd.read_csv('csv_file')pd.read_excel('excel_file')
(2)将 DataFrame 直接写入 CSV 文件1df.to_csv("data.csv", sep=",", index=False) ...
Read more
December 31, 2018
Hexo
github.io
Create github io repoGithub provides free host for the blog. Simply follow instructions to create a repository naming .github.io
Get Hexo ReadyI u ...
Read more
December 31, 2018
about-me
OverviewYan Zhao is currently working as a data scientist at Boeing company, he got his master degree in Carnegie Mellon University, School of Com ...
Read more