top of page
Search
Mayuri Kale
Mar 29, 20222 min read
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,...
1 view0 comments
Mayuri Kale
Mar 24, 20222 min read
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...
2 views0 comments
Mayuri Kale
Mar 16, 20222 min read
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...
5 views0 comments
Mayuri Kale
Mar 14, 20222 min read
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...
2 views0 comments
Mayuri Kale
Mar 12, 20222 min read
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...
1 view0 comments
Mayuri Kale
Mar 8, 20222 min read
Python as Programming Language
Numerous individuals link Python with diligence like internet development, machine learning, artificial intelligence, as well as...
1 view0 comments
Mayuri Kale
Mar 7, 20222 min read
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...
3 views0 comments
Mayuri Kale
Mar 5, 20222 min read
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...
2 views0 comments
Mayuri Kale
Mar 4, 20222 min read
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...
3 views0 comments
Mayuri Kale
Mar 2, 20222 min read
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...
3 views0 comments
Mayuri Kale
Feb 25, 20222 min read
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...
4 views0 comments
Mayuri Kale
Jan 22, 20222 min read
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...
7 views0 comments
Mayuri Kale
Jan 12, 20222 min read
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...
16 views0 comments
Mayuri Kale
Jan 11, 20222 min read
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...
1 view0 comments
Mayuri Kale
Jan 10, 20222 min read
ReLU Activation Function
Introduction The Rectified Linear Unit is the most generally applied activation function in deep learning models. The function returns 0...
12 views0 comments
Mayuri Kale
Jan 6, 20222 min read
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...
4 views0 comments
Mayuri Kale
Jan 4, 20222 min read
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,...
3 views0 comments
Mayuri Kale
Jan 1, 20222 min read
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...
10 views0 comments
Mayuri Kale
Dec 24, 20212 min read
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...
8 views0 comments
Mayuri Kale
Dec 24, 20212 min read
Identifiers in Python
Different programming essentials need to be linked and named uniquely to separate them from others of the same kind. These are...
1 view0 comments
Blog: Blog2
bottom of page