admin_aurigait

Home/Auriga User

About Auriga User

This author has not yet filled in any details.
So far Auriga User has created 0 blog entries.

ChatGPT: The Secret Weapon for Professionals in the AI Rivalry Between Google and Microsoft

It's a rare possibility that you missed the ChatGPT buzz! It is an AI-powered chatbot developed by OpenAI, based on the GPT (Generative Pretrained Transformer) language model that uses deep learning techniques to generate human-like responses to

By |2023-02-28T17:32:35+05:3028 February 2023|0 Comments

React Testing Library

Why is testing required? Testing is beneficial for the following reasons:- Easy detection of errors in code or its flow. Enhance the quality of the product while reducing costs, maximising ROI, and saving development time Types of Testing

By |2023-01-17T19:48:17+05:3028 November 2022|Comments Off on React Testing Library

Data Analytics And Visualization

  Data Analytics And Visualization   What makes a data scientist different from another? The answer is simple : How good he plays with the data! Before applying machine learning algorithms it is important to interpret the data

By |2023-01-17T20:00:11+05:303 March 2022|Comments Off on Data Analytics And Visualization

K-Nearest Neighbour(KNN)

What is KNN Algorithm ? K nearest neighbors or KNN Algorithm is a simple algorithm which uses the entire dataset in its training phase. Whenever a prediction is required for an unseen data instance, it searches through the

By |2023-01-17T20:05:40+05:3029 April 2021|Comments Off on K-Nearest Neighbour(KNN)

Spring Boot with Docker

Docker is a tool which is used to automate the deployment of applications in lightweight containers so that applications can work efficiently in different environments. Common Docker Terms Docker Container A container is a standard unit of software

By |2023-01-17T20:06:23+05:3020 April 2021|Comments Off on Spring Boot with Docker

AWS Cognito-Authentication in Web or Mobile App.

Access control is one of the major aspect during any application designing whether it is react/native/react-native or web application. We use different frameworks for this purpose one of them is AWS cognito. AWS cognito is a service provided

By |2023-01-17T20:07:02+05:3031 March 2021|Comments Off on AWS Cognito-Authentication in Web or Mobile App.

Email Notification in Django

For sending email notification in django we use django's send_mail function, with using some smtp sever. we can get smtp server from free smtp service providers like SendGrid. In our settings.py file we define some parameters for sending

By |2023-04-17T17:30:16+05:3029 December 2020|Comments Off on Email Notification in Django

SystemNotifications handling in Django REST

To manage notifications we define types of notifications in a constant files(in a dictionary) and create two tables in our database, first is NotificationObjects and second, Notifications like: [crayon-662cdad2472fc482785522/]   [crayon-662cdad247304416193561/] [crayon-662cdad247308021491009/] In NotificationObjects table we define entity_type_id

By |2023-01-17T20:09:20+05:3017 December 2020|Comments Off on SystemNotifications handling in Django REST

Recommendation System Using Alternating Least Square

Alternating Least Square (ALS) is also a matrix factorization algorithm and it runs itself in a parallel fashion. ALS is implemented in Apache Spark ML and built for a larger-scale collaborative filtering problems. ALS is doing a pretty

By |2023-01-17T20:10:27+05:3010 April 2020|Comments Off on Recommendation System Using Alternating Least Square
Go to Top