Skip to content

Latest commit

 

History

History
133 lines (87 loc) · 6.29 KB

log.md

File metadata and controls

133 lines (87 loc) · 6.29 KB

Day one: Thursday 5 July

I am working on deploying machine learning algorithm that helps predict if breast cancer is cancerous or not.

  • I have the data set
  • I have prepared the notebook
  • I have done pre-data processing

Thoughts: I am just a beginner at this but I am really engaging myself to grow so far so good.

Link: commit

Day two: Friday 6th July

Today I worked on Data processing and feature selection in my cancer project: The aim is to find which are the best features that i can use in the machine learning algorithm for the best predictive results

Some of the things I want to do are:

  • Deploy SVM, KNN and KMeans
  • Use PCA to reduce dimensions
  • Normalize results of the data I have before I deploy the models

<<<<<<< HEAD

Link: commit

Thoughts: Just really excited to see what I can do over the period that I have spent learning ML

Day three: Sat 7th July 2018

Today I am going to look at deploying Decision tree algorithms for a dataset that I got from Kaggle. This dataset was given by a bank to assist predict which candidates are able to pay their loans.

  • Deploy Decision Tree
  • Make my first submission on kaggle for the results I get

this is going to be an interesting time, i still feel like I have things mixed up though the other reason why this is the time to make things better.

I am alittle stuck though: how do i extract into csv the information for the kmeans classifier to deal with it? I feel somewhat confused.

Day four: Sun 8th July 2018

Today I watched a tutorial from Raj on implementing linear regression technique from scratch.

I am doing some studying on different algorithms: link

I forked some github repository to assist me learn more about these algorithm implementations: link

Reviewed machine learning implementations of peers in edx.org

Day five: Mon 9th July 2018

=======

Thoughts: Just really excited to see what I can do over the period that I have spent learning ML

Today I am taking time to look through various algorithms as much as possible and also to practice my programming. I had a question on how I could produce a resulting dataset but now I have the answer to it.

I predict in the near days I will be able to do much more seeing that I have kinda made it through the novice stages.

I have looked at these today:

    1. Linear Regression
    1. Logistics regression
    1. Got an sklearn cheat sheet which drew a great picture on how the info works.
    1. Decision tree algorithm
    1. Support Vector Machines
    1. Read a chapter collective intelligence.pdf

what is amazing is that the decision tree algorithm was able to classify the information 100% correct which is quite amazing in comparison to what i have seen so far.

Day six: Tue 10th July 2018

Today is a continuation of ML algorithms

I am learning so much, I am glad. Today landed on the notion of tuning algorithms, I am getting the clearer picture day by day.

Day 7: Wed 11th July:

Studied: - how to read research a paper by rajraval - how to read math equations - signed up for introduction to mathematical thinking by Stanford Uni

Hyper-parameter testing:

Day 8: Thur 12th July:

Today I want to look at parameter tuning and hyper parameter tuning

Day 9: Fri 13th July:

Today I forked some work on parameter tuning for XGBoost aglorithms Got some GitHub repos, which I am going through a cell at a time.

Day 10-11: Sat 14th July- Sun 15th July:

Studied various articles on handling data: 1- Cool Article 2- 2 3- 3 4- 4 5- Hyper parameter tuning

6- CatBoost

Day 12 Mon 16th July:

Today concentrated on going through my course: DataScience with Python from edx I also begun on a new course: Mathematical Thinking which will help me catch up with stat when I begin it. I want to take these two courses at the same time. one on Coursera and another on edx both about Math.

Day 13 Mon 17th July:

TODAY: I studied this article on the process of Machine learning I documented many steps on what it takes to get good results in the process of ML.

THOUGHTS: I had not idea it was so cumbersome this process, stages of feature engineering and all, its quite hectic but a great learning process. Commit