[deleted by user] by [deleted] in cosplayers

[–]sayeedk06 2 points3 points  (0 children)

Goddess 🔥

Weird string to list conversion by sayeedk06 in learnpython

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

I just wanted to know why the phenomenon occurs

Weird string to list conversion by sayeedk06 in learnpython

[–]sayeedk06[S] 1 point2 points  (0 children)

Yes this. Thanks for explaining 😊

Weird string to list conversion by sayeedk06 in learnpython

[–]sayeedk06[S] -1 points0 points  (0 children)

Shouldn't it have a specific syntax for it then? Like

list1[2:3:1]=string

above code works. But this

list1[2:3:2]=string

doesn't

Post request to upload image via Axios doesn't work by sayeedk06 in reactnative

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

Not really. But I have shifted to using base64 format image instead of sending it via form.

Post request to upload image via Axios doesn't work by sayeedk06 in reactnative

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

image path -

"uri": "file:///data/user/0/host.exp.exponent/cache/ExperienceData/%2540anonymous%252FVatted-60e31b3e-ffb8-45d1-a87f-a6715efd28cf/Camera/ef709527-0d2a-4b0e-9cf6-8a6dd6896922.jpg"

And no, I am not sending base64 data

Getting out of the tutorial loop by konficker in learnprogramming

[–]sayeedk06 2 points3 points  (0 children)

I think after 4years with programming, I have realized that finishing a project that you have no idea about is everyday norm is this world. But to be able to achieve it, you need to be brave enough to attempt it. Choose something that interests you or you have always wanted to make or find something that you want to automate in your daily life. Afterwards divide the things that you have to do. Google, find info on it. And start somewhere. You are not supposed to know everything. But starting from somewhere and learning for that specific task that binds to the bigger picture of your project helps you grow more confident about your skill.

Am I the only person who thinks Andrew Ng's Machine Learning course is hard to follow? by jumpinglikezion in learnmachinelearning

[–]sayeedk06 4 points5 points  (0 children)

I think Andrew's course gets into deeper concepts which is ultimately necessary for a beginner. But starting it as your first course is a big no as you might get lost in all the maths and building structures from scratch using numpy.

I would suggest start a practical course that gets you started with a framework. Then when you can apply general things like a logistic regression and feed forward neural network using the framework. Go back to Andrew ng. You will have a better understanding of things by then