Day 17

Today, using the parameters I had previously found through the search, I continued my classifier experiment by running trials on the MLP classifier and recording the results. These results, however, turned out not to be very good, and presented an average overall accuracy of about fifty percent. I tried to improve the MLP's performance in various ways, such as using different numbers of epochs in each trial. I also increased the patience value, which is the number of epochs through which the program will go before it terminates the trial early. It seems that early stopping is a serious inhibitor of accuracy. So far, these changes have not significantly improved the accuracy, though. While the trials were running, I finished writing and citing descriptions of the classifiers I am testing in the Overleaf document. I also wrote an overview of the machine learning pipeline, and edited and added a diagram of the progression of the pipeline that I had previously made. I also prepared to test the Random Forest and SNN (Self-Normalizing Neural Network) classifiers by altering my parameter search code.
Also, today was the Undergraduate Research Symposium. Ryan and I went down to the Sustainability Building to see the poster presentations being given there. I spent the most time at the presentations of Angelina (a student in my lab) and of George (another student from McQuaid, my high school). Angelina's presentation was about "catastrophic forgetting," which is a major problem in machine learning where programs are not able to retain memory from a previous learning task after beginning a new one. George, who is doing a different internship at RIT, gave a presentation on his research on the survival of daphnia, which are a type of transparent water flea. Even though that's kind of weird, George's presentation was still good. I guess if I ever need to know about water fleas, I will be overprepared.


Comments

Popular posts from this blog

Day 6

Day 14

Day 3