Description is in the file attached. Please let me know if its possible to get this done in 15 hours. I can pay more if it's possible.
CSE 158 Assignment 1 Instructions:
Given the time constraint on this assignment, I’m only asking to complete it to the best of your ability and to provide the 2 prediction files, written explaination for both, as well as the code.
You can use google colab for this assignment
The instructions for Assignment 1 is here: (only cooking prediction and cook time prediction)
(only cse 158)
https://cseweb.ucsd.edu/classes/fa21/cse258-b/files/assignment1.pdf
What to do:
Read the question for cooking prediction and cook time prediction
Good place to start is to look at the code from baseline.py in the file download and also homework 3 solutions
Files download for the assignment:
http://cseweb.ucsd.edu/classes/fa21/cse258-b/files/assignment1.tar.gz
Homework 3 Details: (cse 158)
https://cseweb.ucsd.edu/classes/fa21/cse258-b/files/homework3.pdf
Homework 3 Solutions: (cook prediction and time prediction)
https://cseweb.ucsd.edu/classes/fa21/cse258-b/solutions/homework3.html
You may copy and paste the code and edit however it however you would like.
In the end it should generate a csv file.
After you submit it the csv file on kaggle, it will tell you what headers are missing and what columns are looking for.
For cooking predictions:
Submit predictions to and check leaderboard at:
https://www.kaggle.com/c/cse158258-cooking-prediction/
Since the time is short. Please just find a better way to make it better than 0.70 or 0.71
For cooking time prediction:
Click submit predictions to and check leaderboard at:
https://www.kaggle.com/c/cse158-cook-time-prediction/
Since the time is short. Please find a way to make it past the simple baseline.
For both Use any resources such as homework 3 solution
or chapter 8 workbook (popularity based),
chapter 4 workbook (classification), or chapter 3 (classification, and regularizaition) .
https://cseweb.ucsd.edu/~jmcauley/pml/
Notes:
Professor mentioned that Jaccard similarity doesn’t work the best. Its better to use a popularity based method. Any code that is in Homework 8 workbook.
DescriptionIn this final assignment, the students will demonstrate their ability to apply two ma
Path finding involves finding a path from A to B. Typically we want the path to have certain properties,such as being the shortest or to avoid going t
Develop a program to emulate a purchase transaction at a retail store. Thisprogram will have two classes, a LineItem class and a Transaction class. Th
1 Project 1 Introduction - the SeaPort Project series For this set of projects for the course, we wish to simulate some of the aspects of a number of
1 Project 2 Introduction - the SeaPort Project series For this set of projects for the course, we wish to simulate some of the aspects of a number of