- Sort Score
- Result 10 results
- Languages All
Results 1 - 10 of 136 for deng (0.27 sec)
-
lib/subutil/src/main/java/com/blankj/subutil/util/PinyinUtils.java
yi mi shi guan meng zhong zui yuan ming kou none fu xie mi bing dong tai gang feng bing hu chong jue hu kuang ye leng pan fu min dong xian lie xia jian jing shu mei shang qi gu zhun song jing liang qing diao ling dong gan jian yin cou ai li cang ming zhun cui si duo jin lin lin ning xi du ji fan fan fan feng ju chu none feng none none fu feng ping feng kai huang...
Java - Registered: 2023-03-17 00:33 - Last Modified: 2019-07-15 18:15 - 129.1K bytes - Viewed (0) -
ios/Flutter/flutter_export_environment.sh
#!/bin/sh # This is a generated file; do not edit or check into version control. export "FLUTTER_ROOT=/Users/xj.deng/development/flutter" export "FLUTTER_APPLICATION_PATH=/Users/xj.deng/alibaba/xj_fluttergo/flutter-go" export "FLUTTER_TARGET=lib/main.dart" export "FLUTTER_BUILD_DIR=build" export "SYMROOT=${SOURCE_ROOT}/../build/ios" export "FLUTTER_FRAMEWORK_DIR=/Users/xj.deng/development/flutter/bin/cache/artifacts/engine/ios-release" export "FLUTTER_BUILD_NAME=1.0.6"
Shell Script - Registered: 2023-03-19 04:32 - Last Modified: 2019-10-31 03:53 - 510 bytes - Viewed (0) -
LICENSES/vendor/github.com/daviddengcn/go-colortext/LICENSE
= vendor/github.com/daviddengcn/go-colortext licensed under: = BSD License =========== Copyright (c) 2016, David Deng All rights reserved. Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: * Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer.
Plain Text - Registered: 2023-03-15 01:37 - Last Modified: 2020-05-08 04:49 - 2.7K bytes - Viewed (0) -
android/key.properties
storePassword=fluttergo123 keyPassword=fluttergo123 keyAlias=key
Properties - Registered: 2023-03-19 04:32 - Last Modified: 2019-04-22 09:20 - 97 bytes - Viewed (0) -
homeassistant/components/abode/translations/lb.json
Json - Registered: 2023-02-26 14:57 - Last Modified: 2020-12-02 19:51 - 1.2K bytes - Viewed (0) -
lib/widgets/elements/Frame/Align/Align/demo.dart
/// Author: xiaojia.dxj /// Date: 2018/11/22 /// Email: ******@****.*** /// LastUpdateTime: 2018/11/22 /// LastUpdateBy: xj.deng /// Describle:Align描述 import 'package:flutter/widgets.dart'; class AlignAlignment extends StatelessWidget { final Alignment status; final String dec; const AlignAlignment(this.status, this.dec) : super(); @override Widget build(BuildContext context) { return Container(
Plain Text - Registered: 2023-03-19 04:32 - Last Modified: 2019-11-07 17:30 - 1.4K bytes - Viewed (0) -
lib/widgets/elements/Frame/Box/ConstrainedBox/demo.dart
/// Author: xiaojia.dxj /// Date: 2018/11/22 /// Email: ******@****.*** /// LastUpdateTime: 2018/11/22 /// LastUpdateBy: xj.deng /// Describle:ConstrainedBox描述 import 'package:flutter/material.dart'; import 'package:flutter/widgets.dart'; class ConstrainedBoxCreate extends StatelessWidget { final double currWidth; final String describe; const ConstrainedBoxCreate({Key key, this.currWidth, this.describe})
Plain Text - Registered: 2023-03-19 04:32 - Last Modified: 2019-11-07 17:30 - 1.2K bytes - Viewed (0) -
lib/widgets/elements/Frame/Layout/Container/demo.dart
/// Author: xiaojia.dxj /// Date: 2018/11/22 /// Email: ******@****.*** /// LastUpdateTime: 2018/11/22 /// LastUpdateBy: xj.deng /// Describle:Colum describe import 'package:flutter/material.dart'; import 'package:flutter/widgets.dart'; class ContainerDefault extends StatelessWidget { @override Widget build(BuildContext context) { return Column( children: <Widget>[ Center( child: Container(
Plain Text - Registered: 2023-03-19 04:32 - Last Modified: 2019-11-07 17:30 - 1.8K bytes - Viewed (0) -
lib/widgets/elements/Frame/Box/FittedBox/demo.dart
/// Author: xiaojia.dxj /// Date: 2018/12/2 /// Email: ******@****.*** /// LastUpdateTime: 2018/12/2 /// LastUpdateBy: xj.deng /// Describle:FittedBox import 'package:flutter/material.dart'; import 'package:flutter/widgets.dart'; class FittedBoxDefault extends StatelessWidget { final BoxFit curfit; final String dec; FittedBoxDefault({Key key, this.curfit, this.dec}); @override
Plain Text - Registered: 2023-03-19 04:32 - Last Modified: 2019-11-07 17:30 - 1.2K bytes - Viewed (0) -
ch16_自然语言处理(NLP)/第十六章_NLP.md
在语音识别方面,从20世纪80年代初到2010年前后近30年,利用基于 HMM 与高斯混合模型相结合的统计生成模型,以及其推广的各种版本(Baker et al. 2009a,b; Deng and O’Shaughnessy 2003; Rabiner and Juang 1993)的统计生成模式。泛化 HMM 的许多版本都是基于统计和神经网络的隐动态模型(Deng 1998; Bridle et al. 1998; Deng and Yu 2007)。前者采用 EM 和 switching extended Kalman filter 算法学习模型参数(Ma and Deng 2004; Lee et al. 2004),后者采用反向传播(Picone et al. 1999),两者都广泛地利用多个潜在层表示法进行语音分析的生成过程。将这种“深度”生成过程转化为端到端过程的对应方案,导致了深度学习的工业化成功(Deng et al. 2010, 2013; Hinton et al. 2012) ,从而形成了第三波浪潮的驱动力。 ### 第三波浪潮:深度学习
Plain Text - Registered: 2023-03-19 15:33 - Last Modified: 2018-11-23 07:00 - 17.4K bytes - Viewed (0)