thanks, do you plan to give lectures about federated learning FL?
@AIEngineeringLife4 жыл бұрын
Mohammed.. I will do it in later point of time.. last time I tried TF federated library felt it is not matured yet
@sanilpanicker32624 жыл бұрын
Excellent! Would be great if you can share your knowledge on intrusion detection in Labeled data. KDD99 or similar dataset. Appreciate your contributions to data science domain.
@AIEngineeringLife4 жыл бұрын
Sanal can you please elobrate on intrusion detection. I did not quiet follow it
@sanilpanicker32624 жыл бұрын
Sensors and actuators in a factory environment produce large amount of time-series data and they often manage critical functions(another example: Uber/Go-Jek business functions generate 15-20 TB heart beats per day). Many of these systems are connected to Internet for Corporate IT integration so they become susceptible to cyber attacks. Intrusion Detection models are used to detect such anomalies to help operators take corrective action. Traditional supervised methods Decison Trees/SVM etc. are found to be inefficient in many cases. Researchers are now working on unsupervised deep learning architecture for multivariate time series anomaly detection. Any contribution from your side would be greatly appreciated!
I got it now.. I was little confused seeing intrusion detection comment on image classifier video . Getting data for these will be difficult to demo it but I can cover various techniques used as case studies
@sanilpanicker32624 жыл бұрын
@@AIEngineeringLife KDD99 or SwaT datasets are suitable
@vikasreddy85753 жыл бұрын
Is there any software project or application for copying and pasting the captchas
@AIEngineeringLife3 жыл бұрын
Vikas.. I have one for identifying captcha but not copy and pasting it
@vikasreddy85753 жыл бұрын
@@AIEngineeringLife sir please tell me for identifying the captcha
@valerysalov82084 жыл бұрын
I wanted to make a data science portofolio, can you give me project ideas on how to approach it? I am not getting ideas as to how to go about making an end to end machine learning project.
@AIEngineeringLife4 жыл бұрын
Are you asking for exact idea or approach?.. In case approach not sure if you have checked my article on it www.linkedin.com/pulse/how-build-compelling-data-science-portfolio-srivatsan-srinivasan/
@valerysalov82084 жыл бұрын
@@AIEngineeringLife I am asking for exact idea, yes I have read your approach article on linkedin
@valerysalov82084 жыл бұрын
@@AIEngineeringLife I was thinking of scraping house prices from magicbricks etc but their robots.txt is showing disallowed. Hence I want an EXACT idea.
@user-vd4tu8ob2l4 жыл бұрын
can you share your notebook?
@AIEngineeringLife4 жыл бұрын
Here it is - github.com/srivatsan88/KZbinLI/blob/master/Rock_Paper_Scissor_Transfer_Learning.ipynb
@johnrichbaguio41823 жыл бұрын
Hello sir!! Thank you for sharing this video online. Can you share this notebook to me?
@AIEngineeringLife3 жыл бұрын
All my notebooks are available here - github.com/srivatsan88
@dipinpaul58944 жыл бұрын
Honest feedback - please keep things simple, sometimes you complicate even a simple explanation.
@AIEngineeringLife4 жыл бұрын
Dipin.. Thank you for the feedback. Surely will take care. Can you please quote an example so I can better fine tune from next time. You can message me on LinkedIn as well if u prefer it that way
@dipinpaul58944 жыл бұрын
The code stuff related to train test split and modelling part can be presented with simplicity. Your material and topics are really unique on KZbin . But to reach a wider audience simplicity is the key. Keep spreading knowledge 👍 P. S - please share github code so as to try your ideas 🙂
@AIEngineeringLife4 жыл бұрын
@@dipinpaul5894 Got it.. Infact Tensorflow does not have east train_test_split method has scikit learn. There is a split that makes it even more confusing. But will try to make it easy to grasp from next time. Thank you and feedback like these makes me better :) I will upload all TF related code in my git in few days. Others are already there in my git repo
@AIEngineeringLife4 жыл бұрын
Dipin.. Here is the notebook for this video - github.com/srivatsan88/KZbinLI/blob/master/Rock_Paper_Scissor_Transfer_Learning.ipynb