logo
publist
写文章

简介

该用户还未填写简介

擅长的技术栈

可提供的服务

暂无可提供的服务

Cross Entropy (Loss)

Cross Entropyhttps://en.wikipedia.org/wiki/Cross_entropyCross Entropy Losshttps://towardsdatascience.com/cross-entropy-loss-function-f38c4ec8643eA Gentle Introduction to Cross-Entropy for Machine Lear

#深度学习#算法
C++中iostream.clear()的用法

from:https://www.cnblogs.com/tonglingliangyong/p/3908463.html我们谈谈cin.clear的作用,第一次看到这东西,很多人以为就是清空cin里面的数据流,而实际上却与此相差很远,首先我们看看以下代码:#include<iostream>usingnamespacestd;intmain(){inta;cin>>a;.

#c++
Automatic Differentiation

For beginners, the most daunting aspect of deep learning algorithms is perhaps Back-Propagations (BP) which require derivations of some highly complex mathematical expressions.Luckily when actually im

文章图片
#深度学习#算法
Numpy and SIMD

Numpy is by its design a SIMD structure, which is best examplified by the list indexing feature:python - How to filter numpy array by list of indices? - Stack Overflowfilter_indices = [1,3,5]np.array(

#python#硬件架构#性能优化
到底了