christianbuck / miniNN

Small and simple neural network implementation for research
0 stars 0 forks source link

Sparse != Binary #5

Open hosang opened 11 years ago

hosang commented 11 years ago

At the moment the sparse corpus is also a binary corpus (all features are either 0 or 1). I guess we should extend it to being able to handle the current data format and also the libsvm format, so you can add values for the features.