print(get_index_of_seven([1, 2, 3, 4, 5, 6, 7, 8, 9])) print(get_index_of_seven([1, 2, 3, 4, 5, 6, 8, 9])) print(get_index_of_seven([2, 4, 7, 5, 7, 8, 4, 2])) print ...
Every file in this project is code I wrote and submitted while completing the NeetCode ML course. The problems progressively build from gradient descent fundamentals all the way to a working GPT.