How Would You Explain a Large Language Model to a Non-Technical Person?Think of it like a super-smart Librarian. A Large Language Model is Artificial Intelligence(AI) that functions like a brilliantly clever…Feb 25Feb 25
BroadCasting in Neural NetworksThe term broadcasting describes how numpy treats arrays with different shapes during arithmetic operations. Subject to certain…Feb 3, 2020Feb 3, 2020
Vectorization for Neural Network programmingFor small jobs or data like the housing prices data,ecommerce and son on we used for linear regression, your code does not need to be…Feb 2, 2020Feb 2, 2020
Descent GradientMinimizing the error between a model and a training data set is a fundamental practice in data science. After all, if a model doesn’t…Feb 1, 2020Feb 1, 2020
Algorithm of Neural Networks :-Binary Classification with Logistic regressionJan 31, 2020Jan 31, 2020