Graph

https://en.wikipedia.org/wiki/Graph_(discrete_mathematics) https://algs4.cs.princeton.edu/41graph https://au.mathworks.com/help/matlab/math/directed-and-undirected-graphs.html https://mathinsight.org/definition/undirected_graph https://medium.com/basecs/a-gentle-introduction-to-graph-theory-77969829ead8 https://www.jsums.edu/nmeghanathan/files/2015/05/CSC434-Fall2014-Module-1-Graph-Theory-Basics.pdf

Barrage Relay Networks

[1] T. R. Halford and K. M. Chugg, “Barrage Relay Networks,” in 2010 Information Theory and Applications Workshop (ITA), Jan. 2010, pp. 1–8. doi: 10.1109/ITA.2010.5454129. [2] T. R. Halford, K. M. Chugg, and A. Polydoros, “Barrage relay networks: System & protocol design,” in 21st Annual IEEE International Symposium on Personal, Indoor and Mobile Radio Communications, ... Read More

IBM Quantum Platorm – Upgraded

https://www.ibm.com/quantum/blog/iqp-upgrade https://quantum.cloud.ibm.com/docs/en/migration-guides/classic-iqp-to-cloud-iqp New version of IBM Quantum Platformhttps://quantum.cloud.ibm.com/ https://quantum.cloud.ibm.com/docs/en/guides/cloud-setup Major Differences:https://quantum.cloud.ibm.com/docs/en/migration-guides/classic-iqp-to-cloud-iqp#major-differences

Gradient Descent

Iterative process: Goal of gradient descent: MINIMIZE the cost function (error between predicted and actual value) Requirements: a Learning Rate and the direction where to go. Terms: Types of Gradient Descents: https://www.ibm.com/think/topics/gradient-descent Linear Regression: Gradient Descent (One of the best source)https://developers.google.com/machine-learning/crash-course/linear-regression/gradient-descentMath behind gradient descent: https://sebastianraschka.com/faq/docs/gradient-optimization.html https://www.khanacademy.org/math/multivariable-calculus/applications-of-multivariable-derivatives/optimizing-multivariable-functions/a/what-is-gradient-descent https://www.geeksforgeeks.org/gradient-descent-algorithm-and-its-variants https://en.wikipedia.org/wiki/Gradient_descent

Privacy in ML

What is DP? What is privacy in first place? What do we refer to privacy in ML? What is the main difference between: PCA and PCA DP? Same with SGD vs SGD DP? Why do we need DP? What are the problems in Machine Learning in terms of privacy? How to quantify privacy? Loss of ... Read More

VENV virtual environment

python -m venv venv Windows PS: .\venv\Scripts\Activate.ps1Mac OS: source venv/bin/activateLinus: https://docs.python.org/3/library/venv.html

Satellite matlab – Examples

Satellite Constellation Access to Ground Station https://au.mathworks.com/help/satcom/ug/satellite-constellation-access-to-groundstation.html This is summary note from above link reference: https://au.mathworks.com/help/satcom/ug/satellite-constellation-access-to-groundstation.html [Images are generated locally in Matlab] Objective:The scenario analyzes when a constellation of 40 low-Earth orbit satellites can photograph a specific geographical site located at 42.3001 degrees North and 71.3504 degrees West. Each satellite has an onboard conical sensor ... Read More
error: