Feature functions in neuralnet() now take in 2 parameters: a list of examples and a boolean flag for if it's being used for training.
Added svm_factory.py to test out if SVMs can help with our classification at all. I'm not very experienced in ML, so this may be a bad idea, in which case we can just delete it.
joal()
toneuralnet()
neuralnet()
now take in 2 parameters: a list of examples and a boolean flag for if it's being used for training.svm_factory.py
to test out if SVMs can help with our classification at all. I'm not very experienced in ML, so this may be a bad idea, in which case we can just delete it.