Skip to content

Commit 75b28cf

Browse files
committed
updated post, ml-1
1 parent d931af8 commit 75b28cf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

collections/blog/Research/_posts/2024-06-08-machine-learning-1.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,4 +20,4 @@ The course focused on Keras (despite claiming its focused on tensorflow), which
2020

2121
![image](/img/machine-learning/framworks.jpg)
2222

23-
For a beginner this familiarity feels a lot simpler and easier to understand. A more tecnical comparison between the two libraries can be found here: [Pytorch vs Tensorflow](https://realpython.com/pytorch-vs-tensorflow/). Instead of using Python it's also possible to use Julia, but its ecosystems seem smaller and less newbie friendly than their python equivalents. The [pre-compiled](https://julialang.github.io/PrecompileTools.jl/stable/) nature of Julia can pose a benefit for re-running code efficiently, but that's an optimization that seems irrelevant for student learning through small projects. As a beginner, it makes more sense to stick to what's popular due to the plethora of answered questions that can be found online.
23+
For a beginner this familiarity feels a lot simpler and easier to understand. A more tecnical comparison between the two libraries can be found here: [Pytorch vs Tensorflow](https://realpython.com/pytorch-vs-tensorflow/). Instead of using Python it's also possible to use Julia, but its ecosystems seem smaller and less newbie friendly than their python equivalents. The [pre-compiled](https://julialang.github.io/PrecompileTools.jl/stable/) nature of Julia can benefit re-running code, but that's an optimization thats irrelevant for a student learning through small projects. As a beginner, it makes more sense to stick to what's popular due to the plethora of answered questions that can be found online.

0 commit comments

Comments
 (0)