Search for notes by fellow students, in your own course and all over the country.

Browse our notes for titles which look like what you need, you can preview any of the notes via a sample of the contents. After you're happy these are the notes you're after simply pop them into your shopping cart.

My Basket

You have nothing in your shopping cart yet.

Title: CHAT GPT
Description: Built a Trading Bot with ChatGPT

Document Preview

Extracts from the notes are below, to see the PDF you'll receive please use the links above


I Built a Trading Bot with ChatGPT

TRADING MASTER
GPT Trader is a trading bot I built with chat GPT and I want
to show you how to use it for live trading
...
Will I make money or lose money? Find out at the end!
To improve predictions on popular website Kaggle, we can use XG Boost
...
We have to install Tensorflow but the data isn't legit so let's ask
Chat GPT for a better data source
...
We'll use the
Scikit Learn library with Keras on top to train a very simple statistical machine
learning model on the data, but that's not going to be enough
...

We recently signed up for Alpaca and got our API key for the paper API, which
means we're not trading with real money yet
...
Now we have a Python script that's pulling real data from
the web
...

We're taking this super Advanced technique, Markov Decision Process, to
frame this process in a way that it's mathematically possible to define a policy
...
Once it's
trained, all the training data will be displayed in a back test
...
With Python code,
this single function can make a trade programmatically given the secret and
public key
...
We're going to deploy it to Virtual with terminal right
now
...
Once the deposit is complete, I'm going to let the bot make a trade
and come back in 24 hours to see how much money it has made
Title: CHAT GPT
Description: Built a Trading Bot with ChatGPT