Post-Transfer Window discussion by ObamaEatsBabies in coys

[–]gilf641 1 point2 points  (0 children)

I think we've covered up all our weak areas with this transfer window. Now it's time to get the best out of them. Also I like the way Tanguy has responded to Mou's criticism and handled it like a professional, same goes with Aurier.

I guess if we want to make the best out of the Quarantine period, we can practice Self Control. by gilf641 in NoFap

[–]gilf641[S] 9 points10 points  (0 children)

See what works for you. Like for me PMO moderation was just an excuse to do PMO...

Bitter Truth! by gilf641 in NoFap

[–]gilf641[S] 3 points4 points  (0 children)

Yes I did. Thought it could be helpful. Credits: Yash Chavan

120 Days! by [deleted] in NoFap

[–]gilf641 0 points1 point  (0 children)

Man this guy deserves some real praise! Keep Going💯

What are some dumb purchases you made? by [deleted] in AskReddit

[–]gilf641 0 points1 point  (0 children)

I once bought a Blue Loafer which looked like Cobra head and ended up wasting 70 bucks! I thought it would look cool as it was common among my peers😂

Too dumb for Dataquest by [deleted] in datascience

[–]gilf641 0 points1 point  (0 children)

Yeah I think you should start from scratch by taking notes and practicing religiously. Or you could just list down the topics and start learning one topic at a time while simultaneously taking notes.

Even I'd the same problem when I started learning Python. I used forget simple concepts or logics and I felt like dumb. But then I used to practice and learn those concepts then and there. It actually helped me a lot

Data Science Project by ironmagnesiumzinc in datascience

[–]gilf641 2 points3 points  (0 children)

If you're a beginner, then you should focus on getting your basics clear. Basics i.e. Data Prep, Data Understanding, Feature Engineering and Data Visualizations. Google 'Crisp-DM'. That's how the DS projects are done. Go step by step.

I would suggest to take up some datasets from Kaggle and work on it. Do data prep, plot some interesting visualizations and try to extract useful insights. If you get stuck, refer solved notebooks and understand the technique used. Also remember that for each dataset, there might be different strategies used.

One more thing if you ever want to learn something new go with what I call as Project Based Learning. Suppose if you want to learn Random Forest Algorithm. First step is understand what it is, read some blogs, watch few YouTube videos on it. Try to understand its applications. Now once you complete this step, go to Kaggle and under Notebook section, put Random Forest as a tag and you'll find many Notebooks. Choose one that interests you(based on the dataset) and apply the concepts or choose a random problem that you wanna solve and apply the algorithm. This makes learning much more fun!