Category: Computer Science

  • CLANU 2021

    Ressources pour le projet CLANU partie informatique pour la classification d’images d’IRM provennant de 3 séquences et coupées suivant 3 plans (problème de 9 classes) Enoncé de la partie informatique et code source C++

  • Using Jupyter Lab and Tensorflow within a conda environment

    1- before launching jupyter, check the environment kernel $ jupyter kernelspec list 2- if nothing appears looking “TF2.6”, add the kernel to jupyter by: $ ipython kernel install –name “TF2.6” –user 3- now you should see TF2.6 with the command: $ jupyter kernelspec list 4 -you can repeat the above kernel installation for other kernels…

  • Nouveau au département GE ?

    Une petite présentation de l’informatique et des systèmes au département Génie Électrique de l’INSA Lyon. (pdf) Une petite visite des salles à 360° ? ici!

  • Install Tensorflow2 or PyTorch with conda

    Create a conda environment A short summary of conda utilization: This procedure is the same for PyTorch, just download pytorch1.12-cuda.yml and adapt the previous lines. $ conda env create –prefix /tmp/${USER}/pytorch1.12-cuda -f pytorch1.12-cuda.yml

  • 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