Go To English Version 超过100万源码资源,1000万源码文件免费下载
  • Neural_Networks_-_A_Comprehensive_Foundation_-_Simon_Haykin.pdf A very good textbook for researchers working on the NN theory, yet if you just want to know what is NN, it perhaps is too much for you to digest!
  • deepHAR-master ... ="/usr/lib/x86_64-linux-gnu/" # json luarocks install json # RNN support luarocks install torch luarocks install nn luarocks install dpnn luarocks install torchx luarocks install rnn # we use python3 pip3 install h5py pip3 install simplejson ...
  • jdk-8u161-windows-x64 ... ]) y=tf.placeholder("float", [None,2]) W=tf.Variable(tf.zeros([25,2])) b=tf.Variable(tf.zeros([2])) actv= tf.nn.softmax(tf.matmul(x,W)+b) cost=tf.reduce_mean(-tf.reduce_sum(y*tf.log(actv), reduction_indices=1)) learning_rate=0.01 optm= tf.train ...
  • SQL数据库分割拆分工具 SQL数据库分割拆分工具,体积小,非常好用,可以把大SQL文件自动分割成不同大小文件,方便导入数据库,文件大小可以自己设定,一般虚拟主机数据库导入限制2-8MB, 几百MB数据库没法一次导入,可以用这个分割成NN个,然后一个个导入
  • 指纹定位算法仿真matlab代码 算法是建立在离线传播模型下,不考虑多径效应,反射,折射等对信号强度有损耗的情况,算法中选用了NN, KNN, WKNN等几种常用的指纹定位算法。
  • 指纹定位算法仿真matlab代码 算法是建立在离线传播模型下,不考虑多径效应,反射,折射等对信号强度有损耗的情况,算法中选用了NN, KNN, WKNN等几种常用的指纹定位算法。
  • matlab 深度学习工具箱 matlab中深度学习的工具箱,有SAE DBN CAE CNN NN
  • 指纹定位算法仿真matlab代码 算法是建立在离线传播模型下,不考虑多径效应,反射,折射等对信号强度有损耗的情况,算法中选用了NN, KNN, WKNN等几种常用的指纹定位算法。
  • Deep Learning Based Communication Over the Air ... also entails the issue of receiver synchronization. We overcome this problem by introducing a frame synchronizationmodule based on another NN. A comparison of the BLER performance of the “learned” system with that of a practical baseline shows competitive ...
  • 正则表达式整理 x 字符 x \\ 反斜线字符 \0n 带有八进制值 0 的字符 n (0 <= n <= 7) \0nn 带有八进制值 0 的字符 nn (0 <= n <= 7) \0mnn 带有八进制值 0 的字符 mnn(0 <= m <= 3、0 <= n <= 7) \xhh 带有十六进制值 0x 的字符 hh \uhhhh 带有十六进制值 0x 的字符 hhhh \t 制表符 ('\u0009')