Depends on what you are working on.
If you are working on a website I recommend Adobe Dreamweaver CC.
if its small assignments that doesnt involve major work, I'd use something like notepad++
Bayes’ Theorem provides a way that we can calculate the probability of a piece of data belonging to a given class, given our prior knowledge.
P(class|data) = (P(data|class) * P(class)) / P(data)
Where P(class|data) is the probability of class given the provided data.
Explanation:
- Naive Bayes is a classification algorithm for binary and multiclass classification problems.
- It is called Naive Bayes or idiot Bayes because the calculations of the probabilities for each class are simplified to make their calculations tractable.
This Naive Bayes tutorial is broken down into 5 parts:
Step 1: Separate By Class : Calculate the probability of data by the class they belong to, the so-called base rate. Separate our training data by class.
Step 2: Summarize Dataset : The two statistics we require from a given dataset are the mean and the standard deviation
The mean is the average value and can be calculated using :
mean = sum(x)/n * count(x)
Step 3: Summarize Data By Class : Statistics from our training dataset organized by class.
Step 4: Gaussian Probability Density Function : Probability or likelihood of observing a given real-value. One way we can do this is to assume that the values are drawn from a distribution, such as a bell curve or Gaussian distribution.
Step 5: Class Probabilities : The statistics calculated from our training data to calculate probabilities for new data. Probabilities are calculated separately for each class. This means that we first calculate the probability that a new piece of data belongs to the first class, then calculate the second class, on for all the classes.
Answer:
o enter an Excel formula into a cell, you start with an equal (=) sign. Excel then knows that the expression that follows should be interpreted as a calculation, not text. After the equal sign, you enter the formula. For example, you can find the sum of the numbers in cells C2 and C3 by using the formula =C2+C3.
Explanation:
hope that helps you
Answer: 1. The sun provides us with more energy than we could ever use, and no one can monopolise the sunlight. Your solar power system will start saving money from the moment it’s turned on, however, the advantages of solar power are best visible in the long-term. The longer you have your solar power system, the more you enjoy the benefits of solar technology and support the environment.
Aside from solar electricity, solar energy has a second application. We often associate solar energy with electricity, which is acquired through PV panels, but it’s also possible to use the energy generated by the sun for heating purposes. This process is accomplished by deploying solar thermal systems that simply convert the sunlight into heating solutions.
The acceptance of solar technology is at hand and we can start by increasing our use of solar panels.
2. The sun provides us with more energy than we could ever use, and no one can monopolise the sunlight. Your solar power system will start saving money from the moment it’s turned on, however, the advantages of solar power are best visible in the long-term. The longer you have your solar power system, the more you enjoy the benefits of solar technology and support the environment.
Aside from solar electricity, solar energy has a second application. We often associate solar energy with electricity, which is acquired through PV panels, but it’s also possible to use the energy generated by the sun for heating purposes. This process is accomplished by deploying solar thermal systems that simply convert the sunlight into heating solutions.
The acceptance of solar technology is at hand and we can start by increasing our use of solar panels.
Explanation:
The CDP protocol runs on CISCO routers and shares information between CISCO devices. CDP stands for Cisco Discovery Protocol. It is a protocol on Layer 2 (Data -Link layer) of the OSI model that enables CISCO devices to share information between them. The information includes for example the <span>operating system version and IP address.</span>