Your lessons have seriously helped compliment my class's regular lecture. It's nice to always hear a topic explained a second time, and the clear examples help. Thanks for all the time you put in making these videos!
@ProfessorHankStalica Жыл бұрын
I agree with that. Complimentary explanations are a great thing. 👍
@RealityCheck6969 Жыл бұрын
Man I love this video. How you get a random number on the first byte when you change the memory allocation to a 4 byte integer is just so cool. :)
@leythecg Жыл бұрын
Excellent presentation with really meaningful examples! Here I learn and understand everything much better and above all: I can remember it very well! Many, many thanks!
@ProfessorHankStalica Жыл бұрын
You're very welcome!
@tahaanass30974 ай бұрын
That lecture was just amazing , it would be much more better if you showed us an example of why on earth we will use unions , a simple example for demonstration and thank you a lot 😊
@ProfessorHankStalica4 ай бұрын
That's covered in Appendix L of our text. 🍻
@umarbashir12362 жыл бұрын
Thank you
@ProfessorHankStalica2 жыл бұрын
You're welcome!
@cokecamilo Жыл бұрын
Thank you!
@ProfessorHankStalica Жыл бұрын
You're welcome!
@umarbashir12362 жыл бұрын
Sir, please please please have a series of videos on below on plea basis: Unit - 10: Artificial Intelligence (AI) Approaches to AI: Turing Test and Rational Agent Approaches; State Space Representation of Problems, Heuristic Search Techniques, Game Playing, Min-Max Search, Alpha Beta Cutoff Procedures. Knowledge Representation: Logic, Semantic Networks, Frames, Rules, Scripts, Conceptual Dependency and Ontologies; Expert Systems, Handling Uncertainty in Knowledge. Planning: Components of a Planning System, Linear and Non Linear Planning; Goal Stack Planning, Hierarchical Planning, STRIPS, Partial Order Planning. Natural Language Processing: Grammar and Language; Parsing Techniques, Semantic Analysis and Prgamatics. Multi Agent Systems: Agents and Objects; Agents and Expert Systems; Generic Structure of Multiagent System, Semantic Web, Agent Communication, Knowledge Sharing using Ontologies, Agent Development Tools. Fuzzy Sets: Notion of Fuzziness, Membership Functions, Fuzzification and Defuzzification; Operations on Fuzzy Sets, Fuzzy Functions and Linguistic Variables; Fuzzy Relations, Fuzzy Rules and Fuzzy Inference; Fuzzy Control System and Fuzzy Rule Based Systems. Genetic Algorithms (GA): Encoding Strategies, Genetic Operators, Fitness Functions and GA Cycle; Problem Solving using GA. Artificial Neural Networks (ANN): Supervised, Unsupervised and Reinforcement Learning; Single Perceptron, Multi Layer Perceptron, Self Organizing Maps, Hopfield Network.
@ProfessorHankStalica2 жыл бұрын
Hey, Umar. I have videos already that cover most of those topics. Here's a link to the AI play list: kzbin.info/aero/PLaatXkJEXKyJjYYOrWrmVPNbWvs_sRgmm
@OlliS712 ай бұрын
Union isn't an allowed way to alias any data as any data. The correct usage would be memcpy() or bit_cast().
@ProfessorHankStalica2 ай бұрын
Ya, it has pretty much fallen by the wayside but it's in our text so I have to cover it and the other functions aren't. Still see it in C systems programming in legacy code from time to time though.
@OlliS712 ай бұрын
@@ProfessorHankStalica All compilers support that, but with C++ that's not the official way according to the standard.
@RealityCheck6969 Жыл бұрын
Never use "Double D" in a youtube video. It's just not right. :)))