代码搜索结果
找到约 10,000 项符合
J 的代码
j
ok
PWD=/home/kev/01051312/01051312
ok
PWD=/home/kev/01051312/01051312
j
% gradient checking for W1
delta = 1e-8;
num_dE_dW1 = zeros(size(W1));
for j = 1:length(W1(:));
new_W1 = W1;
new_W1(j) = new_W1(j)+delta;
new_X1 = tanh([X0 one]*new_W1);
new_X2 = ta
j
#! /bin/ksh
# Velocity analyses for the cmp gathers
set -x
SCRATCH=/scratch/jkc/Nmodata
# Determine velocity sampling.
nv=100 dv=50.0 fv=4000.0
# Do the velocity analyses.
##for cdp in 1500 2000 25