Skip to content

Commit 3e67f3c

Browse files
authored
clean up
1 parent 9370b75 commit 3e67f3c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Basic Machine Learning Implementation with Python and Numpy
22

3-
This repository contains implementations of basic machine learning algorithms in Python and Numpy (Python Version 3.6+). All algorithms are implemented from scratch without using additional machine learning libraries. The intention of these notebooks is to provide a basic understanding of the algorithms and their underlying structure, <em>not</em> to provide the most efficient implementations.
3+
This repository contains implementations of basic machine learning algorithms in Python and Numpy. All algorithms are implemented from scratch without using additional machine learning libraries. The intention of these notebooks is to provide a basic understanding of the algorithms and their underlying structure, <em>not</em> to provide the most efficient implementations.
44

55
1. [Linear Regression ](https://github.com/bamtak/machine-learning-implemetation-python/blob/master/Linear%20Regression%20Implementation%20from%20scratch.ipynb)
66

0 commit comments

Comments
 (0)