Skip to content
View Perro2110's full-sized avatar
🦆
🦆

Organizations

@aclai-lab

Block or report Perro2110

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Maximum 250 characters. Please don't include any personal information such as legal names or email addresses. Markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
Perro2110/README.md

Typing SVG

     


data Developer

import University.Ferrara
import ACLAI.Lab          (sole, symbolicLearning)
import qualified Logic.Symbolic as AI

data Developer = Developer
  { name    :: String
  , origin  :: String
  , uptime  :: Years
  , focus   :: [Topic]
  , hobby   :: [Passion]
  } deriving (Show, Eq)

me :: Developer
me = Developer
  { name   = "Marco Perrotta"
  , origin = "Italy"
  , uptime = 21
  , focus  = ["Symbolic AI", "Machine Learning", "Logic for CS"]
  , hobby  = ["Playing with different OS", "Formal logic", "ML research"]
  }

type Language = Favourite

type Favourite = [Language]

myLanguages :: Favourite
myLanguages = ["Gleam", "C", "Julia", "Haskell"]
  -- naturally a conjunction of passions: ∧ ∧ ∧

toolchain :: [Tool]
toolchain =
  -- languages
  [ "Gleam", "C", "Julia", "Haskell"
  , "Python", "Go", "Java", "Bash", "PHP"
  , "Prolog", "MIPS ASM", "R", "MATLAB", "Fortran"
  , "LaTeX", "HTML", "CSS", "SQL", "Arduino"
  -- frameworks & libraries
  , "Laravel", "scikit-learn", "Angular"
  -- editors & environments
  , "VSCode", "Notepad++", "tmux"
  -- tools & platforms
  , "Git", "WSL", "PuTTY", "TeamViewer", "JAndroid"
  ]

                                                         


sole :: IO Research

sole :: IO Research
sole = do
  lab       <- joinLab "ACLAI"
  -- Applied Computational Logic and Artificial Intelligence
  -- Dept. of Mathematics and Computer Science, University of Ferrara
  framework <- develop "SOLE"
  -- SymbOlic LEarning framework
  return $ framework <> lab

"Currently working in the ACLAI Laboratory, focusing on the development of the SOLE (SymbOlic LEarning) framework."


reach :: Channel -> Maybe Marco

reach :: Channel -> Maybe Marco
reach Email    = Just "perrottamarco2011@gmail.com"
reach LinkedIn = Just "linkedin.com/in/marco-perrotta-b159b6244"
reach Reddit   = Just "DarkAltruistic9560"
reach GitHub   = Just "Perro2110"
reach _        = Nothing

ghStats :: IO ()

GitHub Stats


-- EOF :: Marco.Perrotta

Pinned Loading

  1. aclai-lab/SolePostHoc.jl aclai-lab/SolePostHoc.jl Public

    Sole (SymbOlic LEarning) Post Hoc Analysis Module

    Julia 10

  2. NotteRicercatori2025 NotteRicercatori2025 Public

    HTML 1