|
|
|
|
|
by eftychis
3531 days ago
|
|
I agree with posts above. Diving straight into 'practice' in statistics (and other fields e.g. cryptography being the most notorious) leaves you open to a great many of pitfalls. Best case you will be inefficient with your approaches. Your examples may work, a couple of testing sets giving you high confidence, and then you attempt to use it in the wild and everything falls apart. At the same time machine learning is a lot about data cleaning, bootstrapping, picking the right algorithm with mininum iteration, minimizing your iteration cycle as much as possible etc which you don't gain until you actually mess around and get your hands dirty. Plus there are little implementation tidbits specific to each project. |
|