Getting Started Building (Old Version) Caffe in Conda A note of problems and solutions to compilation of an old version of caffe to verify 3Dpose_ssl project. Sakuragawa Error 24 Dec 2019 · 9 min read
nn.Module: Network Construction Background To define our network, we should succeed class nn.Module and implement the function forward. We put all the layers we want in the function __init__() and define how Sakuragawa Error 3 Oct 2019 · 2 min read
Argparse To use argparse module, we should only know a few functions. 1.Creating a parser parser = argparse.ArgumentParser(description='Head pose estimation using the Hopenet network.') 1.1.Function Sakuragawa Error 29 Sep 2019 · 2 min read
History of Deepfake Media Detection Abstract In 2017, Reddit user "deepfakes" posted several porn videos on the Internet which were not real, having been created with artificial intelligence. Deepfake is a portmanteau of "deep learning" Sakuragawa Error 5 Sep 2019 · 5 min read
Machine Learning TensorFlow Implementation of DQN for Atari Games Introduction Configuration win64+Python 3.7+Pycharm+OpenAI gym Prior knowledge In paper PlayingAtariwithDeepReinforcementLearning [https://www.cs.toronto.edu/~vmnih/docs/dqn.pdf], the author illuminates why he introduces deep Sakuragawa Error 24 Aug 2019 · 7 min read
Machine Learning Some TFlearn Introduction In this post, I'd like to record my experience of studying TFlearn. Ingredient To build a functional network, we should know how a convolutional layer is created and initialized. Sakuragawa Error 21 Aug 2019 · 3 min read
Machine Learning Environment Error in OpenAI gym[atari] with Pycharm Environment Win64 + Pycharm + Python 3.7 + OpenAI gym Error 1. Install problem When I run OpenAI Atari [https://github.com/openai/gym#atari] in Pycharm, I first install Atari as Sakuragawa Error 19 Aug 2019 · 4 min read