AKSHARA CSIT
AKSHARA CSIT
  • Видео 139
  • Просмотров 329 179

Видео

Inheritance with example program in java
Просмотров 722 месяца назад
This video explains about Inheritance in java with example
Motivation and Evolution of Object Oriented Programming
Просмотров 562 месяца назад
Motivation and Evolution of Object Oriented Programming
Composition with example program in Java
Просмотров 502 месяца назад
This video explains Composition in Java(Has-a Relationship)
Passing arguments by Reference - Call by Reference
Просмотров 172 месяца назад
This video explain about Passing arguments by Reference to methods( Call by Reference) in java language and in C
Passing Objects as parameters to methods/Constructors - Copy Constructor
Просмотров 213 месяца назад
this video explain Passing Objects as parameters to methods/constructors - Copy Constructor
Argument Passing in Java - Call by Value(primitive types)
Просмотров 123 месяца назад
This video explain about call by value argument passing in java with example
Introduction to Methods in Java
Просмотров 303 месяца назад
Introduction to Methods in Java
Encapsulation with example program in Java
Просмотров 613 месяца назад
This video Explains about OOP concept Encapsulation in java
Array of Objects
Просмотров 273 месяца назад
This video explain about Array of Objects in java
Introduction to Arrays in Java
Просмотров 113 месяца назад
This video explain about arrays in java with example program, how to declare , how to instantiate and how to initialize arrays in java language.
Static Keyword in Java
Просмотров 293 месяца назад
This video explains about Static keyword in java, explain about static variables, static block and static methods
This() to call overloaded constructors
Просмотров 723 месяца назад
This video explains the second use of the this keyword, call to current class constructor
This Keyword in Java
Просмотров 733 месяца назад
This Video explain about This keyword in java with example program. It explains how this keyword resolve naming conflicts with in constructor.
Constructors in Java
Просмотров 983 месяца назад
This video explains about Constructors in Java with example program
Classes and Objects
Просмотров 1463 месяца назад
Classes and Objects
Writing Hello World Java Program with compilation and execution
Просмотров 1043 месяца назад
Writing Hello World Java Program with compilation and execution
Double Linked List - insertion at tail
Просмотров 92Год назад
Double Linked List - insertion at tail
Double Linked List - insertion at head
Просмотров 55Год назад
Double Linked List - insertion at head
instructions for assignment
Просмотров 117Год назад
instructions for assignment
DA_Lec07 - Normal Distribution
Просмотров 71Год назад
DA_Lec07 - Normal Distribution
DA_Lec06 - Introduction to Probability PMF PDF CDF
Просмотров 75Год назад
DA_Lec06 - Introduction to Probability PMF PDF CDF
DA_Lec05 - Descriptive Analytics
Просмотров 63Год назад
DA_Lec05 - Descriptive Analytics
DA_Lec04 - Measurement Scales
Просмотров 60Год назад
DA_Lec04 - Measurement Scales
DA_Lec03 - Data Types
Просмотров 682 года назад
DA_Lec03 - Data Types
DA Lec02- Data Analytics Types
Просмотров 1262 года назад
DA Lec02- Data Analytics Types
DA Lec01- Course Overview
Просмотров 1852 года назад
DA Lec01- Course Overview
Binary Search Tree(BST) Deletion with program
Просмотров 2902 года назад
Binary Search Tree(BST) Deletion with program
Binary Search Tree(BST) Insertion and Searching with code in C
Просмотров 3172 года назад
Binary Search Tree(BST) Insertion and Searching with code in C
Merge Sort with animation
Просмотров 2862 года назад
Merge Sort with animation

Комментарии

  • @learn_something_g
    @learn_something_g 4 дня назад

    What is the use of "element" variable?

    • @aksharacsit
      @aksharacsit 4 дня назад

      It just variable to hold the value of data part of priority queue node.

    • @learn_something_g
      @learn_something_g 4 дня назад

      @@aksharacsit Why we need "element" variable even we did not used for operation?

    • @aksharacsit
      @aksharacsit 4 дня назад

      @@learn_something_g in real world programming it would be some thin like employee , student or any other object. Those objects will be stored in datastructure based on priority by using priority queue. Here priority or next fields are used to build priority queue datastructure. But our ultimate goal is to handle data(objects like employee, students) to hold that objects we need element field. To make program simple we are not considering objects inplace of that we are using simple integer element. In our program we assigned element to the priority queue data field we are using that.

    • @learn_something_g
      @learn_something_g 4 дня назад

      @@aksharacsit Could you please make a video for explaining my doubt? I didn't understand what you said.

    • @aksharacsit
      @aksharacsit 4 дня назад

      @@learn_something_g I will try to make a video on that. But it may take time. In priority queue node 3 fields are there Data field ->it will hold the actual data(object information). This is the important one To assign value to priority queue node data field we used element nn->data= element; In the create node function Priority field ->while storing data into our data structure it decide order Next filed -,> to hold the next node value(here we are using linked list to implement priority queue.

  • @ENagamani-yl1ub
    @ENagamani-yl1ub 9 дней назад

    Thank u for wonderful video😊

  • @usamashakeel9747
    @usamashakeel9747 Месяц назад

    So exellent If I have choice of 100 subscriber.I subscribe 100 time this chanel 🥰😊

  • @rijasohail577
    @rijasohail577 Месяц назад

    Thankyou!

  • @DeepakGanesh-hg7tm
    @DeepakGanesh-hg7tm Месяц назад

    omg

  • @mashaimjavaid1256
    @mashaimjavaid1256 Месяц назад

    How to perform DES decryption can you provide a video for that also

  • @mashaimjavaid1256
    @mashaimjavaid1256 Месяц назад

    Amazingly Explained keep it up 👍

  • @TimelessTales918
    @TimelessTales918 Месяц назад

    The explanation of the math is too fast

    • @aksharacsit
      @aksharacsit Месяц назад

      Thank you for the feedback

  • @szymonfrydrych2444
    @szymonfrydrych2444 Месяц назад

    Good tutorial ❤

  • @akashsivatejajayampu2444
    @akashsivatejajayampu2444 2 месяца назад

    Sir what about weak entity

    • @aksharacsit
      @aksharacsit 2 месяца назад

      Weak entity starts at @ 4:15 minutes

  • @pratyushranjan150
    @pratyushranjan150 2 месяца назад

    thank you 🙌🙌🙌

  • @khalidmuzemil9020
    @khalidmuzemil9020 2 месяца назад

    sir I want to ask do we always ignore the derived attribute

    • @abduraheemhussein3872
      @abduraheemhussein3872 2 месяца назад

      In ER (Entity-Relationship) mappings, derived attributes are typically not included as separate attributes in the entity model. Derived attributes are calculated or derived from other attributes in the entity, and they do not represent stored data in the database. Instead of including derived attributes in the entity model, they often calculated on-the-fly when needed or stored in a separate table or view. Including derived attributes in the entity model can lead to redundancy and potential data inconsistency.

    • @aksharacsit
      @aksharacsit 2 месяца назад

      Yes derived attributes will not be stored in database, but derived attribute values will be calculated based on already existing data. So in this relational mapping we will ignore derived attributes.

    • @khalidmuzemil9020
      @khalidmuzemil9020 2 месяца назад

      thank you

  • @khalidmuzemil9020
    @khalidmuzemil9020 2 месяца назад

    thank you very very very very very very much sir

  • @RahulChauhan-co3xg
    @RahulChauhan-co3xg 2 месяца назад

    super Anna🔥🇮🇳

  • @blessy_clicks
    @blessy_clicks 2 месяца назад

    Too perfect sir,awesome

  • @Mayank_Vij
    @Mayank_Vij 2 месяца назад

    Please make videos on concurrency and recoverability techniques also

    • @aksharacsit
      @aksharacsit 2 месяца назад

      I will do. Thank you for watching

  • @jiwaninabil4244
    @jiwaninabil4244 2 месяца назад

    how did you obtain s1 = 0.05 and s2 =0.11

    • @aksharacsit
      @aksharacsit 2 месяца назад

      Here s1 and s2 are sample standard deviations. By using standard deviation formula for above data you can find

  • @MuhammadRizwan-ph7uv
    @MuhammadRizwan-ph7uv 2 месяца назад

    Plz provide me the pdf from you teach plz sir

  • @anhquanpham8146
    @anhquanpham8146 3 месяца назад

    Very great video man, subscribed!

  • @tommytommy1355
    @tommytommy1355 3 месяца назад

    Thank you

  • @yatidesigns8873
    @yatidesigns8873 3 месяца назад

    thank you a lot! very good explentaion! helped me with a project!!!

  • @shyamjigupta9062
    @shyamjigupta9062 3 месяца назад

    Very nice complete tutorial .....

  • @indiajackson5959
    @indiajackson5959 3 месяца назад

    Great explanation

  • @1997DS
    @1997DS 3 месяца назад

    First walk-through of a complete computation example in LSTM seen! Nice work and very helpful :)

  • @user-ut6jl7jm3s
    @user-ut6jl7jm3s 4 месяца назад

    Do you have like this video but for other example? Library or hospital or something

  • @xsba7
    @xsba7 4 месяца назад

    Thank you so so so muchhhh, tomorrow's my exam and you've been really helpful with explaining

  • @user-dm1zy2qj5r
    @user-dm1zy2qj5r 4 месяца назад

    Well helped

  • @abhivishwa112
    @abhivishwa112 4 месяца назад

    What a neat explanation!! Thank you 🙏

  • @ravi1212
    @ravi1212 4 месяца назад

    Thank You sir, now i can understand any ER diagram ❤

  • @likhithS2321
    @likhithS2321 4 месяца назад

    thank you sir! you saved me from the internals

  • @jeevanmv4529
    @jeevanmv4529 5 месяцев назад

    🔥🔥🔥

  • @user-oj6qd8ie2x
    @user-oj6qd8ie2x 6 месяцев назад

    Thanks sir 👍

  • @5pointpulse-75
    @5pointpulse-75 6 месяцев назад

    Thank you so much! ☺

  • @mahadsohail7205
    @mahadsohail7205 6 месяцев назад

    Best explanation w.r.t (Ramez Elmasri, Fundamentals of Database Systems (7 th Edition)) book

  • @oshadhaedirisinghe1455
    @oshadhaedirisinghe1455 6 месяцев назад

    Thank you

  • @serhattatas5123
    @serhattatas5123 7 месяцев назад

    Great video dude ! 1000x Better than my prof.

  • @ngakanmadekrisnasedana7017
    @ngakanmadekrisnasedana7017 7 месяцев назад

    how can you find the value of wf and bf?

    • @aksharacsit
      @aksharacsit 7 месяцев назад

      Initially wf and bf values will be randomly assigned they will be adjusted(learned) during training process based on output. Wf and bf are weight matrices like normal weights in neutral networks. They will be configured during training.

  • @anasaljumaili5518
    @anasaljumaili5518 7 месяцев назад

    Great explanation

  • @rupatailichode6235
    @rupatailichode6235 7 месяцев назад

    Good work

  • @zuhaibraza4353
    @zuhaibraza4353 8 месяцев назад

    Loray Hindi bolo English ki maa behn ek karna lazmi hai

  • @silver_shades4971
    @silver_shades4971 9 месяцев назад

    Thank you❤🙏

  • @PODOCAST-TUBE
    @PODOCAST-TUBE 9 месяцев назад

    Thank you sir

  • @nadranaj
    @nadranaj 9 месяцев назад

    great explanation with go illustrations and annotating

  • @sriramayeshwanth9789
    @sriramayeshwanth9789 11 месяцев назад

    This is the best video for RNN. I have been going through many videos but was facing a hard time in understanding. Thanks a lot.

  • @lehaswinipalla3365
    @lehaswinipalla3365 11 месяцев назад

    Best video on this topic

  • @YashSharmaBCE
    @YashSharmaBCE Год назад

    Good Video

  • @collinskimweri4461
    @collinskimweri4461 Год назад

    What is this guy talking😢

  • @cadtutorial3851
    @cadtutorial3851 Год назад

    Thanks

  • @user-rm5je8us1f
    @user-rm5je8us1f Год назад

    thank you so much, keep up the good work brother.

  • @asmij2078
    @asmij2078 Год назад

    thank you sir 😄😄