top of page
Search


Cross-entropy
Cross-entropy is generally used in machine learning as a loss function. Cross-entropy is an action from the field of details thesis,...
Mayuri Kale
Mar 29, 20222 min read
1 view
0 comments


Python Interpreter and How does a it Work ?
Python Interpreter An interpreter takes the code you write and executes (runs) whatever behaviour you specified, creates the variables...
Mayuri Kale
Mar 24, 20222 min read
2 views
0 comments


The LEGB Rule for Python Scope
Scope of variable refers to the portion of the program, where it's accessible, i.e., region where you can apply ( operate). Local...
Mayuri Kale
Mar 16, 20222 min read
5 views
0 comments


Reindex DataFrame
Reindex () function is related to customize the index of rows as well as columns of a DataFrame. It alters the row tag and column label...
Mayuri Kale
Mar 14, 20222 min read
2 views
0 comments


Artificial Intelligence Types of AI and ML
AI is much more about the procedure and the ability for superpowered thinking and data analysis than it is about any specific format or...
Mayuri Kale
Mar 12, 20222 min read
1 view
0 comments


Python as Programming Language
Numerous individuals link Python with diligence like internet development, machine learning, artificial intelligence, as well as...
Mayuri Kale
Mar 8, 20222 min read
1 view
0 comments


Activation Functions in Neural Networks
Activation Functions An Activation Function decides whether a neuron should be turned on or not. This means that it'll choose whether the...
Mayuri Kale
Mar 7, 20222 min read
3 views
0 comments


Decision Tree : Where it Use ?
Decision Tree In its simplest form, a decision tree is a kind of flowchart that shows a clear path to a decision. In terms of data...
Mayuri Kale
Mar 5, 20222 min read
2 views
0 comments


Tuple and List in Python
What is Tuple in Python ? A tuple refers to a collection of objects in python which are ordered and ca n’t be modified. The python things...
Mayuri Kale
Mar 4, 20222 min read
3 views
0 comments


Data Science : Future Scope
The data is multiplying continuously with time and there's a necessity of advanced tools and methods to address, store, process, and...
Mayuri Kale
Mar 2, 20222 min read
3 views
0 comments


Boolean Operators : Types of Boolean Operator
The operators similar as not, and, or that are applied to perform logical operations in Python, with outcomes of the operations involving...
Mayuri Kale
Feb 25, 20222 min read
4 views
0 comments


Artificial Intelligence (AI) in Animation
We can fluently say that Artificial Intelligence (AI) has told several diligence as well as people. AI in the field of animation is...
Mayuri Kale
Jan 22, 20222 min read
7 views
0 comments


Boolean Operators in Python
A Boolean expression is an expression that yields just the two conclusions true or false. When we generate with many Boolean expressions...
Mayuri Kale
Jan 12, 20222 min read
16 views
0 comments


Career Options After BCA
Are you struggling with career appliances after BCA? Are you incapable to choose between a job and post-graduation after BCA? BCA...
Mayuri Kale
Jan 11, 20222 min read
1 view
0 comments


ReLU Activation Function
Introduction The Rectified Linear Unit is the most generally applied activation function in deep learning models. The function returns 0...
Mayuri Kale
Jan 10, 20222 min read
12 views
0 comments


Data Mining -Importance of Data Mining and Advantages
In general, data mining tasks can be classified into two orders descriptive and prophetic. Descriptive mining tasks characterize the...
Mayuri Kale
Jan 6, 20222 min read
4 views
0 comments


Career after B.Com or Bachelor of Commerce
B.Com or Bachelor of Commerce is among the most favorite courses that scholars take after class 12. Due to the adding competition,...
Mayuri Kale
Jan 4, 20222 min read
3 views
0 comments


Tuples in Python
Python Tuple is used to store the sequence of inflexible Python objects. The tuple is analogous to lists since the value of the...
Mayuri Kale
Jan 1, 20222 min read
10 views
0 comments


Namespaces in Python
In simple words, A namespace is a collection of names and the details of the objects substantiated by the names. We can consider a...
Mayuri Kale
Dec 24, 20212 min read
8 views
0 comments


Identifiers in Python
Different programming essentials need to be linked and named uniquely to separate them from others of the same kind. These are...
Mayuri Kale
Dec 24, 20212 min read
1 view
0 comments
Blog: Blog2
bottom of page