<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
  <channel>
    <title>Always a trade-off</title>
    <description>A virtual proof that I'm awesome</description>
    <link>https://bcjuan.github.io/</link>
    <atom:link href="https://bcjuan.github.io/feed.xml" rel="self" type="application/rss+xml" />
    
      <item>
        <title>Simple classification app with CameraX, TFLite and Android TFLite support (Java)</title>
        <description>
          How to use analyze method from CameraX altogether with the android tflite support library (Java) - 
          Introduction I am novice to Android App development, however I have been developing neural network models for gesture recognition for microcontrollers for a while. I wanted then to try out to develop a simple classification app with Android. In this blog post I will briefly describe the steps to build...
        </description>
        <pubDate>Wed, 06 Jan 2021 00:00:00 -0800</pubDate>
        <link>https://bcjuan.github.io/2021-01-06-simple-classification-app-with-tflite-and-android/</link>
        <guid isPermaLink="true">https://bcjuan.github.io/2021-01-06-simple-classification-app-with-tflite-and-android/</guid>
      </item>
    
      <item>
        <title>RL Part I: First steps in reinforcement learning with OpenAI Gym</title>
        <description>
          OpenAI Gym Environment, hand made policies and Crossentropy method. - 
          Introduction Reinforcement Learning (RL) is a branch of Artificial Intelligence which consists in training or making learn an agent through reward to solve a problem, situation or act in an optimized manner within an environment. The main difference with respect to supervised learning is that there is no ground truth...
        </description>
        <pubDate>Mon, 18 May 2020 00:00:00 -0700</pubDate>
        <link>https://bcjuan.github.io/2020-05-18-first-steps-reinforcement-learning/</link>
        <guid isPermaLink="true">https://bcjuan.github.io/2020-05-18-first-steps-reinforcement-learning/</guid>
      </item>
    
      <item>
        <title>Retrieving elements from an array in OpenCV C++</title>
        <description>
          
          Accessing Array Elements Individually There are three common ways to access matrix elements in OpenCV C++. The .at template member function, the classical pointer access and iterators. Template member funtion .at As the name says it is a member function and hence it is linked to the template and its...
        </description>
        <pubDate>Thu, 16 Apr 2020 00:00:00 -0700</pubDate>
        <link>https://bcjuan.github.io/2020-04-16-accessing-individual-elements-c++-opencv</link>
        <guid isPermaLink="true">https://bcjuan.github.io/2020-04-16-accessing-individual-elements-c++-opencv</guid>
      </item>
    
      <item>
        <title>Setting up a personal GPU server. Part 1</title>
        <description>
          Would you like to be able to connect to your GPU station from anywhere, anytime? Run programs remotely and have a centralized server? Here I Show my experience building up a personal server. - 
          Setting up a personal GPU server. Part 1 In this post I want to explain a little bit my vicissitudes in setting up my desktop computer as a server for GPU computation. Of course, I assume you already have your GPUs working on your computer. The idea is also to...
        </description>
        <pubDate>Thu, 16 Apr 2020 00:00:00 -0700</pubDate>
        <link>https://bcjuan.github.io/2020-04-16-setting-up-a-personal-server/</link>
        <guid isPermaLink="true">https://bcjuan.github.io/2020-04-16-setting-up-a-personal-server/</guid>
      </item>
    
      <item>
        <title>My First Machine Learning Competition: Barcelona Climate Change Challenge 2019</title>
        <description>
          How many more sensors should we add to improve temperature prediction in Barcelona? Where should we place them? - 
          Introduction The Barcelona Climate Change Challenge has been my first competition, and our team ended in the 1rst Place: so it has been a great day and a great beginning. In this competition we had solve two different tasks: 2016 daily temperature prediction Establish positions for 10 new sensors around...
        </description>
        <pubDate>Sun, 24 Nov 2019 07:32:36 -0800</pubDate>
        <link>https://bcjuan.github.io/2019-11-24-my-first-ml-competition/</link>
        <guid isPermaLink="true">https://bcjuan.github.io/2019-11-24-my-first-ml-competition/</guid>
      </item>
    
  </channel>
</rss>
