Ideas for Neural Network

2016/3/4 20:44 下午 posted in  Pattern Recognition
  • Use genetic algorithm to evolve the parameters in Neural Network, to make a self-develop algorithm.
    • automatically find and make training set from search engine
    • the paremeters include:
      • learning rate
      • iteration times
      • regularization term \(\lambda\)
      • activation function
      • number of hidden layers(units)
  • About MCS, maybe we can train a model for fusion method to do the judge.