最新 最热

HDOJ 1390 Binary Numbers(进制问题)

Problem Description Given a positive integer n, find the positions of all 1’s in its binary representation. The position of the least significant bit is 0.

2021-01-21
0

HDOJ 1196 Lowest Bit(二进制相关的简单题)

Problem Description Given an positive integer A (1 <= A <= 100), output the lowest bit of A.

2021-01-21
0

​LeetCode刷题实战96:不同的二叉搜索树

https://leetcode-cn.com/problems/unique-binary-search-trees/

2021-01-19
0

Nature | 细胞表面蛋白阵列调控细胞反应

当细胞通过其表面的受体与环境相互作用时,受体可以与激素、神经递质、药物和毒素结合,从而触发细胞内部的信号传递。现在,蛋白质已经被设计成蜂巢结构,可以阻断这些与活细胞的相互作用,而不被活细胞吸收。这些特制的蛋白贴...

2021-01-18
0

研究生必备最强文献下载神器——SCI-HUB客户端!

最近因为在准备开题,所以需要看很多论文。但是好多文献发现下载不了,有好多下载还要钱,这个难倒我了。

2020-11-26
1

细数nn.BCELoss与nn.CrossEntropyLoss的区别

以前我浏览博客的时候记得别人说过,BCELoss与CrossEntropyLoss都是用于分类问题。可以知道,BCELoss是Binary CrossEntropyLoss的缩写,BCELoss CrossEntropyLoss的一个特例,只用于二分类问题,而CrossEntropyLoss可以用于二...

2020-11-05
0

读写二进制文件与文本文件

文件分为两类:二进制文件和文本文件。所有数据在计算机中均以二进制形式存在,这里所说的二进制和文本是以程序解释文件数据的方式来区分的。

2020-11-03
1

可视化理解 Binary Cross-Entropy

如果你正在训练一个二分类器,很有可能你正在使用的损失函数是二值交叉熵/对数(binary cross-entropy / log)。

2020-10-30
0

在python下实现word2vec词向量训练与加载实例

项目中要对短文本进行相似度估计,word2vec是一个很火的工具。本文就word2vec的训练以及加载进行了总结。

2020-10-29
1

codeforce 1311E. Construct the Binary Tree (构造,就是个模拟)

ACM思维题训练集合 You are given two integers n and d. You need to construct a rooted binary tree consisting of n vertices with a root at the vertex 1 and the sum of d...

2020-10-29
0