首页
学习
活动
专区
圈层
工具
发布
    • 综合排序
    • 最热优先
    • 最新优先
    时间不限
  • 来自专栏sringboot

    python 实现Web版股票行情界面

    # pd.rolling_mean(df_stockload.Close,window=60) dates = df_stockload.index.strftime('%Y-%m-%d') indic_name_list = ['Ma20','Ma30','Ma60'] for indic_ma in indic_name_list: line.add(indic_ma, dates, df_stockload [indic_ma].tolist(),is_smooth=True,yaxis_min=0.9*min(df_stockload["Low"]))#is_smooth 平滑曲线显示 line.show_config = ['Ma20','Ma30','Ma60'] for indic_ma in indic_name_list: line.add(indic_ma, dates, df_stockload [indic_ma].tolist(),is_smooth=True) bar = Bar() volume_rise=[df_stockload.Volume[x] if df_stockload.Close

    9K10发布于 2019-11-01
  • [tesseract-ocr][原创]tesseract训练lstm模型报错:LSTM: Training - Error msg - Encoding of string failed!

    . - There is an un-represented Indic grapheme/aksara in the text.

    17110编辑于 2025-07-19
  • 来自专栏arXiv每日学术速递

    金融/语音/音频处理学术速递[7.16]

    audio pre-trained model which learns cross lingual speech representations from raw audio across 23 Indic $23$ languages and almost 10,000 hours of audio data to facilitate research in speech recognition for Indic of the art systems will be created using the self supervised approach, especially for low resources Indic audio pre-trained model which learns cross lingual speech representations from raw audio across 23 Indic of the art systems will be created using the self supervised approach, especially for low resources Indic

    76930发布于 2021-07-27
  • 来自专栏北京马哥教育

    11 个鲜为人知的 Linux 命令

    . |-- Desktop |-- Documents | `-- 37.odt |-- Downloads | |-- attachments.zip | |-- ttf-indic-fonts _0.5.11_all.deb | |-- ttf-indic-fonts_1.1_all.deb | `-- wheezy-nv-install.sh |-- Music |-- Pictures

    2K60发布于 2018-05-03
  • 图解python | 运算符

    TXTAI代码解释lst=[1,2,3]print(3inlst)#Trueprint(4notinlst)#Truedic={'name':'Python','age':30}print('name'indic )#Trueprint(30indic)#False(判断的是键)七、身份运算符(判断内存地址)判断两个变量是否指向「同一个内存对象」,返回布尔值。

    28610编辑于 2026-01-01
  • 来自专栏流川疯编写程序的艺术

    intel-hadoop/HiBench流程分析----以贝叶斯算法为例

    HashMap<Long, Double>(); for (int i = 0; i < datas.length; i++) { Long indic datas[i]._1(); Double value = datas[i]._2(); if (vector.containsKey(indic )) { vector.put(indic, value + vector.get(indic)); } else { vector.put(indic, value); } } Long[] indices = new Long

    1.3K10发布于 2019-01-18
  • 来自专栏数据派THU

    独家 | XGBoost介绍:用监督学习来预测期望寿命

    dictionary[k][indicator] = v except: print("failed with key: "+k+" on "+indicator) indic 'Vulnerable employment (% of total employment)', ] for indicator in indicators: add_indicator_to(indic final_df = pd.DataFrame(indic).transpose() 2. 特征相关性分析 假设我所选取的特征适合回归分析,但是这种假设只是基于我的个人直觉。

    1.7K31发布于 2019-07-08
  • 来自专栏完美Excel

    Excel应用实践22: 比较并合并工作表

    rng1.Cells(5) Next rng1 '输出数据到相应的单元格 i = i + 1 For Each rng2 Indic1

    1.1K20发布于 2019-10-22
  • 来自专栏arXiv每日学术速递

    人工智能学术速递[9.8]

    与现有的预训练模型不同,indibart利用Indic脚本之间的拼写相似性来改进相似Indic语言之间的迁移学习。我们评估了两个NLG任务:神经机器翻译(NMT)和极端概括。 IndicBART模型在麻省理工学院许可下可在https://indicnlp.ai4bharat.org/indic-bart . Different from existing pre-trained models, IndicBART utilizes the orthographic similarity between Indic scripts to improve transfer learning between similar Indic languages. The IndicBART model is available under the MIT license at https://indicnlp.ai4bharat.org/indic-bart .

    1.2K20发布于 2021-09-16
  • 来自专栏arXiv每日学术速递

    自然语言处理学术速递[9.8]

    与现有的预训练模型不同,indibart利用Indic脚本之间的拼写相似性来改进相似Indic语言之间的迁移学习。我们评估了两个NLG任务:神经机器翻译(NMT)和极端概括。 IndicBART模型在麻省理工学院许可下可在https://indicnlp.ai4bharat.org/indic-bart . Different from existing pre-trained models, IndicBART utilizes the orthographic similarity between Indic scripts to improve transfer learning between similar Indic languages. The IndicBART model is available under the MIT license at https://indicnlp.ai4bharat.org/indic-bart .

    1.2K20发布于 2021-09-16
  • 来自专栏大数据杂货铺

    独一无二的雪花

    从那里只需遍历每个特征,搜索不是完全相同的图像的最相似图像,并将结果存储在列表中: distance_list = [] for x in range((b5c3_index.ntotal): dist, indic = get_most_similar(b5c3_index, all_b5c3_features[x:x+1]) distance_list.append([x, dist, indic])

    75300编辑于 2022-03-29
  • 来自专栏爱可生开源社区

    故障分析 | 一条 SELECT 语句跑崩了 MySQL ,怎么回事?

    # 完整的SQL语句: SELECT 'testPA' AS INDIC_KEY, A.CUST_NO AS OBJ_KEY, CASE WHEN B.CUST_NO IS NULL THEN 1

    2.3K40编辑于 2022-08-02
  • 来自专栏Cell的前端专栏

    python 实训总结Ⅱ

    MPL_Panel_Base,Loop_Panel_Base from StockDataMod import GetStockDatPro from IndicatStrateMod import Excave_Indic_Base self.butNum],'#0f0ff0',linewidth=1.0) dispCont_List = [] examp_trade= Excave_Indic_Base

    1.5K30编辑于 2022-02-25
  • 来自专栏arXiv每日学术速递

    自然语言处理学术速递[7.16]

    updated, and welcomes inputs from the community. 【2】 CLSRIL-23: Cross Lingual Speech Representations for Indic audio pre-trained model which learns cross lingual speech representations from raw audio across 23 Indic $23$ languages and almost 10,000 hours of audio data to facilitate research in speech recognition for Indic of the art systems will be created using the self supervised approach, especially for low resources Indic

    79860发布于 2021-07-27
  • 来自专栏乐沙弥的世界

    oracle imp导入时出现skipping table

    HAS_RECEIVING_BANK" IS 'Flag indic" "ates whether relate to a receiving bank'" "COMMENT ON COLUMN

    1K10发布于 2018-08-13
  • 来自专栏bit哲学院

    python 之 string() 模块

    U+0660, ARABIC-INDIC DIGIT ZERO. 2. string formatting(格式) 2. string formatting(格式) 2. string formatting

    69120发布于 2021-01-14
  • 来自专栏Adobe系列

    AE安装AE下载Ae多版本下载-Adobe After Effects版本介绍干货分享

    还有更多功能,包括通过Mac软件导出动画GIF,改进MENA和Indic文本。 安装步骤↓↓↓ 2、正在解压文件,请稍等。。。 3、双击进入解压好的文件夹。

    3.4K20编辑于 2023-02-23
  • 来自专栏python3

    Python 字符串扩展

    U + 0660,ARABIC-INDIC DIGIT ZERO。

    1.3K10发布于 2020-01-08
  • 来自专栏全栈程序员必看

    java native2ascii的用法介绍

    EUC encoding, Simplified Chinese GBK GBK GBK, Simplified Chinese ISCII91 ISCII91 ISCII91 encoding of Indic

    96910编辑于 2022-10-02
  • 来自专栏深度学习自然语言处理

    NlPS2022 | 自然语言处理相关论文分类整理

    Parallel Data Balanced in Gender within Occupations Multilingual Abusive Comment Detection at Scale for Indic

    2.5K20编辑于 2022-10-11
领券