How to do text summarization with deep learning and Python20211223194711
How to do text summarization with deep learning and Python
Dante SblendorioLast Updated: January 7, 2022deep learning, Natural Language Processing, NLP, python tutorial, text summarization
Python tutorial - use Abstractive Text Summarization and packages like newspeper2k, PyPDF2, and SPaCy to summarize text with deep learning....
How to Use AI to Write Code For You20210909122132
How to Use AI to Write Code For You
Dante SblendorioLast Updated: September 9, 2021AI code writer, artificial intelligence, autogenerate code, github copilot, machine learning, python programming
Learn how to use Python to auto-generate code for you by simply talking to your computer!...
How to build an AI algorithm that solves Sudoku puzzles 20210722095716
How to build an AI algorithm that solves Sudoku puzzles
Dante SblendorioLast Updated: July 22, 2021backtracking, numpy, pandas, Sudoku AI, Sudoku Solver
Learn how to use Python, numpy and pandas to solve Sudoku puzzles in record time....
How to predict NFL Winners with Python20201203141148
How to predict NFL Winners with Python
Dante SblendorioLast Updated: March 22, 2021data cleaning, feature engineering, machine learning, model training, NFL predictions, numpy, pandas, python, scikit-learn, Xgboost
Learn how to use Python and machine learning to predict the winners of NFL games....
Emulating Quantum Computing with Python20201112123102
Emulating Quantum Computing with Python
Dante SblendorioLast Updated: March 22, 2021Python for Quantum Computing, quantum computing, Quantum Toolbox, QuTiP
Learn how to use Python for Quantum Computing - about Python's QuTiP package, quantum computing, qubits and the effect of noise....
What’s New in Python 3.9?20201105114157
What’s New in Python 3.9?
Dante SblendorioLast Updated: April 6, 2021python, python 3.9, python operators, python parser
Python 3.9 offers new syntax and standard library/built-in features, while doing away with some older conventions that have held it back....
How to conquer COVID with Python – the Kaggle Challenge20200730121909
How to conquer COVID with Python – the Kaggle Challenge
Dante SblendorioLast Updated: March 19, 2021covid, covid-19, Kaggle, nltk, PorterStemmer, python
Want to be part of the fight against COVID? Here's how to use NLTK to data mine the existing research. And you might win a Kaggle COVID-19 Challenge,...
Predictive Modeling of Air Quality using Python20200618120126
Predictive Modeling of Air Quality using Python
Dante SblendorioLast Updated: March 18, 2021data cleaning, feature engineering, Predictive model, python, Xgboost
Python is a powerful tool for building predictive models. Learn how to predict air quality using just a few key Python packages....
How to Build an Algorithmic Trading Bot with Python20200521112941
How to Build an Algorithmic Trading Bot with Python
Dante SblendorioLast Updated: March 23, 2021automated stock trading, python, trading bot
This post shows you how use Python to visualize your stock holdings, and then build a trading bot to buy/sell your stocks....
How to Build a Generative Adversarial Network (GAN) to Identify Deepfakes20200507095703
How to Build a Generative Adversarial Network (GAN) to Identify Deepfakes
Dante SblendorioLast Updated: March 18, 2021Deepfake, Discriminator Neural Network, GAN, Generative Adversarial Network, Generator Neural Network, machine learning, tensorflow
Learn how to build a Generative Adversarial Network to identify deepfakes....