Still Under Developement! She is a perfectionist
We added our own regularization term to implementation of DARTS and did comprehensive experiments.
I implemented this algorithm (paper) which measures user credibility in social media by comparing people's tweets in time intervals and then clustering users to detect suspicious and negative coordination. The most cumbersome part was creating a cosine similarity matrix for the FakeNewsNet dataset's users due to not having a GPU or CPU cluster. It was done manually by over 150 Google Colab notebooks simultaneously in 2 weeks!
We implemented a food order website called "Loghme" (Java EE Tomcat + Spring WebMVC, React, MySQL) for this course and then deployed it utilizing Docker-Kubernetes. In this web application, you could:
order food
search for foods and restaurants
pay
add to your credit
buy near ending foods from restaurants every 20 minutes with discounts (Food Party feature)
the delivery assignment was simulated and you could see how much longer does the order take to be delivered
login, signup, signout (also with your google account)
see your previous orders
you also had a shopping cart
Developed a meeting scheduler web application similar to doodle.com in a team of two, utilizing agile development methods. (Django by me, Angular by my peer, and PostgreSQL by me)
This was a compiler for Smoola language (Smoola Documentation).
To be added....