我设置了一个3层神经网络,它有2个隐藏层,但是当我尝试实现梯度检查时,我得到了我的max_weigh = 1,这意味着我的backprop中有一些错误。这是我的backprop函数,我真的需要一些帮助 我的代码有问题吗? 谢谢!
$cats = get_the_terms( $post_id, 'tribe_events_cat' );
$term = get_term( $cats[1], $taxonomy ); // Getting the 2nd term item
$name = $term->name; //Getting names of terms