Getting Started 24 December 2019 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.
3 October 2019 nn.Module: Network Construction BackgroundTo define our network, we should succeed class nn.Module and implement the function forward. We put all the layers we want in the function
29 September 2019 Argparse To use argparse module, we should only know a few functions. 1.Creating a parserparser = argparse.ArgumentParser(description='Head pose estimation using the Hopenet network.
5 September 2019 History of Deepfake Media Detection AbstractIn 2017, Reddit user "deepfakes" posted several porn videos on the Internet which were not real, having been created with artificial intelligence. Deepfake is a
Machine Learning 24 August 2019 TensorFlow Implementation of DQN for Atari Games IntroductionConfigurationwin64+Python 3.7+Pycharm+OpenAI gym Prior knowledgeIn paper PlayingAtariwithDeepReinforcementLearning, the author illuminates why he introduces deep learning into reinforcement learning (RL). The author
Machine Learning 21 August 2019 Some TFlearn IntroductionIn this post, I'd like to record my experience of studying TFlearn. IngredientTo build a functional network, we should know how a convolutional layer is
Machine Learning 19 August 2019 Environment Error in OpenAI gym[atari] with Pycharm EnvironmentWin64 + Pycharm + Python 3.7 + OpenAI gym Error1. Install problemWhen I run OpenAI Atari in Pycharm, I first install Atari as below: pip install 'gym[