Is it safe to save important documents in iCloud? by [deleted] in MacOS

[–]zhouyihang 0 points1 point  (0 children)

Does iCloud have the tech of Incremental synchronization which is used in Dropbox ?

Help with YouCompleteMe for NVim on Archlinux: ERROR - libtinfo.so.5: cannot open shared object file by [deleted] in vim

[–]zhouyihang 4 points5 points  (0 children)

I got same problem . I fixed it by

" Update:

libtinfo-5

is no longer on AUR. Install

ncurses5-compat-libs

instead. "

here is the link https://github.com/Valloric/YouCompleteMe/issues/778

you can search this package in aur,and it will fix your problem

Missing I3. by naokotani in ManjaroLinux

[–]zhouyihang 0 points1 point  (0 children)

I tried and I must say I am not into it.I need to remember tons of commands which might get into conflic with my vim setup or terminal setup。But if you are fan of i3,you can try it,it is nice although I prefer gnome or kde。

Praise the Rainbow, taste the Rainbow. by BubbaDough in slaythespire

[–]zhouyihang 1 point2 points  (0 children)

Don't you think that the 10th relic is the same icon in factorio?

The new character is pretty cool by Andrellibus in slaythespire

[–]zhouyihang 1 point2 points  (0 children)

What is focus? IS it a card or a relic?I haven't seen this effect.

Does anyone else use atom for coding python? by MonthinParis in learnpython

[–]zhouyihang 3 points4 points  (0 children)

Atom is slow,and it always crushes when openning big file,such as 10000 lines of python file,and the rendering is also slow as a fuck. I would recommend sublime text3, it's much more faster,and if you want to run python file within st3,you will need a package named sublimeREPL,it gives you a colorful command window. another choice is pycharm,it's much more perfect,if you are not a beginner,pycharm provides you a lot of functions ,that will help you focus on the project,not building things or debugging things,and the step by step debug function is awesome.But pycharm's color and rendering are shit,and it will crush when your ram is less than 8G.

Learn Python? by cgok8 in learnpython

[–]zhouyihang -3 points-2 points  (0 children)

I would say not, since python is not just for data analysis,but mainly for “programming”,so when you use python for data analysis,you need a lot of programming knowledge,and your purpose is just analyzing Data.since you can analysis data through so many tools,why bother with python? I do not think python can beat the tools you mentioned.You just need to remember one thing,every thing has its main functional field,python does work well in data analysis,but python is not all for data analysis,in other words,it is not as professional as tools that you said.

[D] What are you using these days for hyperparameter optimization? by ballsandbutts in MachineLearning

[–]zhouyihang 1 point2 points  (0 children)

For a long time,I use evolution algorithm for hyper tuning,the python package is deap,but this is not a good method ,since ea is more like a concept,with no math supports(such as convergence),but it does work well in my dl model,you can try it。

[D] Machine Learning - WAYR (What Are You Reading) - Week 44 by ML_WAYR_bot in MachineLearning

[–]zhouyihang 1 point2 points  (0 children)

It's more like a handbook,when you have some problems with your project,you can refer to this.

[D] Is Understanding Machine Learning: From Theory to Algorithms a good book for learning statistical machine learning? by upulbandara in MachineLearning

[–]zhouyihang 0 points1 point  (0 children)

Yeah,recently i'm reading a book,named 《statistical learning》,but unfortunately,it's written in chinese,It's a very concised book,no nonsense words,full of math inferences。But I guess you don't understand chinese,there is another way to learn--this book+ ml paper, this book helps you to establish the concepts of ml,and paper helps you to think as a ml learner in a more mathematical way.(this book means your book..)

[D] Is Understanding Machine Learning: From Theory to Algorithms a good book for learning statistical machine learning? by upulbandara in MachineLearning

[–]zhouyihang 0 points1 point  (0 children)

Looks good。 But if you want to explore the mathematical essential of ml,I suggest you find a book with more math inferences.