Skip to content

Commit 46844c1

Browse files
committed
Learning Machine Learning through interactive notebooks
A Machine Learning repository containing over 30 notebooks covering everything from data analysis, data preparation, classical machine learning algorithms, and deep learning.
1 parent 34f06e8 commit 46844c1

File tree

42 files changed

+101303
-19623
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

42 files changed

+101303
-19623
lines changed

0_python_for_ml/intro_to_python.ipynb

+3,936
Large diffs are not rendered by default.

1_data_computations_with_numpy/1_intro_to_Numpy_for_data_computation.ipynb

+19-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,24 @@
11
{
22
"cells": [
3+
{
4+
"cell_type": "markdown",
5+
"metadata": {},
6+
"source": [
7+
"<table align=\"left\">\n",
8+
" <td>\n",
9+
" <a href=\"https://colab.research.google.com/github/nyandwi/machine_learning_complete/blob/main/1_data_computations_with_numpy/1_intro_to_numpy_for_data_computation.ipynb\" target=\"_parent\"><img src=\"https://colab.research.google.com/assets/colab-badge.svg\" alt=\"Open In Colab\"/></a>\n",
10+
" </td>\n",
11+
" <td>\n",
12+
"</table>"
13+
]
14+
},
15+
{
16+
"cell_type": "markdown",
17+
"metadata": {},
18+
"source": [
19+
"*This notebook was created by [Jean de Dieu Nyandwi](https://twitter.com/jeande_d) for the love of machine learning community. For any feedback, errors or suggestion, he can be reached on email (johnjw7084 at gmail dot com), [Twitter](https://twitter.com/jeande_d), or [LinkedIn](https://linkedin.com/in/nyandwi).*"
20+
]
21+
},
322
{
423
"cell_type": "markdown",
524
"metadata": {
@@ -3447,7 +3466,6 @@
34473466
"source": [
34483467
"That's it for NumPy. In this lab, you learned how to create an array, perform basic operations, and also how to manipulate an array. \n",
34493468
"\n",
3450-
"It's kind of fascinating to think how tools like `TensorFlow, Sklearn, Pandas....` are powered by NumPy. \n",
34513469
"\n",
34523470
"In the next lab, we will learn about the Pandas, another important tool used for real world data manipulation."
34533471
]

0 commit comments

Comments
 (0)