ADAshutosh Dasinashu-dev.hashnode.dev·Jul 12, 2021 · 1 min readMachine learning : How to represent data?Machine Learning : Representation In order to train a model, you must choose the set of features that best represent the data. Feature engineering means transforming raw data into a feature vector. A lot of time is put into feature programming for ma...00
ADAshutosh Dasinashu-dev.hashnode.dev·Jul 5, 2021 · 2 min readJava : Doc comments best practicesTo document API properly, must precede every exported class, interface, constructor, method, and field declaration with a doc comment. Document the serialized form if a class is serializable. Public classes should not use default constructors because...00