摘要:
Suppose that we model each class density as multivariate Gaussian, in practice we do not know the parameters of the Gaussian distributions, and will n 阅读全文
摘要:
The hidden neurons act as feature detectors; as such, they play a critical role in the operation of a multiplayer perceptron. As the learning process 阅读全文
摘要:
import pandas as pd import os if __name__ == '__main__': Path = 'c:\checklog' dfs = [] for dir_path, dir_names, file_names in os.walk(Path): for f in 阅读全文