who's hiring fast? i am back on the job market. interested in research, software development, product management, marketing, or data analysis. junior level. i am DYING to be back in grind mode in the next 2-3 weeks. im about to hard sell myself under this tweet:
gradient descent is a popular optimization algorithm used in machine learning and deep learning at the moment, and its surprisingly easy to understand. its important to get a good grasp on the concepts driving modern tech so that you don't get left in the dust! free knowledge:
HELLO FRIENDS! im about to teach you how to read more math! today's lesson is set notation. these symbols are used a lot in mathematical writing because it helps us save space when describing sets, and you need to understand them when they appear. alright here we go:
symbol: { }
meaning: "set", "a collection of elements"
example: A = {3, 7, 9, 14}, B = {9, 14, 28}
its super common to open a math, computer science, or physics textbook and have mathematical symbols thrown at you that you never even learned how to read. here's a list of logical symbols that can help you improve your math comprehension!
symbol: A ⇒ B
meaning: “If A, then B.” In other words, “A implies B.” In other words, “If A is true, then B is true.”
example: x = 2 ⇒ x + 3 = 5