Machine Learning2021-07-02T16:37:18+00:00

June 2021

  • Fibonacci Sequence Numbers

Day 59 – Predicting Fibonacci Sequence Numbers Using Neural Networks

By |June 17th, 2021|Categories: Artificial Intelligence, Machine Learning|Tags: , , , , |

Fibonacci Sequence patterns are inevitable in life, and we can see them in flowers, plants, seashells, etc. Today, we will see how to predict Fibonacci sequence using simple neural networks using the Tensorflow Keras library. Fibonacci ...

  • Fresh sandwich and apple for healthy lunch in the plastic lunch box

Day 56 – No Free Lunch Theorem(NFL) in Artificial Intelligence/Machine Learning

By |June 13th, 2021|Categories: Artificial Intelligence, Machine Learning|Tags: , , , |

You have created a model for a problem in Artificial Intelligence/Machine Learning that works perfectly and achieves 90 to 95% accuracy. Again, you take the same model and implement it in another problem; you found that it ...

  • MAE_RMSE_MSE

Day – 46 – Mean Square Error(MSE), Root Mean Square Error(RMSE), Mean Absolute Error(MAE)

By |June 3rd, 2021|Categories: Machine Learning|Tags: , , , |

The linear regression problems use few performance measures Mean Square Error(MSE), Root Mean Square Error(RMSE), and Mean Absolute Error(MAE). Mean Square Error(MSE) Formula: Root Mean Square Error(RMSE) Formula: Mean Absolute Error(MAE) Formula: ...