Category: ব্লগ । Blog

ব্লগ । Blog

Misc. Optimization Resources

L0 Norm, L1 Norm, L2 Norm & L-Infinity Norm https://medium.com/@montjoile/l0-norm-l1-norm-l2-norm-l-infinity-norm-7a7d18a4f40c *** Iterative Solutions of Linear Systems https://www.math.uh.edu/~jingqiu/math4364/iterative_linear_system.pdf *** How statistical Norms improve modeling https://towardsdatascience.com/norms-penalties-and-multitask-learning-2f1db5f97c1f Project Example: Optimization: http://www.cs.cmu.edu/~aarti/Class/10725_Fall17/past_projects.html https://web.stanford.edu/class/ee392o/#projects https://ece.uwaterloo.ca/~ece602/Projects/2017/Project21/main.html Area and Project Example: http://www.ece.tufts.edu/ee/194CO/project_14.pdf Sensor and Optimization: Could be a good read. http://homepages.rpi.edu/~mitchj/phdtheses/daryn/ramsdd.pdf ***. ***. *** Note: Older short-notes from this site are posted …

Continue reading

Part -1 : Bootstrapping, Bagging, Random Forests

What is a Classification Tree: www.solver.com › classification-tree Classification Tree | solver A Classification tree labels, records, and assigns variables to discrete classes. A Classification tree can also provide a measure of confidence that the classification is correct. A Classification tree is built through a process known as binary recursive partitioning. Pros and Cons of …

Continue reading

KL Divergence: Entropy: Cross Entropy: Example Use Cases. Equations as well.

KL Divergence in Picture and Examples “Kullback–Leibler divergence is the difference between the Cross Entropy H for PQ and the true Entropy H for P.” [1] “And this is what we use as a loss function while training Neural Networks. When we have an image classification problem, the training data and corresponding correct labels represent …

Continue reading

Misc. : Classifier Performance and Model Selection

Cross Validation: ” en.wikipedia.org Cross–validation is a resampling procedure used to evaluate machine learning models on a limited data sample. The procedure has a single parameter called k that refers to the number of groups that a given data sample is to be split into. As such, the procedure is often called k-fold cross–validation.May 23, …

Continue reading

NLP : AI and ML

Feature Selection " Filter Methods Wrapper Methods Embedded Methods Feature Selection Checklist Do you have domain knowledge? Are your features commensurate? Do you suspect interdependence of features? If "Weka: “Feature Selection to Improve Accuracy and Decrease Training Time“. Scikit-Learn: “Feature Selection in Python with Scikit-Learn“. R: “Feature Selection with the Caret R Package“" " Reference …

Continue reading

Misc. Optimization:

"Linear programming (LP, also called linear optimization) is a method to achieve the best outcome (such as maximum profit or lowest cost) in a mathematical model whose requirements are represented by linear relationships. en.wikipedia.org › wiki › Linear_programming Linear programming – Wikipedia " "Branch and bound (BB, B&B, or BnB) is an algorithm design paradigm …

Continue reading

Misc Basic Statistics for Data Science

Hypergeometric Distribution “In probability theory and statistics, the hypergeometric distribution is a discrete probability distribution that describes the probability of successes (random draws for which the object drawn has a specified feature) in draws, without replacement, from a finite population of size that contains exactly objects with that feature, wherein each draw is either a …

Continue reading

The Kalman Filter: Theory : Example: Equations: Applications

The Kalman Filter: An algorithm for making sense of fused sensor insight “The Kalman filter is relatively quick and easy to implement and provides an optimal estimate of the condition for normally distributed noisy sensor values under certain conditions. Mr. Kalman was so convinced of his algorithm that he was able to inspire a friendly …

Continue reading

Why You Don’t Need to Be Bezos to Worry About Spyware

Why You Don’t Need to Be Bezos to Worry About Spyware " 5. Could that happen to me? Yes, but the likelihood of that varies greatly. If you are a lawyer, journalist, activist or politician in possession of sensitive data, or an enemy of a regime that has little regard for human rights, you could …

Continue reading

Misc. Math. Data Science. Machine Learning. Optimization. Vector, PCA, Basis, Covariance

Misc. Math. Data Science. Machine Learning. Optimization. Vector, PCA, Basis, Covariance Orthonormality: Orthonormal Vectors “In linear algebra, two vectors in an inner product space are orthonormal if they are orthogonal and unit vectors. A set of vectors form an orthonormal set if all vectors in the set are mutually orthogonal and all of unit length. …

Continue reading