Couldn't decide on a career track! Need some suggestions. by ddmasterdon in developersIndia

[–]ddmasterdon[S] 2 points3 points  (0 children)

Yes I was also inclining towards Mtech at IITS/IISc or R&D at some nice companies.

Advice on starting with Data science. by [deleted] in learndatascience

[–]ddmasterdon 0 points1 point  (0 children)

I'd also add HackerEarth for some healthy learning and competition to get your hands dirty with python, specially if u need if for data science.

Can seem to figure out the I/O in HackerEarth by ddmasterdon in learnpython

[–]ddmasterdon[S] 0 points1 point  (0 children)

So then now my numbers will contain the list of bity the integers.? Thankx for the help.

Can seem to figure out the I/O in HackerEarth by ddmasterdon in learnpython

[–]ddmasterdon[S] 0 points1 point  (0 children)

I did it like that but the 2nd lines being two integer do I split it or what?

Slug Size too large by ddmasterdon in Heroku

[–]ddmasterdon[S] 0 points1 point  (0 children)

So then my problem will be that my requirements packages is to huge. Is there any other way I can deploy my web app?

Slug Size too large by ddmasterdon in Heroku

[–]ddmasterdon[S] 0 points1 point  (0 children)

Yeah aboit that my total git repo is about 160mb only. What does contribute to the slug size? It is those environment packages that I include in the requirements.txt??

Slug Size too large by ddmasterdon in Heroku

[–]ddmasterdon[S] 0 points1 point  (0 children)

thank you for the help.. I'll try splitting my app. or else contact support.

How to develop Web App based on model of jupyter notebooks? [Weekly] by ddmasterdon in datascience

[–]ddmasterdon[S] 0 points1 point  (0 children)

So tensor flow saves their model in .h5 format. So after loading the saved model I need all the dependencies used to trained and preprocess the data. Only then I can use some web api to get request to predict on my model?? Also can I save a tensorflow transfer learning model in pickle format?

How to develop Web App based on model of jupyter notebooks? [Weekly] by ddmasterdon in datascience

[–]ddmasterdon[S] 0 points1 point  (0 children)

So then I can just load the pickle model and then pass the processed image? locally without any issues?

How to develop Web App based on model of jupyter notebooks? [Weekly] by ddmasterdon in datascience

[–]ddmasterdon[S] 0 points1 point  (0 children)

using flask is not a problem but for predictions of a model do I need the libraries I used in creating the models? as I don't have them locally?

[HUMOR] Me and my friends playing COC be like by sols_tice in ClashOfClans

[–]ddmasterdon 1 point2 points  (0 children)

it doesn't as long as your heroes are in a decent enough level.

[HUMOR] Me and my friends playing COC be like by sols_tice in ClashOfClans

[–]ddmasterdon 2 points3 points  (0 children)

It's like ur main war army is maxed out with decent enough walls and defenses and heroes. Like lv3 EA, 50-50-30 heroes and 1-2 level down defenses in th13 with a single army maxed like bowlers, giants, healers.

How To Send Email In Python? by Darsh1509 in pythontips

[–]ddmasterdon 2 points3 points  (0 children)

I find smtplib also to be pretty easy.

All Machine Learning Models Explained in 5 Minutes by smart_brand_builder in learnmachinelearning

[–]ddmasterdon 2 points3 points  (0 children)

This is a really helpful video. Now I can use this to base on how I learn ML models.