What is Transformer? October 3, 2024October 4, 2024 by ComputingNotes Used by: Primary Innovations: Key Terms: Visual Explaination: Example:https://aws.amazon.com/what-is/transformers-in-artificial-intelligence/ References:
Matlab Basics June 21, 2024June 21, 2024 by ComputingNotes https://au.mathworks.com/help/satcom/gs/get-started-with-satellite-link-budget-app.html https://au.mathworks.com/help/satcom/gs/model-and-visualize-satelliteScenario.html https://au.mathworks.com/help/satcom/ref/satcom.satellitescenario.transmitter.html https://au.mathworks.com/help/satcom/ref/satellitelinkbudgetanalyzer-app.html
Socket Programming Python June 5, 2024June 5, 2024 by ComputingNotes https://builtin.com/data-science/python-socket
Qiskit Primitives May 15, 2024May 15, 2024 by ComputingNotes https://docs.quantum.ibm.com/api/qiskit/primitives
Socket Programming April 26, 2024April 26, 2024 by ComputingNotes https://docs.python.org/3/howto/sockets.html
Installing dependencies in Jupyternotebook April 24, 2024April 24, 2024 by ComputingNotes https://jakevdp.github.io/blog/2017/12/05/installing-python-packages-from-jupyter/
TCP vs UDP Protocol April 24, 2024April 24, 2024 by ComputingNotes https://wiki.python.org/moin/UdpCommunication
Socket Programming in Python April 24, 2024April 24, 2024 by ComputingNotes https://docs.python.org/3/library/socket.html https://www.digitalocean.com/community/tutorials/python-socket-programming-server-client Client Server – TCP / Socket Client to Client – Peer to Peer Communication : UDP Protocol (User Datagram Protocol)
Connect Express Js to MongoDB October 7, 2023October 7, 2023 by ComputingNotes References:https://www.mongodb.com/languages/express-mongodb-rest-api-tutorial
Express Js Node Js Example October 7, 2023October 7, 2023 by ComputingNotes https://expressjs.com/en/starter/installing.html Hello World Example Create app.js file with following code. We can use Express application generator also. npx express-generator npm start localhost:3000 Basic Routing