Afficher/masquer le menu
Liens Ecyseo
  • Tags cloud
  • Daily
  • Pictures wall
  • Search
  • Display options
    • Links per page :
    • 20 links
    • 50 links
    • 100 links
  • RSS Feed
  • Login

J'ai besoin d'intimité. Non pas parce que mes actions sont douteuses, mais parce que votre jugement et vos intentions le sont.

5165 links 

page 1 / 1

Liste des liens

4 results tagged algorithmes x
Shunting-yard algorithm - Wikipedia
2021-02-24 18:24 - permalink -

Pour effectuer un programme permettant le calcul en tenant compte des priorités arythmétiques.

/* This implementation does not implement composite functions,functions with variable number of arguments, and unary operators. */

while there are tokens to be read:
    read a token.
    if the token is a number, then:
        push it to the output queue.
    else if the token is a function then:
        push it onto the operator stack 
    else if the token is an operator then:
        while ((there is an operator at the top of the operator stack)
              and ((the operator at the top of the operator stack has greater precedence)
                  or (the operator at the top of the operator stack has equal precedence and the token is left associative))
              and (the operator at the top of the operator stack is not a left parenthesis)):
            pop operators from the operator stack onto the output queue.
        push it onto the operator stack.
    else if the token is a left parenthesis (i.e. "("), then:
        push it onto the operator stack.
    else if the token is a right parenthesis (i.e. ")"), then:
        while the operator at the top of the operator stack is not a left parenthesis:
            pop the operator from the operator stack onto the output queue.
        /* If the stack runs out without finding a left parenthesis, then there are mismatched parentheses. */
        if there is a left parenthesis at the top of the operator stack, then:
            pop the operator from the operator stack and discard it
        if there is a function token at the top of the operator stack, then:
            pop the function from the operator stack onto the output queue.
/* After while loop, if operator stack not null, pop everything to output queue */
if there are no more tokens to read then:
    while there are still operator tokens on the stack:
        /* If the operator token on the top of the stack is a parenthesis, then there are mismatched parentheses. */
        pop the operator from the operator stack onto the output queue.
exit.
algorithmes calcul wikipedia
- https://en.wikipedia.org/wiki/Shunting-yard_algorithm
Lalal.ai: 100% AI-powered the vocal and instrumental track removal.
2020-06-11 10:51 - permalink -

Impressionnant. Un algo permettant de séparer le bon grain de l'ivraie la voix de la mélodie instrumentale. Le résultat sur la voix est vraiment très bon. Celui sur les instruments un peu moins mais malgré tout acceptable.

algorithmes intelligence-artificielle? Musique
- https://www.lalal.ai/
Algorithmes et discriminations : le Défenseur des droits, avec la CNIL, appelle à une mobilisation collective | CNIL
2020-06-3 10:27 - permalink -

À l’issue d’un séminaire réunissant des experts du sujet, organisé en partenariat avec la CNIL les 28 et 29 mai, le Défenseur des droits publie des premières recommandations afin de prévenir et lutter contre les biais discriminatoires des algorithmes.

algorithmes cnil société
- https://www.cnil.fr/fr/algorithmes-et-discriminations-le-defenseur-des-droits-avec-la-cnil-appelle-une-mobilisation
YouTube thumbnail
Few-Shot Adversarial Learning of Realistic Neural Talking Head Models - YouTube
2019-05-24 14:16 - permalink -

Putain, c'est flippant. Avec une seule image, le programme est capable de créer une animation de visage réaliste. Autrement dit, il est capable de faire dire à quelqu'un ce qu'il n'a jamais dit. Les fake news ont de beaux jours devant elles...

algorithmes animation fake programmation visages
- https://www.youtube.com/watch?v=p1b5aiTrGzY
page 1 / 1


Tags


  • shaarli
  • wikipedia

Tags cloud

Shaarli - The personal, minimalist, super-fast, database free, bookmarking service by the Shaarli community - Help/documentation
Affiches "loi aviva" créées par Geoffrey Dorne le 13 Mai, 2020 - Mastodon 1 - Mastodon 2