I need a tutor to review and improve my MILP (Gurobi) and Simulated Annealing implementation for optemization project.
Help needed in formulation validation, SA improvement, statistical analysis (mean/std/GAP%), and convergence plots.
Requirements:
I need a tutor to review and improve my MILP (Gurobi) and Simulated Annealing implementation for optemization project.
Help needed in formulation validation, SA improvement, statistical analysis (mean/std/GAP%), and convergence plots.
Requirements:
can you explain mathematics behind linear regression.
Requirements:
I need a responsive, user-friendly frontend for an eCommerce website, including homepage, product pages, cart, checkout, and user account sections.
Requirements:
def solve_problem(input_data):
“””
Briefly describe what this function does.
“””
# Your logic goes here
result = input_data # Placeholder
return result
def main():
# Example input
data = “Hello World”
# Execution
output = solve_problem(data)
# Display result
print(f”Result: {output}”)
if __name__ == “__main__”:
main()
Requirements:
Learn how to handle concurrent Python tasks using asyncio with real-world practical limits.
This question teaches you how to download multiple URLs simultaneously while keeping the original order of results and safely handling errors.
Perfect for university students, backend developers, and Python enthusiasts, this problem covers async programming, concurrency control, and exception management.
Solve it to master high-performance Python coding for web scraping, APIs, and automation.
Includes tips for efficient asyncio design and handling maximum parallel requests without crashing your program.
Requirements:
Python is a computer programming language often used to build websites and software, automate tasks, and analyse data. Python is a general-purpose language, not specialised for any specific problems, and used to create various programmes
Requirements:
I will provide you with two files that have all the instructions regarding the assignment.
Requirements: 3 days
During this course, you will focus on designing and executing your own research paper. This is an individual paper with three deliverables, with the final goal of publishing the research paper in a peer-reviewed journal. You will have opportunities to iterate and revise your work based on peer and instructor feedback.
This is a semester-long project and weighs a significant portion of your total grade (40%). Therefore, I expect you to take the project seriously and work toward it throughout the semester. In this project, you will use the knowledge and insights learned from scholarly papers discussed in the class to write a scholarly paper for yourself. You are free to work on any topic related to FinTech that interests you. At the end of this document, I provide some ideas and suggestions. You are welcome to work on those ideas if they interest you. I encourage you to try developing your own algorithms/methodology/technique, but you are also free to use existing methodology/algorithms/techniques. While deciding on the research project, please consider the availability of the data.
A number of good FinTech-related data are publicly available. You can also use or to access stock market data. Bloomberg provides a large assortment of proprietary financial data, including the stock market, bond market, forex, ETF, financial news, and many more. If you are interested in any other proprietary data, e.g., WRDS, CRSP, or COMPUSTATE, you can consult me, and we can try to find a solution for that too.
I strongly encourage you to use Python for curating and analyzing your research data. You are required to submit your Python codes [.py or .ipynb] file along with your final report. If you are using Google Colab or GitHub, you can submit the link and make sure to give me access to the code. This code may include your data, model/algorithm if you are using any, and data analysis part.
Please make sure that your code compiles. Submitting code for your proposal and milestone report is optional. You will not be graded for your code on these two submissions. However, if you are struggling with any specific aspect of the code, or wondering whether your code works, you are encouraged to submit your code. I will review it and provide feedback. This code may include your data, model/algorithm if you are using any, and data analysis part.
There are a total of four deliverables during the semester:
All of the writing you submit (i.e., proposal, progress report, and final paper) should follow style and grammar guidelines. You can reference the APAs to get detailed instructions on APA style. You can also refer to a
on the APA website. All resources should be properly cited both in-text and in the reference list. Please follow APA referencing guidelines
Below are several potential project ideas for your consideration (you are free to work on your own projects not contained on this list as well).
You can get data consumer complaint data from here:
In this activity, you will be assessed on your ability to:
Application Development Class
Requirements:
Design and critically evaluate a cross-language data processing system that uses Node.js and Python for high-performance computation, where Node.js handles user requests and orchestration while Python executes computationally intensive tasks. Using the python-shell package, explain how you would:
stdin and stdout streams in text, JSON, and binary modes, and justify when each mode is most appropriate.pythonPath, scriptPath, and runtime arguments to support multiple environments (e.g., development, production, and cross-platform deployment).stderr, and generating extended stack traces in Node.js for debugging and logging.PythonShell.run, runString, and direct instance-based communication (send, on('message'), end) in terms of flexibility, maintainability, and real-time communication requirements.Finally, propose a testing and monitoring strategy to validate syntax, detect runtime failures, and ensure reliable data transfer between Node.js and Python under high-load conditions.
Requirements: code files long