We’ve seen a lot of growth in new students, and we need some extra help answering their questions on Udemy. If you’re interested, please complete the form below. I expect we’ll get more applicants than we can respond to, so I can’t promise a response to everyone. But, we’ll contact you if we’d like to move forward. Thank you!
QUESTION 1:
How would you answer the following actual student question from “Autonomous Cars: Deep Learning and Computer Vision with Python?” This was asked on lecture video http://media.sundog-soft.com/Udemy/8.4.SVMActivity.mp4
What aspects define contribute in the classification report
I am running the same script provided from the course, what I realized is that I have different precision, recall, and F1 score values (I have got .96,.97,97), as well as the array of the model prediction, my question is what are aspects taking into consideration when developing a model, why my classification is different than yours, even if we used the same data, is it related to PC used, python version…etc?
QUESTION 2:
How would you answer the following actual student question from “Building Recommender Systems?” For reference, the question was attached to this lesson video: http://media.sundog-soft.com/Udemy/034.ItemBasedActivity.mp4
How to map back cosine similarity matrix to itemid’s ?
simsMatrix which is in numpy array format i am converting it into pandas dataframe using
pd.DataFrame and for column and index i am giving list of movieid’s in ascending order i.e
[1 , 2 , ………………. ,163949 ] which is the range of movieid’s in movie lens dataset is this correct format of mapping .
QUESTION 3:
How would you answer the following actual student question from “Build a Serverless App with AWS Lambda?” (on the video http://media.sundog-soft.com/Udemy/44-NewConversation.mp4) :
i can’t able to see the list of conversations . While inspacting element , it tells me result.data.forEach is not a function ?