RBFN, KSON and Hopfield Network
We cover Radial Basis Function Network (RBFN), Kohonen’s Self-Organizing Network (KSON) and Hopfield Network.
Fuzzy Logic Systems
Fuzzy logic was first developed by L.A. Zadeh in 1960’s to extend conventional (binary) crisp logic to make it suitable to incorporate knowledge and mimic human-like approximate reasoning.
Advanced Shading and Camera Models in Computer Graphics
Advanced Shading, Shadows and Reflections, Advanced Camera Models, Colors and stuffs. I just jot the keynotes here.
Animations with Particles in Computer Graphics
Animations with Particles and Particle Systems. Lets say we are asked to make an animation of throwing a basketball. How can we do? We can use Position Based or Physically Based Animation.
Ray Tracing in Computer Graphics
Ray Tracing is another rendering method. Rasterization is an object-based approach to scene rendering, Ray tracing, by contrast, colors the pixels first, then identifies them with objects later.
Rasterization in Computer Graphics
How Triangles are drawn in Computer Graphics? How to draw the triangle on the signal display using position of triangle vertices?
DreamBooth, Textual Inversion, LoRA
Cover popular token personalization techniques used in Stable Diffusion, including DreamBooth, Textual Inversion, LoRA
How to set my CUDA_HOME in a conda environment?
Messing with CUDA is alway pain in the back. How do I set my CUDA_HOME in a conda environment? Where is nvcc located?
Software Engineering - Practice Questions
Topics covered Process Models, Requirement Engineering, Testing, Modularity, Design Pattern, Code Smell, Architectual Pattern
Computer Science - Practice Questions
Topics cover Algorithms, OS, Propositional Logic, Thread, ADT, Data Structures