Neural Network: Squares
Fairly simple of a neural network in Python, just squaring numbers.
caveofpython.com/machine-learni…
Founder of caveofprogramming.com
- Classifying Irises with a Neural Network. There's a lot of new ideas in one post if you've not studied this previously, but in future posts I mean to break it all down. caveofpython.com/machine-learni…
- Using PCA and Logistic Regression to Predict Breast Cancer Diagnosis. Unfortunately not useful unless you have whatever machine measures the shapes of cell nuclei though, plus a biopsy. caveofpython.com/machine-learni…
- I'd love to make a course on machine learning in Java. But libraries for Java are so lacking compared to Python. You can build neural nets in Java, but suppose you want to visualise data. In Python there's Seaborn and Pyplot. In Java we seem to be stuck with primitive stuff.
- Principal component analysis with agglomerative clustering for the Iris Flower Dataset. caveofpython.com/machine-learni…

