<?xml version="1.0" encoding="UTF-8"?><rss
version="2.0"
xmlns:content="http://purl.org/rss/1.0/modules/content/"
xmlns:wfw="http://wellformedweb.org/CommentAPI/"
xmlns:dc="http://purl.org/dc/elements/1.1/"
xmlns:atom="http://www.w3.org/2005/Atom"
xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
><channel><title>financial application of machine learning Archives - Francesco Lelli %</title> <atom:link href="https://francescolelli.info/tag/financial-application-of-machine-learning/feed/" rel="self" type="application/rss+xml" /><link>https://francescolelli.info/tag/financial-application-of-machine-learning/</link> <description>Information Management, Computer Science,  Economics, Finance and more</description> <lastBuildDate>Sun, 24 Nov 2019 11:13:41 +0000</lastBuildDate> <language>en-US</language> <sy:updatePeriod> hourly </sy:updatePeriod> <sy:updateFrequency> 1 </sy:updateFrequency> <generator>https://wordpress.org/?v=6.8.5</generator><image> <url>https://francescolelli.info/wp-content/uploads/2018/11/cropped-InstrumentElement-32x32.jpg</url><title>financial application of machine learning Archives - Francesco Lelli %</title><link>https://francescolelli.info/tag/financial-application-of-machine-learning/</link> <width>32</width> <height>32</height> </image> <site
xmlns="com-wordpress:feed-additions:1">156264324</site> <item><title>Machine Learning for Financial Applications</title><link>https://francescolelli.info/letter-to-the-younger-self/machine-learning-for-financial-applications/</link> <comments>https://francescolelli.info/letter-to-the-younger-self/machine-learning-for-financial-applications/#respond</comments> <dc:creator><![CDATA[Francesco Lelli]]></dc:creator> <pubDate>Fri, 12 Jul 2019 15:04:03 +0000</pubDate> <category><![CDATA[Letter to the younger self]]></category> <category><![CDATA[Machine Learning]]></category> <category><![CDATA[financial application of machine learning]]></category> <category><![CDATA[letter]]></category> <category><![CDATA[machine learning]]></category> <category><![CDATA[machine learning for finance]]></category> <category><![CDATA[master student]]></category> <category><![CDATA[master thesis]]></category> <guid
isPermaLink="false">https://francescolelli.info/?p=1536</guid><description><![CDATA[<p>Using machine learning algorithms can be interesting to come to conclusions for your thesis. However, it also becomes very easily overly complicated. In order to prevent getting stuck with codes, data, and programming environments, I present a few tips and tricks. Firstly, make sure you understand what it takes when starting to program in a [&#8230;]</p><p>The post <a
href="https://francescolelli.info/letter-to-the-younger-self/machine-learning-for-financial-applications/">Machine Learning for Financial Applications</a> appeared first on <a
href="https://francescolelli.info">Francesco Lelli</a>.</p> ]]></description> <content:encoded><![CDATA[<p>Using
machine learning algorithms can be interesting to come to conclusions for your
thesis. However, it also becomes very easily overly complicated. In order to
prevent getting stuck with codes, data, and programming environments, I present
a few tips and tricks.</p><p>Firstly,
make sure you understand what it takes when starting to program in a programming
language. If you do not have any experience yet, using python probably is the
best way to go. Before deciding whether to use a certain language, it is
advised to find similar codes to the one you intend to make and to replicate
these codes. This can be a great way of practicing and determining whether you
are able to actually work with the programming language. There is plenty of
environments in which this can be done, for example using TensorFlow. For my
thesis, I used TensorFlow given the simplicity of using it and the great amount
of documentation available. A great source for finding examples of codes is
GitHub.</p><div
class="wp-block-image"><figure
class="alignright is-resized"><img
fetchpriority="high" decoding="async" data-attachment-id="1537" data-permalink="https://francescolelli.info/letter-to-the-younger-self/machine-learning-for-financial-applications/attachment/letter-to-the-younger-self/" data-orig-file="https://francescolelli.info/wp-content/uploads/2019/07/Letter-to-the-younger-self.jpg" data-orig-size="1400,1100" data-comments-opened="1" data-image-meta="{&quot;aperture&quot;:&quot;0&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;0&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;0&quot;,&quot;iso&quot;:&quot;0&quot;,&quot;shutter_speed&quot;:&quot;0&quot;,&quot;title&quot;:&quot;&quot;,&quot;orientation&quot;:&quot;0&quot;}" data-image-title="Letter-to-the-younger-self" data-image-description="&lt;p&gt;Letters to the younger self &lt;/p&gt;
" data-image-caption="&lt;p&gt;Letters to the younger self &lt;/p&gt;
" data-medium-file="https://francescolelli.info/wp-content/uploads/2019/07/Letter-to-the-younger-self-300x236.jpg" data-large-file="https://francescolelli.info/wp-content/uploads/2019/07/Letter-to-the-younger-self-1024x805.jpg" src="https://i1.wp.com/francescolelli.info/wp-content/uploads/2019/07/Letter-to-the-younger-self.jpg?fit=790%2C621&amp;ssl=1" alt="machine learning " class="wp-image-1537" width="384" height="301" srcset="https://francescolelli.info/wp-content/uploads/2019/07/Letter-to-the-younger-self.jpg 1400w, https://francescolelli.info/wp-content/uploads/2019/07/Letter-to-the-younger-self-300x236.jpg 300w, https://francescolelli.info/wp-content/uploads/2019/07/Letter-to-the-younger-self-768x603.jpg 768w, https://francescolelli.info/wp-content/uploads/2019/07/Letter-to-the-younger-self-1024x805.jpg 1024w, https://francescolelli.info/wp-content/uploads/2019/07/Letter-to-the-younger-self-600x471.jpg 600w" sizes="(max-width: 384px) 100vw, 384px" /><figcaption> <br>Tobias Descamps: Machine learning for financial applications <br></figcaption></figure></div><p>Secondly,
make sure that you verify whether it is possible to come to your desired
outputs with the machine learning algorithm you intend to use. For example,
determine whether you want a categorical or continuous variable as output and
choose the appropriate machine learning technique for getting to this output.</p><p>Thirdly,
and probably most importantly, make sure that the data you want to use is
available. And, make sure there is enough data. When using data from financial
statements, using the Wharton Research Database may be a good way to go. You
can get free access to this database through Tilburg University. Moreover,
carefully consider how much time you need to prepare the data. For example,
using data from companies from many different industries or using data from
many different years may be a pain. Therefore, try to be as consistent as possible
in collecting your data. Moreover, start with making a framework on what
(meta)data you need. For example, data such as company information, dates of
collecting data, etc. In case you find later in your research that you lack
some data, this framework makes it relatively easy to repair your mistakes.</p><p>Fourthly,
developing machine learning algorithms and being able to explain what actually
happens in these algorithms requires some statistical and mathematical
knowledge. Make sure you read into what is happening in the algorithm, or make
sure you have access to the right people to explain this to you. There are
quite a few standardized packages for e.g. neural networks (e.g. through
Scikit). However, you may still be asked to explain what happens in the neural
network.</p><p>Lastly,
when you compare your algorithm to other algorithms, it is important that you
measure the performance of your model in a similar way as done in the
measurement of the other models. Otherwise, your comparison may be inaccurate.
For example, F1 is generally considered to better measure the ability of the
model to discriminate than e.g. hit ratio. Reading into the meaning of these
measurements and choosing the appropriate one may be fundamental to your
research.</p><p>Good
luck on your thesis!</p><p>Tobias Descamps&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; <br> <a
href="https://www.linkedin.com/in/tobiasdescamps/">https://www.linkedin.com/in/tobiasdescamps/</a></p><p></p><p>This letter is part of the collection &#8220;letter to the younger self&#8221; and has been written for helping the &#8220;new generation of students&#8221; learning from who was there before. You can see all the letters at the following link:</p><p><a
href="https://francescolelli.info/category/letter-to-the-younger-self/">https://francescolelli.info/category/letter-to-the-younger-self/</a></p><p>The post <a
href="https://francescolelli.info/letter-to-the-younger-self/machine-learning-for-financial-applications/">Machine Learning for Financial Applications</a> appeared first on <a
href="https://francescolelli.info">Francesco Lelli</a>.</p> ]]></content:encoded> <wfw:commentRss>https://francescolelli.info/letter-to-the-younger-self/machine-learning-for-financial-applications/feed/</wfw:commentRss> <slash:comments>0</slash:comments> <post-id
xmlns="com-wordpress:feed-additions:1">1536</post-id> </item> </channel> </rss>