Skip to content
Code_Underscored_logo
  • Python
  • Django
  • Web Development
  • Machine Learning
  • C++
  • Java
Code_Underscored_logo
  • using date picker with django
    Django

    How to use Date Picker with Django

    ByBrandon Jones February 24, 2021March 2, 2024

    This tutorial article seeks to unravel the mysteries of Django date/datetime pickers. Also, the article offers three options to explore. The first option is implementing the Django date/datetime pickers manually. The second option is implementing this datetime concept through custom widgets. Finally, you may explore the usability of a third-party Django app that supports the implementation of datetime pickers.

    Read More How to use Date Picker with DjangoContinue

  • upload files django
    Django

    How to upload files in Django

    ByBrandon Jones February 22, 2021March 2, 2024

    File uploads are important for a healthy Django web project. The same reason you attach files while sending emails is the same reason you need to have this functionality implemented in your Django projects. Also, you might be interested in creating an email app based on Django. What are the odds? This article seeks to explore the Ins and Outs of file uploads under Django.

    Read More How to upload files in DjangoContinue

  • Generics in Java
    Java

    What are Generics in Java

    ByMoses N February 20, 2021March 2, 2024

    A generic class is a special class that generates one or more non-specific java types upon instantiation. This helps remove the runtime exception risk “ClassCastException” when we need to cast between different types. With these generic classes, one has the capability to create classes that work with different java data types. Generics help to improve the quality and efficiency of the code.

    Read More What are Generics in JavaContinue

  • Doubly-linked Lists in Python
    Python

    Doubly-linked Lists in Python

    ByHumphrey February 20, 2021March 2, 2024

    Doubly linked lists are different from singly-linked lists because travel is both ways. The key differentiating factors in a doubly-linked list are the first and last elements because they perform a critical role in this data structure’s function. Therefore, it is common to hear of data being carried from two connecting fields, which are previous and the next.

    Read More Doubly-linked Lists in PythonContinue

  • machine learning vs deep learning
    Machine Learning

    Machine Learning vs. Deep Learning: What you need to know

    ByHumphrey February 18, 2021March 2, 2024

    Examples of machine learning and deep learning are all around us. When you imagine how Facebook can recognize if the person in the photo is the legit owner or the emerging self-driving cars or how Netflix can make predictions of movies, you cannot avoid the two topics. Artificial intelligence is a rather wide subject, and therein is Machine Learning. In fact, do not worry if you are already finding it confusing. We all were at some point. Now let’s simplify this by breaking it down for you.

    Read More Machine Learning vs. Deep Learning: What you need to knowContinue

  • Java enum and how to use it-min
    Java

    What is an Enum and how to use it in Java

    ByHumphrey February 16, 2021March 2, 2024

    Like many things in our daily lives, the initial impression often matters, and programming is not exempted. Programming essentially signifies a list of termed constants. Apart from Java, nearly all other known programming terms have enumeration features. Although Java has the final keyword to signify constants, enumerations were incorporated as an opportuneness to encounter the computer programmer’s several streamlined desires.

    Read More What is an Enum and how to use it in JavaContinue

  • top machine learning datasets
    Machine Learning

    Top 30 datasets for machine learning

    ByHumphrey February 13, 2021March 2, 2024

    There are key concepts that lay the foundation in machine learning algorithms for understanding the theme. One of these concepts is a dataset, an assortment of cases that support machine learning techniques for various purposes. A dataset is sometimes known as a validation or training dataset that is often fed into the machine learning system to train models.

    Read More Top 30 datasets for machine learningContinue

  • C++ Arrays with examples
    C++

    Arrays in C++ with examples

    ByBrandon Jones February 12, 2021March 2, 2024

    Arrays are a widespread concept in many programming languages. Before heading into the concepts, let’s understand what Arrays are and why they are so important? Suppose we need to make a program to store the names of five fruits, namely orange, mango, banana, apple, and grapes. All the fruits would have the same type, i.e., a string but stored in different 5 variables. We use an array to solve this problem, so an array is a data structure that holds fixed-size elements of the same data type.

    Read More Arrays in C++ with examplesContinue

  • interview questions in Machine Learning
    Machine Learning

    Top 50+ Machine Learning Interview Questions

    ByHumphrey February 10, 2021March 2, 2024

    Let’s take machine learning as an application of artificial intelligence that automatically gives the system the ability to learn and make some improvements without actual programming. This learning mainly focuses on specific computer programs that can access data and use it for their learning. In this article, we examine possible questions that you can be asked or can be tested in a machine learning interview.

    Read More Top 50+ Machine Learning Interview QuestionsContinue

  • Regularization in Machine Learning
    Machine Learning

    Machine Learning Vs. Data Science

    ByHumphrey February 9, 2021March 2, 2024

    To most people, understanding the recent development in artificial intelligence (AI) can be irresistible, but if it’s learning the fundamentals you are concerned with, you can limit several AI inventions into two overlapping concepts; Machine learning and deep learning. These concepts are arguably interchangeable, creating an inapt misunderstanding in its use.

    Read More Machine Learning Vs. Data ScienceContinue

  • public data sets for machine learning and data science
    Machine Learning

    Best Public Datasets for Machine Learning and Data Science

    ByHumphrey February 6, 2021March 2, 2024

    Due to technological advancements, the quest to automate and improve the way tasks are done at the forefront. Artificial language (AI) and Machine Language (ML) are taking over. When covering this topic, you will deal with and relate with lots of data. Datasets have been proven to be the easiest way to learn machine learning and data science. Therefore, this article will cover the best public datasets for machine learning and data science.

    Read More Best Public Datasets for Machine Learning and Data ScienceContinue

  • Regularization in Machine Learning
    Machine Learning

    Regularization in Machine Learning

    ByHumphrey February 3, 2021March 2, 2024

    In computer science, regularization is a concept about the addition of information with the aim of solving a problem that is ill-proposed. It is also an approach that helps address over-fitting. In Machine Learning, regularization refers to part or all modifications done on a machine-learning algorithm to minimize its generalization error. However, it does not include the training error.

    Read More Regularization in Machine LearningContinue

Page navigation

Previous PagePrevious 1 … 25 26 27 28 29 … 32 Next PageNext
  • About Us
  • Contact Us
  • Disclaimer
  • Privacy Policy

© 2025 Code Underscored. All Rights Reserved.

A PART OF VIBRANT LEAF MEDIA COMPANY.

  • Python
  • Django
  • Web Development
  • Machine Learning
  • C++
  • Java
Search