Full Stack
-
Deep Reinforcement Learning
2021-07-02
(D)RL RL is one of AI methods The main characters of RL are the agent and the environment.…
-
Proximal Policy Gradient
2021-07-02
Policy Gradient Consider a stochastic, parameterized policy, $$\pi_{\theta}$$.…
-
Posterior Probability
2021-06-30
P(x|θ): direct probability It gives the probability of contingent events (i.…
-
Regression using Neural Network in Keras (Boston, Hyderabad dataset)
2021-06-26
[Case1] Boston Housing Price Dataset 0) Set Random Seed for Later Reproducibility #https://keras.…
-
Image Recognition (MNIST dataset) in Keras
2021-06-24
Image Recognition (MNIST dataset) in Keras # tensorflow random seed set to reproduce later import tensorflow as tf #tf.…
-
Deep Learning for Time Series
2021-06-21
-
Arrays 1. Dutch Flag Partition
2021-06-15
-
Arrays.6 Buy and Sell a Stock Once
2021-06-15
-
Arrays.7 Buy and Sell a Stock Twice
2021-06-15
-
Greedy.2 Schedule to minimize waiting time
2021-06-14