Goto

Collaborating Authors

 geeky human


Advantages, Disadvantages, and Future of Machine Learning - Geeky Humans

#artificialintelligence

Machine learning seems to be more and more prominent as businesses are adopting it. From streaming services that use algorithms to study viewer behavior to self-driving cars, it is clear that machine learning solutions will continue to benefit humanity. And why should that not be the case when there is so much machine learning can offer us. But are things really as good as they seem? And what is the future looking like for machine learning?


Top 50 Useful PHP Library List - Geeky Humans

#artificialintelligence

As the name suggests, it is a collection of mathematical functions ranging from simple calculation to complex numerical analysis. Math PHP library is completely independent and works straightaway. Its features includes Algebra, Arithmetic, Finance, Functions like Map and Polynomial, Information theory (Entropy), Linear Algebra (Matrix, Vector), Numbers (Arbitrary Integer, Complex, Rational), Number Theory (Integers), Numerical Analysis (Interpolation, Numerical Differentiation, Numerical Integration, Root Finding), Probability (Combinatorics, Distributions), Sequences (Basic, Advanced, Non-Integer), Set Theory, Statistics (Anova, Averages, Circulation, Correlation, Descriptive, Distance, Divergence, Distributions, Effect Size, Experiments, Kernel Density Estimation, Multivariance, Outlier, Random Variable, Regressions, Signification testing), Trigonometry. So if you're looking for all in one library for math function, well, this is the one.


Real-Time Intermediate Flow Estimation for Video Frame Interpolation with Python - Geeky Humans

#artificialintelligence

Real-Time Intermediate Flow Estimation for Video Frame Interpolation is the process of generating images from a sequence of frames. It is a challenging task as it requires a significant amount of computational resources. Moreover, rendering video can be a multi-step process. The quality of video interpolation is affected by many factors such as frame rate, quality of video encoding, the format of video content (e.g. The overall quality of the rendered video is highly dependent on the combination of all these factors.


What Are Some Popular Python Libraries for Machine Learning? - Geeky Humans

#artificialintelligence

When it comes to coding, Python happens to be one of the most popular languages. It is true that there are alternatives, but Python has been steadily growing in terms of its usability. At the same time, it is important to note that while Python is popular, it still has some downsides, such as performance and a somewhat disorganized build system. Regardless, these cons can be overcome, and Python offers more than enough for its users, particularly if they are working on something related to machine learning. The purpose of this article is to cover some of the best Python libraries for machine learning.


Detect the Age and Gender of a Face using OpenCV - Geeky Humans

#artificialintelligence

In this tutorial, we are going to quickly go over how you can detect the age and gender of a face using OpenCV. In computer vision, detecting a face is a very important task. In the past, detecting a face required a lot of time and effort, but today we have pre-trained models that can do it in a few seconds. We will be using a pre-trained model in the OpenCV library to detect a face and return a ground truth label. OpenCV: It is a tool that specializes in the areas of image processing, video analysis, or computer vision. OpenCV can be used to help developers solve lots of problems in your field when it comes down to analyzing images and videos through sophisticated digital algorithms.


RDF Processing in Python with RDFLib - Geeky Humans

#artificialintelligence

An RDF statement expresses a relationship between two resources. The subject and the object represent the two resources being related; the predicate represents the nature of their relationship. The relationship is phrased in a directional way (from subject to object) and is called an RDF property. RDF allows us to communicate much more than just words; it allows us to communicate data that can be understood by machines as well as people. In this tutorial, we'll do the RDF Processing in Python with RDFLib.


Schedule Python Scripts with Apache Airflow - Geeky Humans

#artificialintelligence

If you want to work efficiently as a data scientist or engineer, it's important to have the right tools. Having dedicated resources on hand allows one to perform repetitive processes in an agile manner. It's not just about automating those processes but also performing them regularly on a consistent basis. This can be anything from extracting, analyzing, and loading data for your data science team's regular report to re-training your machine learning model every time you receive new data from users. Apache Airflow is one such tool that lets you efficiently make sure that your workflow stays on track.


Create API in Django Rest Framework Viewset - Geeky Humans

#artificialintelligence

An Application Programming Interface or API is a way for computers and servers to talk to each other on the web. Most of the APIs in the world is Restful, which means they follow a set of rules or constraints known as Representational State Transfer. They are typically a way to access a database. The API backend queries the database and formats the response. A Restful API organizes data entities or resources into a bunch of unique URIs or Uniform Resource Identifiers that differentiate between different types of data resources.


20 Chatbot Development Tools and Libraries - Geeky Humans

#artificialintelligence

It is very important to learn about Chatbot Development and its tools which are available in the market. Now you must be having questions regarding this. What are the best chatbot development libraries and tools for building chatbots?


Top 13 Data Mining Algorithms - Geeky Humans

#artificialintelligence

The Expectation-Maximization (EM) algorithm is a way to find maximum-likelihood estimates for model parameters when the data is incomplete, or has missing data points, or has unobserved/hidden latent variables. This is an iterative way to approximate the maximum likelihood function. While maximum likelihood estimation can find the "best fit" model for a set of data, it does not work specifically well for incomplete data sets. The more complex Expectation-Maximization (EM) algorithm can find model parameters even if you have missing data. It works by selecting random values for the missing data points and using those guesses to estimate a second set of data.