Neural network tuning in Python|Hyper parameter tuning of neural network in python
[ad_1]
Neural network tuning in Python|Hyper parameter tuning of neural network in python
#NeuralNetworkTuningPython #NeuralNetworkPython
Hello All,
My name is Aman and I am a data scientist.
About this video:
In this video, I talk about tuning a neural network in Python.
I explain, how different model parameters can be tuned in python using gridsearchcv.
Below questions are answered in this video
1. How to tune neural network in python
2. Neural network hyper parameter tuning in python
3. How to tune weight in neural network?
4. How to tune epoch and batch size in neural network?
5. How to tune optimizer in neural network?
6. Python Neural network hyper parameter tuning
About Unfold Data science: This channel is to help people understand basics of data science through simple examples in easy way. Anybody without having prior knowledge of computer programming or statistics or machine learning and artificial intelligence can get an understanding of data science at high level through this channel. The videos uploaded will not be very technical in nature and hence it can be easily grasped by viewers from different background as well.
Join Facebook group :
https://www.facebook.com/groups/410222213093826/?ref=bookmarks
Follow on medium : https://medium.com/@amanrai77
Follow on quora: https://www.quora.com/profile/Aman-Kumar-601
Follow on twitter : @unfoldds
Get connected on LinkedIn : https://www.linkedin.com/in/aman-kumar-b4881440/
Follow on Instagram : unfolddatascience
Watch Introduction to Data Science full playlist here : https://www.youtube.com/watch?v=Zkyog5u1OGw&list=PLmPJQXJiMoUWXbjyedFTmXPzzoeMJV4fe
Watch python for data science playlist here:
https://www.youtube.com/watch?v=NTZkMI5tuh8&list=PLmPJQXJiMoUWtuekopnh4BhTFkDBvmhnC
Watch statistics and mathematics playlist here :
https://www.youtube.com/watch?v=iZ2r7aIwMbc&list=PLmPJQXJiMoUU52xCfjyoGRfoLCHKFtDxX
Watch End to End Implementation of a simple machine learning model in Python here:
https://www.youtube.com/watch?v=8PFt4Jin7B0&list=PLmPJQXJiMoUWKj26qv_Pw5Aofxncu84JB
Learn Ensemble Model, Bagging and Boosting here:
https://www.youtube.com/watch?v=fuO6QXAo-5M&list=PLmPJQXJiMoUWfMvIqAn0VI_LHlw4AmVrb
Access all my codes here:
https://drive.google.com/drive/folders/1XdPbyAc9iWml0fPPNX91Yq3BRwkZAG2M
Have question for me? Ask me here : https://docs.google.com/forms/d/1ccglokA_FicF3AirR-xllXauKZrzmngJoUptza1tPRE/edit
My Music: https://www.bensound.com/royalty-free-music
Source
[ad_2]
Really helpful..thank you!!
Clear explaination sir thanks
I verified my Neural Network model parameters and this is what best i could get for below parameters
'batch_size': 10, 'epochs': 50 ,activation': 'tanh', 'neurons': 15,'optimizer': 'Adagrad'
I have got accuracy by 78%