List of 65 Cheat sheets you will ever need.

Wonderful list of most needed cheatsheets..   1.  Python : https://lnkd.in/grD8XUS6 2.  Pandas : https://lnkd.in/g4yTJ7CP 3.  NumPy : https://lnkd.in/gg9Uw-km 4.  Matplotlib https://lnkd.in/gahrGicD 5.  Seaborn https://lnkd.in/gcu4UKpw 6.  Scikit-learn https://lnkd.in/gGfkNu5i 7.  TensorFlow : https://lnkd.in/g3fw3uRV 8.  Keras : https://lnkd.in/gfPTfbgg 9.  PyTorch https://bit.ly/3lnsiIz 10.  SQL : https://lnkd.in/gnwe4qcb 11. R : https://lnkd.in/gEgJ6A8j 12.  Git : https://lnkd.in/gyzhztvH 13. AWS https://bit.ly/3ZQWMS1 14. Azure https://bit.ly/42f4N4V 15.  Google Cloud Platform : https://bit.ly/3JJADzv 16.  Docker : https://bit.ly/3Lt2zJe 17.  Kubernetes https://lnkd.in/gjXCT7Mb 18. Linux Command Line : https://bit.ly/3FtcTgw 19.  Jupyter Notebook https://lnkd.in/g7cPmgHQ 20.  Data Wrangling :https://bit.ly/3TiMibP 21.  Data Visualization : https://lnkd.in/gQ52Jd_J 22.  Statistical Read More …

Create Dialogflow chat bot with Example by using Node JS

In this blog post, we will create a new Chatbot by using Dialogflow and NodeJS which is able to schedule the appointment and save the customer information in the CSV file. I was working on the chatbot development so I thought why not create a simple blogpost which would be Read More …

Role of the Activation Functions in the Deep Learning

Introduction In Artificial Neural network (ANN), activation functions are the most informative ingredient of Deep Learning which is fundamentally used for to determine the output of the deep learning models. In this blog, we will discuss the working of the ANN and different types of the Activation functions like Sigmoid, Tanh Read More …