<?xml version="1.0" encoding="utf-8" standalone="yes" ?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
  <channel>
    <title>Projects | HELA OUAILY</title>
    <link>https://helaouaili.netlify.app/project/</link>
      <atom:link href="https://helaouaili.netlify.app/project/index.xml" rel="self" type="application/rss+xml" />
    <description>Projects</description>
    <generator>Hugo Blox Builder (https://hugoblox.com)</generator><language>en-us</language><lastBuildDate>Sun, 25 Sep 2022 00:00:00 +0000</lastBuildDate>
    <image>
      <url>https://helaouaili.netlify.app/media/icon_hua2ec155b4296a9c9791d015323e16eb5_11927_512x512_fill_lanczos_center_3.png</url>
      <title>Projects</title>
      <link>https://helaouaili.netlify.app/project/</link>
    </image>
    
    <item>
      <title>Shiny application for the energy sector</title>
      <link>https://helaouaili.netlify.app/project/exemple5/</link>
      <pubDate>Sun, 25 Sep 2022 00:00:00 +0000</pubDate>
      <guid>https://helaouaili.netlify.app/project/exemple5/</guid>
      <description>&lt;ul&gt;
&lt;li&gt;Creation of &lt;strong&gt;SQL&lt;/strong&gt; queries to extract data from various departmental databases.&lt;/li&gt;
&lt;li&gt;Processing and &lt;strong&gt;analysis&lt;/strong&gt; of data needed to improve the planning process.&lt;/li&gt;
&lt;li&gt;Creation, &lt;strong&gt;publication&lt;/strong&gt; and documentation of an interactive dashboard using &lt;strong&gt;R shiny&lt;/strong&gt;.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Classification&lt;/strong&gt; of works and accuracy of consumption using &lt;strong&gt;machine learning&lt;/strong&gt; algorithms.&lt;/li&gt;
&lt;/ul&gt;
&lt;hr&gt;
&lt;div class=&#34;alert alert-note&#34;&gt;
  &lt;div&gt;
    The data is fictitious and the preview is fuzzy for confidential reasons.
  &lt;/div&gt;
&lt;/div&gt;
</description>
    </item>
    
    <item>
      <title>Fall detection using Machine Learning</title>
      <link>https://helaouaili.netlify.app/project/example2/</link>
      <pubDate>Fri, 22 Jul 2022 00:00:00 +0000</pubDate>
      <guid>https://helaouaili.netlify.app/project/example2/</guid>
      <description>&lt;p&gt;The aim of this project is to study the performance of several machine learning algorithms in automatically detecting falls thanks to the indicators provided. To achieve this, we will follow the following steps using Python programming: Naive Bayes- Naive Bayes Classifier &amp;ndash; LDA : Linear Discriminant Analysis &amp;ndash; QDA: Quadratic Discriminant Analysis &amp;ndash; Logistic regression &amp;ndash; KNN- K nearest neighbors &amp;ndash; Decision Tree- Decision Tree &amp;ndash; Random Forest&amp;ndash; AdaBoost &amp;ndash; Gradient Boosting.&lt;/p&gt;
</description>
    </item>
    
    <item>
      <title>Crypto-prediction</title>
      <link>https://helaouaili.netlify.app/project/external-project/</link>
      <pubDate>Wed, 22 Jun 2022 00:00:00 +0000</pubDate>
      <guid>https://helaouaili.netlify.app/project/external-project/</guid>
      <description>&lt;p&gt;This is an artificial intelligence challenge I took part in on Kaggle . Using repisotory &lt;a href=&#34;https://github.com/manthanthakker/BitcoinPrediction&#34; target=&#34;_blank&#34; rel=&#34;noopener&#34;&gt;https://github.com/manthanthakker/BitcoinPrediction&lt;/a&gt; for inspiration, it presents implementations of machine learning algorithms (Random Forest, regression, etc.) and recurrent neural networks/long-term memory networks for BitCoin prediction. Furthermore, in our case, we have identified that BitCoin is the most important currency, as most other digital currencies will closely follow its trends. So having an accurate BitCoin prediction model should be an essential part of the project.&lt;/p&gt;
&lt;p&gt;After importing the data obtained from Kaggle from our database, which contains historical information on several cryptocurrencies such as Bitcoin and Ethereum, I moved on to the data preparation and cleaning stage.&lt;/p&gt;
&lt;p&gt;The next step is to deal with the missing values, rather in the difference in timestamp intervals. I started by extracting each cryptocurrency with its corresponding timestamps, visualizing them to better detect the differences and then imputing each missing value by the average of the value before and the value after.&lt;/p&gt;
</description>
    </item>
    
    <item>
      <title>Recognition-of-written-languages</title>
      <link>https://helaouaili.netlify.app/project/example3/</link>
      <pubDate>Thu, 02 Jun 2022 00:00:00 +0000</pubDate>
      <guid>https://helaouaili.netlify.app/project/example3/</guid>
      <description>&lt;p&gt;Language modeling is a field where unsupervised learning is widely applied, with text analysis and written language detection among the best-known applications. In this project, we want to be able to identify the language of a given text (French or English). To achieve this, we&amp;rsquo;re going to use a text data table in which each text has already been labeled by its language. Initially, the aim is to build several models characterizing the different languages, based on the frequency of appearance of symbols (letters) in each language, and then to compare the different models.
Each exercise in the project will involve : &lt;br&gt;
¤ Choose a model &lt;br&gt;
¤ Estimating its parameters &lt;br&gt;
¤ Program it and comment on the results.&lt;/p&gt;
</description>
    </item>
    
    <item>
      <title>ShortPath</title>
      <link>https://helaouaili.netlify.app/project/example/</link>
      <pubDate>Sat, 22 Jan 2022 00:00:00 +0000</pubDate>
      <guid>https://helaouaili.netlify.app/project/example/</guid>
      <description>&lt;p&gt;ShortPath is an R package for determining the shortest path on a graph from a source vertex using two algorithms: the Bellman-Ford algorithm and the Dijkstra algorithm.&lt;/p&gt;
&lt;p&gt;In particular, this package can be used to determine the shortest path on a graph within the unit square, whose starting vertex has coordinates (0,0) and whose ending vertex has coordinates (1,1).&lt;/p&gt;
&lt;p&gt;An example of the application of these algorithms is seam carving. This is an image resizing algorithm developed by Shai AVIDAN and Ariel SHAMIR, which resizes the image by removing so-called low-energy pixel paths.
The package includes several functions.&lt;/p&gt;
&lt;p&gt;See the full description by clicking the link above.&lt;/p&gt;
</description>
    </item>
    
    <item>
      <title>Dashboard tracking Covid-19 in Tunisia</title>
      <link>https://helaouaili.netlify.app/project/example4/</link>
      <pubDate>Thu, 18 Jun 2020 00:00:00 +0000</pubDate>
      <guid>https://helaouaili.netlify.app/project/example4/</guid>
      <description>&lt;h2 id=&#34;data&#34;&gt;Data&lt;/h2&gt;
&lt;p&gt;The input data for this dashboard is the dataset available from the coronavirus R package thanks to Thomas Neitmann.
The data and dashboard are refreshed on a daily basis.
The raw data is pulled from the Johns Hopkins University Center for Systems Science and Engineering (JHU CCSE) Coronavirus repository.&lt;/p&gt;
&lt;h2 id=&#34;update&#34;&gt;Update&lt;/h2&gt;
&lt;p&gt;The data is as of juin 18, 2020 and the dashboard has been updated on juin 19, 2020.&lt;/p&gt;
&lt;div class=&#34;alert alert-note&#34;&gt;
  &lt;div&gt;
    The dashboard was last updated in 2020, so the data is out of date.
  &lt;/div&gt;
&lt;/div&gt;
</description>
    </item>
    
  </channel>
</rss>
