推荐:敏捷个人应该订阅的博客

转:http://sourcesofinsight.com/2010/12/10/personal-development-blogs/

 "You don’t overcome challenges by making them smaller but by making yourself bigger." —John C. Maxwell

  This is my map of personal development blogs.  It’s organized for fast scanning.  Where possible, I listed the blog owner because I find that behind every great well of wisdom, is somebody making it happen.

  When I think of personal development, I think of hacks, skills, principles, patterns, and practices for improving mind, body, emotions, career, financial, relationships, and fun.  I distinguish personal development from self-help although there can be overlap.  I have a developer background so I tend to prefer personal development blogs that take more of a “design” or “engineer” approach (e.g. “you by design,” “life by design,” or “architect of life.”).  I also tend to prefer personal development blogs that are more holistic or integrated that include mind, body, emotions, and spirit, unless I’m looking for a focused niche.  In that case, I tend to like a lot of insight and depth on that specific topic.

It’s a living map, so let me know any great personal development blogs that I’ve missed.  I’ll be adding it to my Lists page from my sidebar.  It’s my way of making it easier to hop around the Web to find insight and action for work and life.

My Short List of Personal Development Blogs

  1. John Maxwell on Leadership
  2. Steve Pavlina
  3. The Blog of Timothy Ferris
  4. Think Simple Now, by Tina Su
  5. Zen Habits, by Leo Babauta

A – Z Personal Development Blogs

  1. 2 Achieve Your Goals, by Dia Thabet
  2. A Beautiful Ripple Effect, by Carolyn Rubenstien
  3. A Daring Adventure, by Tim Brownson
  4. A Flourishing Life, by Gail Brenner
  5. A Meaningful Existence, by Karen Ruby
  6. Abundance Tapestry, by Evelyn Lim
  7. Advanced Life Skills, by Jonathan Wells
  8. Adversity University, by Stephen Hopson
  9. Always Well Within, by Sandra Lee
  10. Alex Shalman
  11. Avani Mehta
  12. Brite Talk, by Andrea DeBell
  13. Change Your Thoughts, Change Your Life, by Steven Aitchison
  14. Delightful Work, by Tom Volkar
  15. Diary 4 Life, by Paul Worsick
  16. Discovering Purpose, by Ayo Olaniyan
  17. Dragos Roua
  18. Dumb Little Man
  19. Entrepreneur’s Journey, Yaro Stark
  20. Experience Life Fully, by Adrienne
  21. Get in the Hot Spot, by Annabel Candy
  22. Get More from Life
  23. Goodlife Zen, by Mary Jaksch
  24. Graceful Balance, by Emma
  25. Grow with Stacy
  26. GTD Times
  27. How To Change the World, by Guy Kawasaki
  28. Huslters Notebook, by Jk
  29. Illumintated Mind
  30. Improved Confidence, by Kate Irwin
  31. Inspiring Shipments, by Ivana Sendecka
  32. Jane Be Nimble, by Lori Franklin
  33. John Maxwell on Leadership
  34. Learn This, by Mike King
  35. Less Ordinary Living, by Phil Bolton
  36. Lifehacker
  37. Life Optimizer, by Donald Latumahina
  38. Litemind, by Luciano Passuello
  39. Lionslinger, by Walter
  40. Live Bold and Bloom, by Barrie Davenport
  41. Living Authentically, by Evan Hadkins
  42. Marc and Angel Hack Life
  43. Make It Happen, by Arvind Devalia
  44. Mind Adventure, by Rob White
  45. Mind Hacks, by Vaughan Bell and Tom Stafford
  46. Mr. Self Development
  47. Naked in Eden Blog, by Robin Easton
  48. On Simplicity
  49. People Skills Decoded, by Eduard Ezeanu
  50. Personal Success Factors, by Stephen Borgman
  51. Pick the Brain
  52. Practice This, by Alik Levin
  53. Productive Flourishing
  54. Prolific Living, by Farnoosh
  55. Raptitude.com, by David Cain
  56. Schaefer’s Blog, by Cameron Schaefer
  57. Scott H. Young
  58. Self-Improvement Saga, by Nea
  59. Serene Journey, by Sherri
  60. Seth Godin
  61. Sid Savara
  62. Simona Rich’s Self Improvement Blog
  63. Stepcase Lifehack
  64. Steve Pavlina
  65. Sources of Insight, by J.D. Meier
  66. The Alternaview, by Sibyl
  67. The Art of Change, by Dr. K
  68. The Blog of Timothy Ferris
  69. The Bold Life, by Tess Marshall
  70. The Drop Out Kid, by Jonathan Figaro
  71. The Emotion Machine, by Steven
  72. The Happiness Project, by Gretchen Rubin
  73. The Jungle of Life, by Lance Ekum
  74. The Personal Excellence blog, by Celes Chua
  75. The Positivity Blog
  76. The Power of Choice, by Amit Sodha
  77. The Rat Race Trap, by Stephen Mills
  78. Think Simple Now, by Tina Su
  79. Timeless Information, by Armen Shirvanian
  80. Urban Monk
  81. Work Awesome
  82. Work Consciously, by Chris Edgar
  83. Work Happy Now, by Karl Staib
  84. You Simplified
  85. Zen Habits, by Leo Babauta

Additional Lists of Personal Development Blogs

  1. Alltop Personal Achievement Category: http://personal-achievement.alltop.com/
  2. PostRank Personal Development Topic: http://www.postrank.com/topic/Personal%20Development
  3. BlogRank Lifehack blogs: http://www.invesp.com/blog-rank/Lifehacks

 

  新建【敏捷个人】QQ群,127970629,如果你想成为敏捷个人,改变自己或者帮助他人,那就加入吧!加入QQ群要求:在【敏捷个人】社区http://www.agileme.org/注册账户,并提交至少3篇文章后即可提交申请,申请时请告诉我们你的社区账户以及发表文件地址

  

推荐:你可能需要的在线电子书

 

欢迎转载,转载请注明:转载自周金根 [ http://zhoujg.cnblogs.com/ ]

内容概要:本文系统介绍了算术优化算法(AOA)的基本原理、核心思想及Python实现方法,并通过图像分割的实际案例展示了其应用价值。AOA是一种基于种群的元启发式算法,其核心思想来源于四则运算,利用乘除运算进行全局勘探,加减运算进行局部开发,通过数学优化器加速函数(MOA)和数学优化概率(MOP)动态控制搜索过程,在全局探索与局部开发之间实现平衡。文章详细解析了算法的初始化、勘探与开发阶段的更新策略,并提供了完整的Python代码实现,结合Rastrigin函数进行测试验证。进一步地,以Flask框架搭建前后端分离系统,将AOA应用于图像分割任务,展示了其在实际工程中的可行性与高效性。最后,通过收敛速度、寻优精度等指标评估算法性能,并提出自适应参数调整、模型优化和并行计算等改进策略。; 适合人群:具备一定Python编程基础和优化算法基础知识的高校学生、科研人员及工程技术人员,尤其适合从事人工智能、图像处理、智能优化等领域的从业者;; 使用场景及目标:①理解元启发式算法的设计思想与实现机制;②掌握AOA在函数优化、图像分割等实际问题中的建模与求解方法;③学习如何将优化算法集成到Web系统中实现工程化应用;④为算法性能评估与改进提供实践参考; 阅读建议:建议读者结合代码逐行调试,深入理解算法流程中MOA与MOP的作用机制,尝试在不同测试函数上运行算法以观察性能差异,并可进一步扩展图像分割模块,引入更复杂的预处理或后处理技术以提升分割效果。
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值