YAN's BLOG

transformer

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

dcgan

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

neural-style-trans

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

Bayesian Methods GP

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

Bayesian Methods VAE

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

Bayesian Methods MCMC

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

Bayesian Methods EM

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

Pandas Cheetsheet

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

How to create Github IO blog

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

About Me

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
Prev Next