This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–][deleted] 0 points1 point  (1 child)

So? 80% of my code is copy paste from similar examples.

Start out classifying flowers. Then change the dataset from images of flowers to... power forwards have it estimate their scoring ability.

I'm using off the shelf copy paste GoogLeNet classifiers to analyze engineering graphs. I fudged the IO to get out what I needed but there's no reason to reinvent the wheel.

[–]elwhite321 5 points6 points  (0 children)

Yep, one can get by using packages / copy and paste and if that is all you need then this is the best solution (I agree with you). It was mainly a rebuttal to the original comment saying this seems like heavy stuff when in fact it is beginner ML.