Tag: machine learning
-
How to Easily Build Your First Machine Learning Web App in Python
towardsdatascience.com/how-to-easily-build-your-first-machine-learning-web-app-in-python-c3d6c0f0a01c
-
Trial to Test AI-Designed Cancer Antibody Therapy
A clinical trial is set to begin evaluating a synthetic antibody treatment for solid tumor cancer designed with machine learning algorithms. Trial to Test AI-Designed Cancer Antibody Therapy
-
Machine Learning Project in Oncology 6 – Web Scraping for Cancer Omics Data
Web scraping is data scraping used for extracting data from websites. Why Scrape Cancer Omics data? Cancer Omics data is scattered around various resources, with most of them not providing a direct access to the data by using an API. This makes impossible to fetch the data programmatically and leaves with an option to scrape the data from […]
-
Machine Learning Project in Oncology 5 – Developing Convolutional Neural Networks for Classifying Breast Cancer Based on Histopathological Images
There are already some excellent blogs and papers on the topic (See [1]-[4] in References). The project was divided into 6 steps: 0. Raise A question and Prepare Data. Breast cancer is a malignant tumor that grows in or around the breast tissue (mainly in the milk ducts and glands). A tumor usually starts as […]
-
How to Get Reproducible Results from Biomedical Data?
I agree with these 8 key recommendations across 4 different domains. In machine learning, The ways to make use of randomness, such as initializing to random weights, and in turn the same network trained on the same data can produce different results.
-
What is Convolutional Neural Networks? A simple but comprehensive explanation
link.medium.com/A1CFnOwCPob
-
Which is Better, Machine Learning Engineer or Data Scientist?
www.geeksforgeeks.org/machine-learning-engineer-vs-data-scientist-which-is-better/ The topic is interesting.
-
A brief history of machine learning algorithms
https://analyticsindiamag.com/the-history-of-machine-learning-algorithms/ History of ML prepares us to select a better solution in the present and to tackle the challenges in the future.
-
Machine Learning Project in Oncology 4 – Building Machine Learning Models in Subtyping Breast Cancer Tumors Based on Gene Expression of Biomarkers (Python version)
In Project 3, we built machine learning models in subtyping breast cancer tumors based on gene expression of biomarkers in R. Machine Learning Project 3 In this project, we will carry out the project in python, which is divided to 8 steps: 0. Prepare Data. We use the following datasets: BRCA_PAM50_Expression.txt : The gene expression […]
-
Machine Learning Project in Oncology 3 – Comparison of Five Machine Learning Methods in Subtyping Breast Cancer Tumors Based on Gene Expression of Biomarkers (R version)
Breast Cancer Is not one disease as most of us think. There are four main female breast cancer subtypes categorized according to hormone receptor (ER and PR) and HER2: Luminal A: HR+/HER2– Luminal B: HR+/HER2+ HER2-enriched: HR–/HER2+ Triple Negative: HR–/HER2– These biomrker proteins (HER2, ER, and PR), are encoded by three genes, including ERBB2 (Erb-B2 […]
-
Do I have to master statistics before I enter machine learning?
Yes and No. Statistics is usually agreed to be a prerequisite for a deeper understanding of machine learning. On the other hand, statistics is a too large field with many esoteric theories and findings to digest. We only have to focus on just the “essential” or relevant parts. I found two resources useful for the […]
-
Machine Learning Project in Oncology 2 – Developing A Multilayer Perceptron Neural Network for Breast Cancer Survival
According to Cancer.Net: Breast cancer has now surpassed lung cancer as the most commonly diagnosed cancer worldwide. An estimated over 2,20,000 new cases were diagnosed in women across the world in 2020. More women in the United States are diagnosed with breast cancer than any other type of cancer, besides skin cancer. The disease accounts […]
-
Data science = Machine Learning?
I read a blog on the topic and I agree with the author’s point “Machine learning is just a small part of the many different aspects of data science.” https://towardsdatascience.com/when-did-data-science-become-synonymous-with-machine-learning-2d7d9f93f4ca
-
Machine Learning Project in Oncology 1 – Deep Learning-based Identification of Prostate Cancer using TCGA RNA-seq
Prostate cancer (PRAD) is the most common non-skin cancer in America. In the United States, 1 in 8 men will be diagnosed with prostate cancer in his lifetime. The challenge of classifying PRAD and normal tissues based on gene expression data has been tackled through the development of diverse machine learning methods, such as self-organizing […]
-
Two types of learning approaches for data science and machine learning
There are two main methods in mastering new knowledge: Bottom-up and Top-down learning. What’s Bottom-up learning According to Encyclopedia of the Sciences of Learning, Bottom-up learning refers to learning implicit knowledge first and then learning explicit knowledge on that basis (i.e., through “extracting” implicit knowledge). Most of our schools are built around the bottom-up natural […]