Re: [Scikit-learn-general] ELM and Deep Learning

2015-03-18 Thread Joel Nothman
There are other more specialised projects that facilitate modular neural networks. The idea in scikit-learn is to provide useful out-of-the-box components for well-established solutions to certain types of tasks that fit a simple interface. This often means limiting their flexible use from the pers

[Scikit-learn-general] ELM and Deep Learning

2015-03-18 Thread Vishwajeet Narwal
Hi, I have gone through documentation of Pull 3306. I am glad that ELM will soon be part of scikit-learn. But It is just working as an simple ML algorithm, which can be fitted to data and can predict based on the trained model. I was considering to develop something different. My plan is to implem

[Scikit-learn-general] ELM and Deep Learning

2015-03-18 Thread Vishwajeet Narwal
Thanks Joel for clarification. I have gone through documentation of Pull 3306. I am glad that ELM will soon be part of scikit-learn. But It is just working as an ML algorithm, which can be fitted to data and can predict based on the trained model. I was considering to develop something different.