Category: Computer Science

  • Install Tensorflow2 or PyTorch/MONAI-dev with conda

    Create a TensorFlow conda environment A short summary of conda utilization: This procedure is the same for PyTorch, just download monai-dev.yml and adapt the previous lines. This file includes MONAI-dev prerequisits. then finalize the MONAI-dev installation by first activate your env and then installing the MOANI-dev using (more information here):

  • A very fast introduction to image processing

    Here are some slides to start with images and fundamental processing (pdf) There are also some funny basic practices using python. You may need to set up a working conda environment. For editing your py files, spyder or PyCharm are nice and efficient python IDEs. Activate a conda environment To create an environment with all…

  • Introduction to C and IRQ micro controller programming

    A short introduction to C programming of microcontrollers, including basics for IRQ and ISR design with gnu C. Bare-metal programming. C_uCuP Some sources to understand keywords as static, volatile, extern,… are available in the zip file: sources

  • Introduction to OpenMP

    OpenMP is widely use for concurrency programming with C/C++/fortran. Here are some exercices to understand how to use OpenMP. They are inspired from OpenMP tutorial but in C++. OpenMP lab Download the source files: OpenMP Source files

  • C/C++

    Langage C/C++ document for students (using QtCreator as IDE/RAD) NoteCpp Introduction to Algorithms and UML/C++ (short) [English] Lecture (3MB) Exercises Algorithms’ week (beginer, not yet finished) (110 kB) Introduction to UML and OOP (C++) [French] IntroductionOO All Parts and Exercices (3045kB) IntroductionOO_Part1 (745kB) IntroductionOO_Part2 (908kB) Video slide 34-56 [FR] IntroductionOO_Part3 (444kB) Video [FR] IntroductionOO_Part4 (503kB)…

  • Digital Signal Processor

    Introduction to DSP

  • Microcontroller PIC16

    Presentation of PIC16 familly