Using Deep Learning and Tensorflow to generate new song lyrics in the style of Weezer

Using Deep Learning and Tensorflow to generate new song lyrics in the style of Weezer

Picture of Jose Portilla
Jose Portilla
Sign Up for Email Updates

You May Also Like

Data Science, Tutorials

How to install JupyterLab and Jupyter Notebook

For years, Jupyter Notebook, with its simple-to-use, streamlined, and document-centric interface has been the go-to web application for creating and sharing scientific computational documents. It supports a wide range of programming languages, and it allows users to produce rich and interactive outputs in a range of formats. In turn, JupyterLab is the next generation of […]

Deep Learning, Tensorflow

Understanding Tensors in Deep Learning

Tensors play a very important role in deep learning and machine learning. They are at the heart of algorithms such as convolutional neural networks (CNNs) and recurrent neural networks (RNNs) that are widely used in many applications such as image recognition, natural language processing, and time series analysis. In this article, we will first briefly […]