Popular posts from this blog
June 18: Machine Learning
Machine Learning Talk Today in STEM Skill we had a guest speaker named Dr. Schuman. She talked to us about Machine Learning. First, she explained the difference between learning and memorizing. When training an AI, it is important that the machine is learning and not just memorizing the training set. You train an AI by giving it training data and letting it check itself. Machine Learning is used everywhere from Google's search engine to self-driving cars. Then, she told us about k nearest neighbors and how AI can recognize objects. She used the example of apples and oranges and graphed known values for each. Then one must determine if k of the nearest neighbors are mostly apple oranges. She also told us about Neural Networks and how neurons communicate with synapses. A Chatbot as complex as ChatGPT has trillions of synapses. The most interesting thing I learned is how Neural Networks and Machine Learning models are models to imitate our brains. It has neurons a...
June 7 Computational Thinking
Python Coding Today in STEM Skill we learned Python. I took a class in Python before and remember some of the basic projects we did such as defining a turtle and making it graph stuff using "for i in range():" strings printing functions I chose the beginner Python path but already learned some of the concepts. I am reminded of how picky the syntax can be and how frustrating that can be. I got to the 3rd section on part 3/6. It helped me gain a deeper understanding of Python and coding in general.
Comments
Post a Comment