Learn how to build and evaluate predictive models that have the power to help the doctors and transform patient outcomes in Python.
Learn how to build a simple dictionary application using Django web framework and PyDictionary library in Python.
Learn how to perform data analysis and make predictive models to predict customer churn effectively in Python using sklearn, seaborn and more.
Learn how to build a nice GUI dictionary app with audio pronounciation using the Tkinter library in Python.
Predicting different stock prices using Long Short-Term Memory Recurrent Neural Network in Python using TensorFlow 2 and Keras.
Learn how to predict someone's age from his front face picture using OpenCV library in Python
An overview of model explainability and interpretability fundamentals, AI applications, and biases in AI model predictions. We looked at utilizing SHAP and LIME to explain a Logistic Regression model and how to explain and interpret an ensemble model.
Learn how to crack zip file passwords using dictionary attack in Python using the built-in zipfile module.
Learning how to crack FTP servers using dictionary attack (brute-forcing with a wordlist) with the help of ftplib module in Python.