top of page
Search


Transfer learning Work Sample
In this assignment, you will perform transfer learning. You will take a pre-trained VGG16 network and retrain it to recognize trac signs.

Codersarts AI
1 min read
Â
Â
Â


Design List UI of Card View
What is List ? Android List View is a view which groups several items and display them in vertical scrollable list. The list items are...

Codersarts AI
1 min read
Â
Â
Â


Reading a file with Node.js
Read file in asynchronously Read content of a file in a non-blocking is called asynchronous way. That is, to tell Node to read in the...
Contact Us
1 min read
Â
Â
Â


Create API In Nodejs
Application programming interfaces (APIs) are everywhere.
They enable software to communicate with other pieces of software internal or exte
Contact Us
2 min read
Â
Â
Â


Health Care App
Problem taken into consideration: The main problem in these times of COVID-19 is the connection of doctors with the patients remotely and...

Codersarts AI
2 min read
Â
Â
Â


Retrieving list data from firebase inside Current User_Id
Firebase is Google's mobile application development platform that helps you build, improve, and grow your app. Here it is again in bigger...

Codersarts AI
2 min read
Â
Â
Â


Date and Time Picker Range Library
Date pickers and Time pickers provide a simple way to select a single value from a pre-determined set and we can select the range of date...

Codersarts AI
2 min read
Â
Â
Â


Expandable ListView Android
Android ExpandableListView Example Tutorial. In this tutorial we’ll implement an ExpandableListView which is used to group list data by cate

Codersarts AI
2 min read
Â
Â
Â


Bluetooth Low Energy
You probably heard Bluetooth before maybe you using in your car while listening to your favorite music or while talking on the phone...

Codersarts AI
2 min read
Â
Â
Â


Kalman tracking for multiplepoints - Sample Assignment
In this assignment you have to implement Kalman tracking for multiple points, simultaneously, through a video. The code will take a video (e

Codersarts AI
2 min read
Â
Â
Â


Implement Decision Tree Classification In Java: Java Sample
This year, we are going to implement, through a succession of assignments, a simplified version of a useful machine learning technique, call

Codersarts AI
8 min read
Â
Â
Â


Beginning Flutter - Intermediate - Using Common Widgets
Scaffold
App Bar
Safe Area
Container
Text
Rich Text
Column
Row
Different types of Buttons
We learn how to use the most common widget we

Codersarts AI
1 min read
Â
Â
Â


Firebase Backend as a Service BaaS
Firebase is a Backend-as-a-Service — BaaS — that started as a YC11 startup and grew up into a next-generation app-development platform on...

Codersarts AI
2 min read
Â
Â
Â


Different techniques for Text Vectorization.
we will be discussing various techniques to vectorize the texts in NLP.
NLP (Natural language processing) is a branch of artificial intellig
-
8 min read
Â
Â
Â


Deploying Machine Learning Models in SageMaker - AWS Cloud.
To get started with the deployment process of a Machine Learning Model over Amazon's SageMaker, first one needs to get familiar with the...

Codersarts AI
9 min read
Â
Â
Â
bottom of page