Skip to main content

Posts

Blog QR code

 
Recent posts

Why you should join the Search

    SETI or the Search for Extraterrestrial Intelligence is a science organization that scans the sky for signs of alien life using your computing power to do so . Citizen Science projects are projects which heavily rely on help from the general public. These projects can range from anywhere from researching the folding of protein which can be used to advance medical technology to SETI. There are thousands of Citizen Science projects and even more ways you help out with them. It is important that everyone spends some time looking at research projects and finds ways that they can help out with the pursuit of human knowledge, either for the many things that knowledge lets us do for merely the knowledge itself.     Dating back to 1996  GIMPS (The Great Internet Mersenne Prime Search) has been searching for incredibly large prime numbers. They are attributed to finding the largest known prime number, 2^82,589,933-1. This knowledge can be used to increase ...

UTK Gov School Month In Review

Gov School Gov school has been an amazing experience and better then I ever could have imagined. All of my classes and the programing in between have been amazing.  STEM Skills     Every day in STEM Skills we did something different some of which I have done a lot with some that I have never touched. We have done some 3d modeling, programing and data visualization. We experimented with AI and talked about the engineering design process. We had a tasting platter of anything STEM.  STEM in Society     It is weird to talk about science from the ethics and philosophy side of things. Never in my life did I think I would be taking a class like this but it was enjoyable and appears everywhere without you realizing it.  Math      There is so much to say about my Math class over the last month. I was expecting to have to do a lot of calculations, all of your Math-y stuff. We did none. We talked about math research and proofs, how you look at some...

June 18: Dr Schuman's Talk

Neuromorphic AI      Neuromorphic AI use neurol networks based off of the human brain to minimize energy cost in computing. Dr. Schuman's research group has built a robot car that they are using neuromorphic AI to lower the energy cost of.  Research Opportunities     The most interesting part about her talk to me was the fact that you could do research as a high schooler. Her group does research in the aforementioned field of Neuromorphic AI. She does research over the academic school year and over the summer both of which are in person and online. I want to do research in to computer science as a career path so I am really hoping to join the group for this upcoming school year.

Chat Bots

      I love knock knock jokes. They are horrible in every way and very fun to tell. There is one thing better then telling knock knock jokes, making a bot tell knock knock jokes for you.     What is a Chat Bot?     A chat bot is a very simple program that Chats. It moves along a tree of options called a flow giving you choices along the way. When you choose something it gives you some more information and more options then asks you something else.  My Bot     As you might have guessed I made a bot that tells Knock Knock jokes. Below are two different versions one made using ChatFuel and the other in python.  My python bot asks if you want to here a joke then tells one to you but you have to be very specific in your response or it breaks. It only knows one joke because I was trying to make it quickly so I could move on to the next bot. My second wonderful bot knows not one, not two, not three, not four, not five, but six full knock ...

Natural Areas Observation Reports Upload

 

June 17: Visualization and AI

 Visualization     We worked on data visualization over the last 2 class days. Below was the visualization I made to make McDonalds sales make more sense at a glance. Below are the total sales, profit, and number of customers along with sales by country, costumer satisfaction and sales trends. I have found that just looking at the numbers directly usually makes more sense to me then a bunch of fancy pie charts and maps but I can see how they would be useful. It is definitely really helpful for showing off numbers to those who need to get it at a glance or did not work closely with the data. AI     AI or Artificial intelligence is a really bad name for what is essentially a bunch of statistics. For example we used it to guess who would have survived and who would have died on the Titanic. To do this we got a list of training data which is a bunch of details about people on the ship and whether or not they survived. The code takes that data and uses it to construc...