HackerTrans
TopNewTrendsCommentsPastAskShowJobs

Immortal333

no profile record

comments

Immortal333
·hace 5 años·discuss
Location: India

Remote: Yes

Willing to relocate: Probably yes

Technologies: Python, Flask, PyTorch, Spacy, C

Areas: NLP, CV, Optimization

Résumé/CV: https://read.cv/dipkumar/

Email: [email protected]

Why hire Dip: - Worked as machine learning engineer + research engineer + backend engineer.

- single handedly deployed multiple ML system in production

- I believe creating baseline first and improving from it instead of going with biggest weapon.

- fast learner (worked on various project ranging from stitching photos to speech intent detection to solving NP-hard problems)

Why not to hire Dip:

- Need Research Scientist instead of MLE or Research Engineer

- Need senior (experienced) backend engineer
Immortal333
·hace 5 años·discuss
>>> The cheapest automatic Tissot is around 700USD.

Is the engineering/logistics behind Mechanical watches really costlier than Oneplus phones ?
Immortal333
·hace 6 años·discuss
Chaining has its own benefits. But I think this doesn't fit the definition of "Pythonic". Again, "Pythonic" is highly debatable. But, You can always break down big chain of operations, into smaller chain using good variable naming in-between.

Many operations are implemented as iterator in python on list, like filter, groupby. Looking at your code, its looks like you're not doing lazy computation. (Correct me if I wrong). This could be huge performance impact, depending upon use case of list.
Immortal333
·hace 6 años·discuss
Yes, Exactly same as you described.
Immortal333
·hace 6 años·discuss
Yes, FAISS not FLANN. my mistake. cann't correct it now. because edit time is gone.
Immortal333
·hace 6 años·discuss
This is great. This is already better that FLANN (by facebook), Annoy (by spotify). https://github.com/erikbern/ann-benchmarks#evaluated

Still, We are very far away from creating reverse video search engine. Also, Most of these techniques are in-memory not on disk.

I am really interested in making reverse video search engine.
Immortal333
·hace 6 años·discuss
Shameless plug. I did similar in my OS course. But, in C. Github: https://github.com/immortal3/EbFS

Warning: Terribly written. many hacks.
Immortal333
·hace 6 años·discuss
I've never worked at a FAANG, too. But main reason I want to work at one is that ability to do project at a scale which is not possible anywhere. Few project are no use for small companies/startups.

For example: Optimizing compile time (no need to invest for extra 1 minute speed up), working on high quality labelled data (i came from ML background, this is not possible in most of startups), analytics on data (questionable ethically), working on Ad platforms, working on large scale system.

In the last, Imagine, even making simple changes have bigger impact on real world.
Immortal333
·hace 6 años·discuss
It might be possible that these people have tried on more platforms (Face recognition APIs) but only reported those where they got good accuracy in terms of defeating system.

I personally would like to see tests done on facebook by uploading these images and checking if it can recognize it.
Immortal333
·hace 6 años·discuss
This is tested on existing models/Face Recognition API which means locked pre-trained models. So, They might have learned way to add pixels such that model outputs very different embedding. This is know issue in deep learning [0][1][2].

I believe, Model trained on cloaked images would defeat its purpose and make this technique useless.

[0] Su, Jiawei, Danilo Vasconcellos Vargas, and Kouichi Sakurai. "One pixel attack for fooling deep neural networks." IEEE Transactions on Evolutionary Computation 23.5 (2019): 828-841.

[1] Guo, Chuan, et al. "Countering adversarial images using input transformations." arXiv preprint arXiv:1711.00117 (2017).

[2] Liu, Yanpei, et al. "Delving into transferable adversarial examples and black-box attacks." arXiv preprint arXiv:1611.02770 (2016).