<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
  <channel>
    <title>Cbyad</title>
    <link>https://cbyad.github.io/</link>
    <description>Recent content on Cbyad</description>
    <generator>Hugo -- gohugo.io</generator>
    <language>en</language>
    <lastBuildDate>Sun, 27 Sep 2020 00:00:00 +0000</lastBuildDate>
    
	<atom:link href="https://cbyad.github.io/index.xml" rel="self" type="application/rss+xml" />
    
    
    <item>
      <title>Machine Learning Notes</title>
      <link>https://cbyad.github.io/posts/ml_notes_post/</link>
      <pubDate>Sun, 27 Sep 2020 00:00:00 +0000</pubDate>
      
      <guid>https://cbyad.github.io/posts/ml_notes_post/</guid>
      <description>Supervised Learning Linear regression with one variable Target : From a dataset (red points), we want to find a general method to automatically get an hypothesis function ${h_\theta(x)=\theta_0+\theta_1x}$ (blue line) that fit as well our points to predict new incomming data. Solution : Find a cost function $J(\theta)$ of parameter $(\theta_0,\theta_1)$ with $\theta$ that minimise $J$
$$ J(\theta_0,\theta_1) = \dfrac{1}{2m} \sum_{i=1}^m (h_\theta(x^{(i)})-y^{(i)})^2 $$
where $m$ the number of training sets</description>
    </item>
    
    <item>
      <title>Functional Programming with TypeScript — Part 1</title>
      <link>https://cbyad.github.io/posts/fp_ts_1_post/</link>
      <pubDate>Tue, 09 Jun 2020 00:00:00 +0000</pubDate>
      
      <guid>https://cbyad.github.io/posts/fp_ts_1_post/</guid>
      <description>This article targets anyone unfamiliar with functional programming (FP) but want to learn about it from scratch. Starting FP with dedicated languages like Haskell, OCaml, Erlang or Scala can take a lot of time for a beginner. FP treats many concepts and it’s impossible to cover them all in a single blog post. But with the basics and some concepts we can considerably improve our code (elegance, conciseness, safety, robustness, maintainability and more).</description>
    </item>
    
    <item>
      <title>A small monad library for dart/flutter project</title>
      <link>https://cbyad.github.io/posts/dart_monad_post/</link>
      <pubDate>Thu, 11 Jul 2019 00:00:00 +0000</pubDate>
      
      <guid>https://cbyad.github.io/posts/dart_monad_post/</guid>
      <description>I will introduce with simple words what monad is? and how can we use it through my library either_option in flutter project? It targets mainly readers who are unfamiliar with this concept, or who want to see how we can do it in an imperative object oriented language. We will focus on two monads: Either and Option &amp;hellip;
[Read more]</description>
    </item>
    
    <item>
      <title>A flutter/dart library : either_option</title>
      <link>https://cbyad.github.io/projects/eo/</link>
      <pubDate>Mon, 01 Jul 2019 00:00:00 +0000</pubDate>
      
      <guid>https://cbyad.github.io/projects/eo/</guid>
      <description>[See project]
About A small typed and safe library for error handling with functionnal programming concept in Dart and utter project (MIT licence).
either_option is a simple library typed for easy and safe error handling with functional programming style in Dart. It aims to allow flutter/dart developpers to use the 2 most popular patterns and abstractions : Either and Option, mainly used in FP language like Scala, Haskell, OCaml,&amp;hellip;
Installation Package link on pub either_option In your pubspec.</description>
    </item>
    
    <item>
      <title>TeecketHub</title>
      <link>https://cbyad.github.io/projects/tckt/</link>
      <pubDate>Sat, 01 Sep 2018 00:00:00 +0000</pubDate>
      
      <guid>https://cbyad.github.io/projects/tckt/</guid>
      <description>Real-time event ticketing mobile App with mobile payment service (private project)
Stack   Backend : TypeScript, Node.js, Koa, RabbitMQ, PostgreSQL, Redis, Chai/mocha, Socket.io, Docker
  IOS/Android App : Flutter, rxDart, SQLite, Firebase
  </description>
    </item>
    
    <item>
      <title>Static analysis tools</title>
      <link>https://cbyad.github.io/projects/tas/</link>
      <pubDate>Tue, 01 May 2018 00:00:00 +0000</pubDate>
      
      <guid>https://cbyad.github.io/projects/tas/</guid>
      <description>Static Analyser by abstract interpretation in OCaml for a C-like language&amp;hellip;
[See project]</description>
    </item>
    
    <item>
      <title>Ab🤓ut</title>
      <link>https://cbyad.github.io/about/</link>
      <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
      
      <guid>https://cbyad.github.io/about/</guid>
      <description>I&amp;rsquo;m Yannick-Alain Couassi-Blé (cbyad), software engineer with 3 years of professional experience. I graduated in 2018 with a Master degree in computer science from UPMC - Université Pierre &amp;amp; Marie Curie (now Sorbonne Université). I&amp;rsquo;m passionate about theoretical things in CS (Programming Language Theory, Algorithms Design, Machine Learning, Functional Prog,&amp;hellip;) as well as their application.
[Hardworker - Open mind - Entrepreneur] I like to learn new techs, concepts and share my knowledges by reading/writing blog post, attempt conferences, contribute and promote open source project&amp;hellip;</description>
    </item>
    
  </channel>
</rss>