Skip to content

Latest commit

 

History

History
48 lines (32 loc) · 3.21 KB

README.md

File metadata and controls

48 lines (32 loc) · 3.21 KB

Laravel Logo PHP ML Logo

Learning Machine Learning

Table of Contents

My journey

In this repo, you will find my journey in learning machine learning. I will be using the PHP-ML library to learn the basics of machine learning. I will be using the Laravel framework to build a simple web application to test the machine learning algorithms.

Why I am learning machine learning

I have been fascinated by machine learning for a while now. I have been reading about it and (ab)using already existing AIs, such as ChatGPT, Computer Vision and have had a lot of fun transforming me into a LoTR character using Midjourney.
But this is not sufficient, enough, for me. I've always been a curious and a creative person. I want to know how these things work. I want to know how to build them. I also wish that, someday, I can build something that can help people. People like me, who struggle with speaking "correctly" with non-intimate people.

What I plan to do

I plan to build a simple web application that will be able to detect the tone of a text. The application will be able to detect if the text is positive, negative or neutral.
Or, at least, this is the first step I want to achieve in my journey.

Forecasted steps

  • Learn the basics of Laravel
  • Learn the basics of machine learning
  • Learn the basics of PHP-ML
  • Learn the basics of Statistical Programming
  • Build a simple web application that will be able to predict basic stuff
  • Build a simple web application that will be able to predict more complexstuff.

Milestones

Milestones

Date Description
03/17/2023 Initial release of this repository.
03/17/2023 Initial commit.
03/18/2023 First training: binary combinations
03/18/2023 Second training: positive or negative sentence
03/19/2023 Added a new sample to the training because
of a wrong predict result