积分充值
 首页
前端开发
AngularDartElectronFlutterHTML/CSSJavaScriptReactSvelteTypeScriptVue.js构建工具
后端开发
.NetC#C++C语言DenoffmpegGoIdrisJavaJuliaKotlinLeanMakefilenimNode.jsPascalPHPPythonRISC-VRubyRustSwiftUML其它语言区块链开发测试微服务敏捷开发架构设计汇编语言
数据库
Apache DorisApache HBaseCassandraClickHouseFirebirdGreenplumMongoDBMySQLPieCloudDBPostgreSQLRedisSQLSQLiteTiDBVitess数据库中间件数据库工具数据库设计
系统运维
AndroidDevOpshttpdJenkinsLinuxPrometheusTraefikZabbix存储网络与安全
云计算&大数据
Apache APISIXApache FlinkApache KarafApache KyuubiApache OzonedaprDockerHadoopHarborIstioKubernetesOpenShiftPandasrancherRocketMQServerlessService MeshVirtualBoxVMWare云原生CNCF机器学习边缘计算
综合其他
BlenderGIMPKiCadKritaWeblate产品与服务人工智能亿图数据可视化版本控制笔试面试
文库资料
前端
AngularAnt DesignBabelBootstrapChart.jsCSS3EchartsElectronHighchartsHTML/CSSHTML5JavaScriptJerryScriptJestReactSassTypeScriptVue前端工具小程序
后端
.NETApacheC/C++C#CMakeCrystalDartDenoDjangoDubboErlangFastifyFlaskGinGoGoFrameGuzzleIrisJavaJuliaLispLLVMLuaMatplotlibMicronautnimNode.jsPerlPHPPythonQtRPCRubyRustR语言ScalaShellVlangwasmYewZephirZig算法
移动端
AndroidAPP工具FlutterFramework7HarmonyHippyIoniciOSkotlinNativeObject-CPWAReactSwiftuni-appWeex
数据库
ApacheArangoDBCassandraClickHouseCouchDBCrateDBDB2DocumentDBDorisDragonflyDBEdgeDBetcdFirebirdGaussDBGraphGreenPlumHStreamDBHugeGraphimmudbIndexedDBInfluxDBIoTDBKey-ValueKitDBLevelDBM3DBMatrixOneMilvusMongoDBMySQLNavicatNebulaNewSQLNoSQLOceanBaseOpenTSDBOracleOrientDBPostgreSQLPrestoDBQuestDBRedisRocksDBSequoiaDBServerSkytableSQLSQLiteTiDBTiKVTimescaleDBYugabyteDB关系型数据库数据库数据库ORM数据库中间件数据库工具时序数据库
云计算&大数据
ActiveMQAerakiAgentAlluxioAntreaApacheApache APISIXAPISIXBFEBitBookKeeperChaosChoerodonCiliumCloudStackConsulDaprDataEaseDC/OSDockerDrillDruidElasticJobElasticSearchEnvoyErdaFlinkFluentGrafanaHadoopHarborHelmHudiInLongKafkaKnativeKongKubeCubeKubeEdgeKubeflowKubeOperatorKubernetesKubeSphereKubeVelaKumaKylinLibcloudLinkerdLonghornMeiliSearchMeshNacosNATSOKDOpenOpenEBSOpenKruiseOpenPitrixOpenSearchOpenStackOpenTracingOzonePaddlePaddlePolicyPulsarPyTorchRainbondRancherRediSearchScikit-learnServerlessShardingSphereShenYuSparkStormSupersetXuperChainZadig云原生CNCF人工智能区块链数据挖掘机器学习深度学习算法工程边缘计算
UI&美工&设计
BlenderKritaSketchUI设计
网络&系统&运维
AnsibleApacheAWKCeleryCephCI/CDCurveDevOpsGoCDHAProxyIstioJenkinsJumpServerLinuxMacNginxOpenRestyPrometheusServertraefikTrafficUnixWindowsZabbixZipkin安全防护系统内核网络运维监控
综合其它
文章资讯
 上传文档  发布文章  登录账户
IT文库
  • 综合
  • 文档
  • 文章

无数据

分类

全部云计算&大数据(34)机器学习(34)

语言

全部中文(简体)(24)英语(10)

格式

全部PDF文档 PDF(34)
 
本次搜索耗时 0.020 秒,为您找到相关结果约 34 个.
  • 全部
  • 云计算&大数据
  • 机器学习
  • 全部
  • 中文(简体)
  • 英语
  • 全部
  • PDF文档 PDF
  • 默认排序
  • 最新排序
  • 页数排序
  • 大小排序
  • 全部时间
  • 最近一天
  • 最近一周
  • 最近一个月
  • 最近三个月
  • 最近半年
  • 最近一年
  • pdf文档 《Efficient Deep Learning Book》[EDL] Chapter 5 - Advanced Compression Techniques

    compressed sizes of our regular model and its 50% sparse version. We used Tensorflow's save_model() API and zipped the model files using gzip. In addition to the usual models, the figure also shows compressed compute the centroids? The objective function to optimize k-means clustering problems is the within-cluster-sum-of-squares (WCSS) metric. . Here, we are trying to find a set which has centroids , such that Update step: Compute the new centroids by computing the mean of all the points assigned to each cluster. 4. Run steps (2) & (3) until convergence. Notice that this algorithm’s runtime is not deterministic
    0 码力 | 34 页 | 3.18 MB | 1 年前
    3
  • pdf文档 TensorFlow on Yarn:深度学习遇上大数据

    降低已有tensorflow程序迁移成本:� (1)单机模式 不需要修改代码 (2)分布式模式(最多修改三行代码) cluster = !.train.ClusterSpec(json.loads(os.environ[“TF_CLUSTER_DEF”])) job_name = os.environ[“TF_ROLE”] task_index = int(os.environ["TF_INDEX"]) 设备亲和性影响较大 TensorFlow on Yarn技术细节揭秘 Yarn支持GPU调度ResourceManager端实现:� 扩展org.apache.hadoop.yarn.api.records.Resource抽象类及其实现,增加:� � public abstract int getGpuCores();� � public abstract void setGpuCores(int
    0 码力 | 32 页 | 4.06 MB | 1 年前
    3
  • pdf文档 PyTorch Tutorial

    Advantages (continued) • Which one do you think is better? PyTorch! • Easy Interface − easy to use API. The code execution in this framework is quite easy. Also need a fewer lines to code in comparison References: • For setting up jupyter notebook on princeton ionic cluster • https://oncomputingwell.princeton.edu/2018/05/jupyter-on-the-cluster/ • Best reference is PyTorch Documentation • https://pytorch
    0 码力 | 38 页 | 4.09 MB | 1 年前
    3
  • pdf文档 Lecture 7: K-Means

    classification without ground truth labels A good clustering is one that achieves: High within-cluster similarity Low inter-cluster similarity Feng Li (SDU) K-Means December 28, 2021 3 / 46 Similarity can be Subjective partition the N observations into K sets (K ≤ N) {Ck}k=1,··· ,K such that the sets minimize the within-cluster sum of squares: arg min {Ck} K � i=1 � x∈Ci ∥x − µi∥2 where µi is the mean of points in set closest cluster center (based on the smallest Euclidean distance) Ck = {xi | ∥xi − µk∥2 ≤ ∥xi − µk′∥2, for ∀k′ ̸= k} (Ck is the set of examples assigned to cluster k with center µk) Update the cluster means
    0 码力 | 46 页 | 9.78 MB | 1 年前
    3
  • pdf文档 Experiment 6: K-Means

    That is, you will compute 16 colors as the cluster centroids and replace each pixel in the image with its nearest cluster centroid color. Because computing cluster centroids on a 538x538 image would be time- computer, you will instead run K-means on the 128×128 image bird small.tiff. Once you have computed the cluster centroids on the small image, you will then use the 16 colors to replace the pixels in the large much in our example because the x and y dimensions have the same size). Your task is to compute 16 cluster centroids from this image, with each centroid being a vector of length three that holds a set of
    0 码力 | 3 页 | 605.46 KB | 1 年前
    3
  • pdf文档 机器学习课程-温州大学-Scikit-learn

    ensemble.GradientBoostingRegressor 18 2.Scikit-learn主要用法 无监督学习算法 sklearn.cluster模块包含了一系列无监督聚类算法. from sklearn.cluster import KMeans 构建聚类实例 kmeans = KMeans(n_clusters=3, random_state=0) 拟合 kmeans explained_variance_) 20 2.Scikit-learn主要用法 无监督学习算法-聚类 DBSCAN 层次聚类 谱聚类 cluster.DBSCAN cluster.AgglomerativeClustering cluster.SpectralClustering 21 2.Scikit-learn主要用法 评价指标 sklearn.metrics模块包含了一系列用于评价模型的评分函数、损失函
    0 码力 | 31 页 | 1.18 MB | 1 年前
    3
  • pdf文档 深度学习在电子商务中的应用

    行聚类, 效果不好。 利用随机过程做词 语聚类可以解决这一问题 11 具体的生成cluster的流程如图: V[i]: 为产品信息里每个词的词语向量(word vector)分数 C[i]: 为聚类(cluster)的vector分数 N: 为cluster的数目 Sim(I, j): 词语i 与cluster j的余弦相似度 Random: 生成一个0 – 1之间的随机数 基于词语聚类的矢量化模型
    0 码力 | 27 页 | 1.98 MB | 1 年前
    3
  • pdf文档 机器学习课程-温州大学-10机器学习-聚类

    Springer,2006. [9] Rosenberg A, Hirschberg J. V-Measure: A conditional entropy-based external cluster evaluation[C]// Conference on Emnlp-conll. DBLP, 2007. [10] Campello R J G B, Moulavi D, Zimek
    0 码力 | 48 页 | 2.59 MB | 1 年前
    3
  • pdf文档 机器学习课程-温州大学-01机器学习-引言

    SciPy是一款方便、易于使用、专为科学和 工程设计的Python工具包,它包括了统计 、优化、整合以及线性代数模块、傅里叶 变换、信号和图像图例,常微分方差的求 解等 scipy.cluster 向量量化 scipy.constants 数学常量 scipy.fftpack 快速傅里叶变换 scipy.integrate 积分 scipy.interpolate 插值 scipy
    0 码力 | 78 页 | 3.69 MB | 1 年前
    3
  • pdf文档 机器学习课程-温州大学-01深度学习-引言

    SciPy是一款方便、易于使用、专为科学和 工程设计的Python工具包,它包括了统计 、优化、整合以及线性代数模块、傅里叶 变换、信号和图像图例,常微分方差的求 解等 scipy.cluster 向量量化 scipy.constants 数学常量 scipy.fftpack 快速傅里叶变换 scipy.integrate 积分 scipy.interpolate 插值 scipy
    0 码力 | 80 页 | 5.38 MB | 1 年前
    3
共 34 条
  • 1
  • 2
  • 3
  • 4
前往
页
相关搜索词
EfficientDeepLearningBookEDLChapterAdvancedCompressionTechniquesTensorFlowonYarn深度学习遇上数据PyTorchTutorialLectureMeansExperiment机器课程温州大学Scikitlearn电子商务电子商务应用10聚类01引言
IT文库
关于我们 文库协议 联系我们 意见反馈 免责声明
本站文档数据由用户上传或本站整理自互联网,不以营利为目的,供所有人免费下载和学习使用。如侵犯您的权益,请联系我们进行删除。
IT文库 ©1024 - 2025 | 站点地图
Powered By MOREDOC AI v3.3.0-beta.70
  • 关注我们的公众号【刻舟求荐】,给您不一样的精彩
    关注我们的公众号【刻舟求荐】,给您不一样的精彩