issues
search
amithgopi
/
CPU-Branch-Prediction-and-Cache-Replacement-using-ML-and-RL
2
stars
1
forks
source link
Branch Prediction
#2
Open
amithgopi
opened
2 years ago
amithgopi
commented
2 years ago
[x] Better strategy to update weights and biases in backpropagation.
abhijaypandit
commented
2 years ago
worked out the math for backpropagation using
tanh activation
and
hinge loss
.
working on code implementation. (how I wish we could use high level APIs
sigh
)
abhijaypandit
commented
2 years ago