Vedio#1: Introduction and Neural Layer Class • Not need to include complete libraries like NumPy, TensorFlow or Pytrouch
• Writing a lightweight and server independent application.
• More Experimentation.
Java V/s Python
• Code Reusability in Java Best as OOPs
• Java handles concurrency better than Python, Python is more sequential
• Speed – Using JVM for Just in Time compilation
• Platform independent - Write once run anywhere with JVM (Java Virtual machine)
Neural Layer Class
Neural Layer – Collection of a set of neurons.
Neurons – Multi Input , Single Out put ( i/p * Weights) =Activation Function
Activation Function – Bounding the values.
Error Correction – Back Propagation = Covered In next video
Complete Code in My Blog -
0 Comments