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

    Differential privacy

    Lecture 22: Differential privacy -for differential privacy, understand what information is being protected

    34010发布于 2021-05-20
  • 来自专栏CS学习笔记

    差分隐私(Differential Privacy)

    差分隐私技术是最近研究比较多的一种保护方法,其思想是在数据的采集或发布前,对数据进行扰动(Perturbation)添加噪声,从而可以隐藏真实数据,避免具有背景知识的攻击者通过猜测,获取隐私信息。差分隐私保护技术给出了数据隐私保护程度及数据可用性之间的严格数学定义模型:

    9.1K32发布于 2020-08-11
  • 来自专栏图灵技术域

    差分进化算法 (Differential Evolution)概述

    DE算法简介 Differential Evolution(DE)是由Storn等人于1995年提出的,和其它演化算法一样,DE是一种模拟生物进化的随机模型,通过反复迭代,使得那些适应环境的个体被保存了下来 DE算法-作者网站: http://www1.icsi.berkeley.edu/~storn/code.html • 维基百科资料库  : https://en.wikipedia.org/wiki/Differential_evolution

    2.2K20发布于 2021-05-21
  • 来自专栏软件研发

    进化算法中的差分进化算法(Differential Evolution)

    引言差分进化算法(Differential Evolution,DE)是一种全局优化算法,可用于解决复杂的优化问题。它源于遗传算法和进化策略,通过模拟自然界中的进化过程来搜索最优解。 , bounds, population_size=50, max_generations=100, crossover_rate=0.7, differential_weight=0.5): # = 0.5# 执行差分进化算法best_solution, best_fitness = differential_evolution(rastrigin, bounds, population_size , max_generations, crossover_rate, differential_weight)# 输出结果print("最优解:", best_solution)print("最优适应度 (population, fitness_func, bounds, max_generations=100, crossover_rate=0.7, differential_weight=0.5):

    2.4K10编辑于 2023-09-29
  • 来自专栏懒人开发

    (9.1)James Stewart Calculus 5th Edition:Modeling with Differential Equations

    ---- General Differential Equations 一般微分方程 In general, a differential equation is an equation that contains

    86340发布于 2018-09-12
  • 来自专栏AI科技评论

    学界 | NIPS2018最佳论文解读:Neural Ordinary Differential Equations

    AI 科技评论按:不久前,NeurIPS 2018 在加拿大蒙特利尔召开,在这次著名会议上获得最佳论文奖之一的论文是《Neural Ordinary Differential Equations》,论文地址 来源:https://towardsdatascience.com/paper-summary-neural-ordinary-differential-equations-37c4e52df128

    3.2K20发布于 2019-01-09
  • 顶刊方法补充---最关键的空间细胞通讯(visium、CODEX)

    Level# Calculate differential interaction scores and produce resulting differential interaction networkk_differential_interaction_scores rm(differential_interaction_score_matrix)}rm(differential_interaction_scores,differential_interaction_network networks with -log10(p values) for visualization k_differential_pvalue_color <- k_differential_interaction_colork_differential_pvalue_scores ] <- differential_pvalue_scores k_differential_pvalue_network[[as.character(interaction_k)]] <- differential_pvalue_network rm(differential_pvalue_score_matrix)}rm(differential_pvalue_scores,differential_pvalue_network)# Plot

    36520编辑于 2025-03-21
  • 来自专栏全栈程序员必看

    PCIE接口定义[通俗易懂]

    Differential Signaling. HSIp(1) Receiver Lane 1, Differential pair 22 GND Ground HSIn(1) 23 HSOp(2) Transmitter Lane 2, Differential (5) Receiver Lane 5, Differential pair 40 GND Ground HSIn(5) 41 HSOp(6) Transmitter Lane 6, Differential (5) Receiver Lane 5, Differential pair 40 GND Ground HSIn(5) 41 HSOp(6) Transmitter Lane 6, Differential Lane 14, Differential pair 77 GND Ground HSIn(14) 78 HSOp(15) Transmitter Lane 15, Differential pair

    4.5K12编辑于 2022-08-14
  • 来自专栏Apache IoTDB

    列式存储的起源:DSM

    Differential File 首先介绍一个概念,叫 Differential File(差异文件,参考《Differential Files: Their Application to the Maintenance 简单介绍一下 Differential File的优势: (1) 在没有Differential File 时,要想防止磁盘损坏导致数据丢失,需要定期全量备份数据库,而有了 Differential File ,只需要一次全量,后边只增量备份 Differential File 就可以了。 通过增量备份很小的 Differential File,则可以避免这个限制。 解法是在备份时维护一个 differential-differential file,即在当前备份状态(原文件-差异文件)上的差异文件。

    2.6K10发布于 2020-09-27
  • pcb layout 基本规则

    Differential Pair 用最小间距平行走线.且同层  5 clk 与高速信号线(1394,usb 等)间距要大于50mil.2. VGA:基本走线要求:  1. 2 Net: RX,TX:必须differential pair 绕线4.1394:基本走线要求:  1. Differential pair 绕线,同层,平行,不要跨切割.  2. USB:基本走线要求:  1 Differential pair 绕线,同层,平行,不要跨切割.  2 同一组线,必须绕在一起6. CPU-NB (AGTL):基本走线要求:  1. STB N/P(+/-) Differential Pair 绕线  5 VIA 类型为VIA267. CPU-SB:基本走线要求:  1. NB-AGP:基本走线要求:  1.同组同层或同组不同层走线,绕线须同组绕在一起  2.绕线时,同一NET 间距不小于四倍线寛  3.STB +/- Differential Pair 绕线.  4 在

    38210编辑于 2024-11-28
  • 来自专栏小明的数据分析笔记本

    转录组数据下游分析神器~3DRNAseq

    论文 3D RNA-seq: a powerful and flexible tool for rapid and accurate differential expression and alternative of RNA-seq data for biologists 本地论文 3D RNA seq a powerful and flexible tool for rapid and accurate differential v=rqeXECX1-T4 这里的3D 指的是 differential gene/transcript expression differential alternative splicing differential

    1.2K51编辑于 2022-02-21
  • 来自专栏单细胞天地

    RNAvelocity10 : scVelo应用—微分动力学

    [7]: var_names = ['Tmsb10', 'Fam155a', 'Hn1', 'Rpl6'] scv.tl.differential_kinetic_test(adata, var_names kinetics finished (0:00:00) --> added 'fit_diff_kinetics', clusters displaying differential kinetics (adata.var) 'fit_pval_kinetics', p-values of differential kinetics (adata.var) outputs (adata, var_names=top_genes, groupby='clusters') testing for differential kinetics finished (0:00 ', p-values of differential kinetics (adata.var) 特别是在不同于主要的细胞类型 - 如 Cck/Tox、GABA、内皮细胞和微胶质细胞中,更常见。

    57010发布于 2021-10-09
  • 来自专栏木宛城主

    SharePoint 2013 Backup Farm Automatically With a Powershell and Windows Task Schedule

    Backup-SPFarm -BackupMethod Full -Directory D:\backup And to Backup the farm a differential backup,you Backup-SPFarm -BackupMethod Differential -Directory D:\backup So Let's Create two PowreShell Script File ,One for the full backup and another for the differential backup. Directory D:\backup Save the file and name SPFarmFullBackup.ps1 Step 2:Create a PowerShell for the differential Microsoft.SharePoint.PowerShell Set-ExecutionPolicy -ExecutionPolicy Unrestricted -Force Backup-SPFarm -BackupMethod Differential

    83370发布于 2018-01-11
  • 来自专栏星流全栈

    Meteor React Native 三连发!

    这三篇Meteor React Native文章来自Differential,一个专注Meteor应用开发的工作室。 Easily Connect React Native to a Meteor Server http://blog.differential.com/easily-connect-react-native-to-a-meteor-server Meteor Authentication from React Native http://blog.differential.com/meteor-authentication-from-react-native Password Hashing for Meteor React Native http://blog.differential.com/password-hashing-for-meteor-react-native

    68230发布于 2018-06-01
  • 来自专栏sukuna的博客

    The Abstract Of Mathematical Analysis I

    Differential calculus Definition 0 The number is called the derivative of the function at . Definition 2 The function of Definition 1, which is linear in , is called the differential of the It can then be seen from the definition of the differential that the mapping The derivative of an inverse function If a function is differentiable at a point x0 and its differential is invertible at that point, then the differential of the function inverse to exists at the point and is the mapping

    37820编辑于 2022-12-08
  • 来自专栏算法工程师的学习日志

    四阶龙格库塔(Runge-Kutta)求解微分方程-多种编程语言

    h); return 0; } C: // C program to implement Runge Kutta method #include<stdio.h> // A sample differential h)); return 0; } Java: // Java program to implement Runge Kutta method import java.io.*; class differential double rungeKutta(double x0, double y0, double x, double h) { differential d1 = new differential of x x0 = x0 + h; } return y; } public static void main(String args[]) { differential d2 = new differential(); double x0 = 0, y = 1, x = 2, h = 0.2; System.out.println("\nThe

    1.4K50编辑于 2022-12-16
  • 来自专栏数据魔术师

    强化学习读书笔记(11)| On-policy Control with Approximation

    state value 的函数逼近思想扩展到action value上,然后将这些思想扩展到 on-policy GPI过程中,用ϵ-greedy来选择action,最后针对continuing任务,对包含differential n-step Differential Semi-gradient Sarsa ? ? 实例:An Access-Control Queuing Task 这是一系列决策任务。 differential semi-gradient Sarsa state-action function ? differential semi-gradient Sarsa ? 可视化 ? 结果: ? 首先,对episodic问题进行了简单扩展,然后对连续问题,先介绍了average-reward setting 和 differential value function。

    99810发布于 2019-10-18
  • 来自专栏机器学习、深度学习

    人群计数--Switching Convolutional Neural Network for Crowd Counting

    我们采用和 文献【19】一样的方法生成密度真值图,使用 Gaussian geometry-adaptive kernels Switch-CNN 的训练包括三个步骤: pretraining, differential Differential Training differential training generates three disjoint groups of training patches Switch Training The classifier is trained on the labels of multichotomy generated from differential

    2.4K70发布于 2018-01-03
  • 来自专栏YoungGy

    ML基石_HW0

    algebra rank inverse eigenvalueseigenvectors singular value decomposition PDPSD inner product calculus differential and partial differential chain rule gradient and Hessian taylors expansion optimization vector calculus -0.375 0.250 ] eigenvalues/eigenvectors singular value decomposition PD/PSD inner product calculus differential and partial differential chain rule gradient and Hessian taylor’s expansion optimization vector calculus

    66320发布于 2019-05-26
  • 来自专栏生信技能树

    RNAvelocity10 : scVelo应用—微分动力学

    [7]: var_names = ['Tmsb10', 'Fam155a', 'Hn1', 'Rpl6'] scv.tl.differential_kinetic_test(adata, var_names kinetics finished (0:00:00) --> added 'fit_diff_kinetics', clusters displaying differential kinetics (adata.var) 'fit_pval_kinetics', p-values of differential kinetics (adata.var) outputs (adata, var_names=top_genes, groupby='clusters') testing for differential kinetics finished (0:00 ', p-values of differential kinetics (adata.var) 特别是在不同于主要的细胞类型 - 如 Cck/Tox、GABA、内皮细胞和微胶质细胞中,更常见。

    50210发布于 2021-10-12
领券