码迷,mamicode.com
首页 >  
搜索关键字:you are required to    ( 29866个结果
Datawhale-新闻文本分类-task4-基于深度学习的文本分类1-fastText
1. fasttext 参数含义 - input # training file path (required) 训练文件路径(必须)<br> - lr # learning rate [0.1] 学习率 default 0.1<br> - dim # size of word vectors [1 ...
分类:其他好文   时间:2020-07-28 00:30:47    阅读次数:122
mysql主从复制(mariadb)
主机: master:192.168.199.231 slave:192.168.199.231 maste和slave都安装mariadb yum install mariadb mariadb-server systemctl start mariadb #启动mariadb systemctl ...
分类:数据库   时间:2020-07-28 00:24:02    阅读次数:78
HDU 2846 Repository
When you go shopping, you can search in repository for avalible merchandises by the computers and internet. First you give the search system a name ab ...
分类:其他好文   时间:2020-07-27 09:29:30    阅读次数:82
Nump库的基本使用
Nump库的基本使用 库的导入 PyCharm file - Setting - Project interpreter - + - (Searh what you need) - Install Package 多维数组 import numpy as np a = np.array([[1, 2 ...
分类:其他好文   时间:2020-07-26 18:58:40    阅读次数:65
ubuntu使用命令apt-get install出现的问题
E: Could not open lock file /var/lib/dpkg/lock - open (13: Permission denied)E: Unable to lock the administration directory (/var/lib/dpkg/), are you  ...
分类:系统相关   时间:2020-07-26 15:56:12    阅读次数:98
0154. Find Minimum in Rotated Sorted Array II (H)
Find Minimum in Rotated Sorted Array II (H) 题目 Suppose an array sorted in ascending order is rotated at some pivot unknown to you beforehand. (i.e., [ ...
分类:其他好文   时间:2020-07-26 15:29:37    阅读次数:58
Shortest Distance
题目描述 The task is really simple: given N exits on a highway which forms a simple cycle, you are supposed to tell the shortest distance between any pair ...
分类:其他好文   时间:2020-07-26 15:22:02    阅读次数:59
AXI协议
AXI协议中用到的一些术语 AXI Transaction:the complete set of required operations on the AXI bus form the AXI Transaction AXI Burst:any required payload data is t ...
分类:其他好文   时间:2020-07-26 01:33:58    阅读次数:109
29 类中的函数重载
1. 函数重载的回顾 同一个函数名定义不同函数(互不相同的函数,共享一个函数名) (1)函数重载的本质为相互独立的不同函数 (2)C++中通过函数名和函数参数确定函数调用,函数名和参数列表组成唯一的标识 (3)无法直接通过函数名得到重载函数的入口地址 重载函数的入口地址不同 (4)函数重载必然发生在 ...
分类:其他好文   时间:2020-07-26 01:26:00    阅读次数:60
Some features we need to keep in mind about the implementation of QuickSort algorithm
In this note,you will not find the concept of QS and the method of how to compute the cost of time and space of this algorithm。This page will not refe ...
分类:其他好文   时间:2020-07-26 01:23:01    阅读次数:76
29866条   上一页 1 ... 46 47 48 49 50 ... 2987 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!